Compare commits

..

No commits in common. "e83e87013971a72f95e7d63b326ddb92b3dfef0b" and "bc16ab6c75839b4f7025d3043856e102df78c336" have entirely different histories.

2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ 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,6 +8,9 @@
image:
# -- image repository
repository: ghcr.io/linkwarden/linkwarden
# -- image tag
# @default -- chart.appVersion
tag: v2.0.0
# -- image pull policy
pullPolicy: IfNotPresent