remove obsolete default image tag for linkwarden
This commit is contained in:
parent
bc16ab6c75
commit
ce11e2d22a
|
@ -31,7 +31,6 @@ Kubernetes: `>= 1.16.0-0`
|
|||
| env | object | See below | environment variables. See more environment variables in the [linkwarden documentation](https://docs.linkwarden.app/self-hosting/environment-variables) |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"ghcr.io/linkwarden/linkwarden"` | image repository |
|
||||
| image.tag | string | chart.appVersion | image tag |
|
||||
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||
|
|
|
@ -8,9 +8,6 @@
|
|||
image:
|
||||
# -- image repository
|
||||
repository: ghcr.io/linkwarden/linkwarden
|
||||
# -- image tag
|
||||
# @default -- chart.appVersion
|
||||
tag: v2.0.0
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
|
Loading…
Reference in New Issue