diff --git a/charts/palworld/Chart.yaml b/charts/palworld/Chart.yaml index 4bac46cd0..e58d6ce1d 100644 --- a/charts/palworld/Chart.yaml +++ b/charts/palworld/Chart.yaml @@ -1,7 +1,6 @@ ---- apiVersion: v2 name: palworld -version: 0.1.0 +version: 0.24.1 description: This chart will provide a Palworld server installation on a kubernetes cluster type: application keywords: @@ -31,7 +30,7 @@ annotations: url: https://github.com/thijsvanloef/palworld-server-docker artifacthub.io/images: | - name: palworld-server-docker - image: thijsvanloef/palworld-server-docker:latest + image: thijsvanloef/palworld-server-docker:0.24.1 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 7831bff44..9ed84c985 100644 --- a/charts/palworld/values.yaml +++ b/charts/palworld/values.yaml @@ -34,7 +34,7 @@ server: # -- Repository of the image, without the tag. repository: thijsvanloef/palworld-server-docker # -- The tag of the image. - tag: latest + tag: 0.24.1 # -- Define the pull policy for the server image. imagePullPolicy: IfNotPresent diff --git a/docker-compose.yml b/docker-compose.yml index c8778f6e4..6ba46121a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ --- services: palworld: - image: thijsvanloef/palworld-server-docker:latest + image: thijsvanloef/palworld-server-docker:0.24.1 restart: unless-stopped container_name: palworld-server stop_grace_period: 30s # Set to however long you are willing to wait for the container to gracefully stop diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index 60c3945d2..07ef8112f 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -19,7 +19,7 @@ spec: spec: containers: - name: palworld-server - image: thijsvanloef/palworld-server-docker + image: thijsvanloef/palworld-server-docker:0.24.1 imagePullPolicy: IfNotPresent ports: - containerPort: 8211