Fix funkwhale image tag
This commit is contained in:
parent
d4b2c85f1e
commit
07aba6b95a
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
appVersion: "0.21.0"
|
||||
appVersion: "0.21"
|
||||
description: A social platform to enjoy and share music
|
||||
icon: https://funkwhale.audio/favicon.png
|
||||
name: funkwhale
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
---
|
||||
image:
|
||||
repository: funkwhale/funkwhale
|
||||
tag: 0.21.0
|
||||
tag: 0.21
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
|
Loading…
Reference in a new issue