Skip to content

Commit

Permalink
0.27.0 (#26)
Browse files Browse the repository at this point in the history
# Motivations
0.27.0

# Modifications
- Update to 0.27.0 of palworld-server-docker
  • Loading branch information
Twinki14 authored Feb 23, 2024
1 parent fae2b4e commit 947ff07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/palworld/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ server:
#
image:
repository: thijsvanloef/palworld-server-docker
tag: v0.26.0
tag: v0.27.0
imagePullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down Expand Up @@ -75,8 +75,8 @@ server:
preStop:
exec:
command:
- bash
- /usr/local/bin/backup
- bash
- /usr/local/bin/backup

# Service configuration
#
Expand Down

0 comments on commit 947ff07

Please sign in to comment.