Compare commits

...

2 Commits

Author SHA1 Message Date
accidentallycompetent e83e870139 Merge pull request 'remove obsolete default image tag for linkwarden' (#4) from build_charts into main
Publishing Charts / Publilsh-Charts (push) Successful in 10s Details
Reviewed-on: #4
2023-11-09 09:18:10 +00:00
Tomasz Frątczak ce11e2d22a remove obsolete default image tag for linkwarden 2023-11-09 10:17:25 +01:00
2 changed files with 0 additions and 4 deletions

View File

@ -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. |

View File

@ -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