diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml index 8702971a..9ee94830 100644 --- a/charts/stable/valheim/Chart.yaml +++ b/charts/stable/valheim/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: latest description: Valheim dedicated gameserver with automatic update and world backup support name: valheim -version: 4.0.1 +version: 4.0.2 kubeVersion: ">=1.16.0-0" keywords: - valheim diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md index 867d27e9..30a4d9dc 100644 --- a/charts/stable/valheim/README.md +++ b/charts/stable/valheim/README.md @@ -1,6 +1,6 @@ # valheim -![Version: 4.0.1](https://img.shields.io/badge/Version-4.0.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 4.0.2](https://img.shields.io/badge/Version-4.0.2-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Valheim dedicated gameserver with automatic update and world backup support @@ -79,7 +79,7 @@ N/A | env | object | See below | environment variables. See [image docs](https://github.com/lloesche/valheim-server-docker#environment-variables) for more details. | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"lloesche/valheim-server"` | image repository | +| image.repository | string | `"ghcr.io/lloesche/valheim-server"` | image repository | | image.tag | string | `"latest"` | image tag | | 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. | diff --git a/charts/stable/valheim/values.yaml b/charts/stable/valheim/values.yaml index edb2ba69..6beb84e1 100644 --- a/charts/stable/valheim/values.yaml +++ b/charts/stable/valheim/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: lloesche/valheim-server + repository: ghcr.io/lloesche/valheim-server # -- image tag tag: latest # -- image pull policy