mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
[valheim] Update to use ghcr for image (#1205)
This commit is contained in:
parent
f29865981e
commit
330fe768d0
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: latest
|
appVersion: latest
|
||||||
description: Valheim dedicated gameserver with automatic update and world backup support
|
description: Valheim dedicated gameserver with automatic update and world backup support
|
||||||
name: valheim
|
name: valheim
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- valheim
|
- valheim
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# valheim
|
# 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
|
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 | 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 |
|
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
| 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 |
|
| image.tag | string | `"latest"` | image tag |
|
||||||
| persistence | object | See values.yaml | Configure persistence 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. |
|
| service | object | See values.yaml | Configures service settings for the chart. |
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
image:
|
image:
|
||||||
# -- image repository
|
# -- image repository
|
||||||
repository: lloesche/valheim-server
|
repository: ghcr.io/lloesche/valheim-server
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: latest
|
tag: latest
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
|
Loading…
Reference in New Issue
Block a user