From 947ff074d27168f088ab385f58c2c35e568cbaae Mon Sep 17 00:00:00 2001 From: Twinki Date: Fri, 23 Feb 2024 12:24:34 -0500 Subject: [PATCH] 0.27.0 (#26) # Motivations 0.27.0 # Modifications - Update to 0.27.0 of palworld-server-docker --- charts/palworld/Chart.yaml | 6 +++--- charts/palworld/values.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/palworld/Chart.yaml b/charts/palworld/Chart.yaml index 3f2e3c9..c6e95ea 100644 --- a/charts/palworld/Chart.yaml +++ b/charts/palworld/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: palworld -version: 0.26.7 +version: 0.27.0 description: Official helm chart for the palworld-server-docker docker image, deploys a dedicated PalWorld server to your Kubernetes cluster! type: application keywords: @@ -22,7 +22,7 @@ maintainers: - name: Twinki14 url: https://github.com/Twinki14 icon: https://cdn.akamai.steamstatic.com/steam/apps/1623730/header.jpg -appVersion: "v0.26.0" +appVersion: "v0.27.0" deprecated: false annotations: artifacthub.io/alternativeName: palworld-server @@ -34,7 +34,7 @@ annotations: url: https://github.com/thijsvanloef/palworld-server-docker artifacthub.io/images: | - name: palworld-server-docker - image: thijsvanloef/palworld-server-docker:v0.26.0 + image: thijsvanloef/palworld-server-docker:v0.27.0 artifacthub.io/screenshots: | - title: PalWorld url: https://cdn.akamai.steamstatic.com/steam/apps/1623730/header.jpg diff --git a/charts/palworld/values.yaml b/charts/palworld/values.yaml index e63fed7..e30efd8 100644 --- a/charts/palworld/values.yaml +++ b/charts/palworld/values.yaml @@ -28,7 +28,7 @@ server: # image: repository: thijsvanloef/palworld-server-docker - tag: v0.26.0 + tag: v0.27.0 imagePullPolicy: IfNotPresent imagePullSecrets: [] @@ -75,8 +75,8 @@ server: preStop: exec: command: - - bash - - /usr/local/bin/backup + - bash + - /usr/local/bin/backup # Service configuration #