[valheim] Update to use ghcr for image (#1205)

This commit is contained in:
Winston R. Milling 2021-09-19 08:03:42 -05:00 committed by GitHub
parent f29865981e
commit 330fe768d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -7,7 +7,7 @@
image:
# -- image repository
repository: lloesche/valheim-server
repository: ghcr.io/lloesche/valheim-server
# -- image tag
tag: latest
# -- image pull policy