diff --git a/README.md b/README.md index 94e7d6c..1f377ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Palworld Helm Chart +> [!IMPORTANT] +> This chart has been moved to . Please remove this repository and add the new location. +> +> ```sh +> helm repo remove caleb-devops +> helm repo add caleb-devops https://caleb-devops.github.io/helm-charts +> ``` + This chart installs [docker-palworld-dedicated-server](https://github.com/jammsen/docker-palworld-dedicated-server) on a [Kubernetes](http://kubernetes.io/) cluster using the [Helm](https://helm.sh/) package manager. ## Usage diff --git a/charts/palworld/Chart.yaml b/charts/palworld/Chart.yaml index 5547049..b232adb 100644 --- a/charts/palworld/Chart.yaml +++ b/charts/palworld/Chart.yaml @@ -1,9 +1,9 @@ apiVersion: v2 name: palworld -version: 0.2.1 +version: 0.2.2 description: Palworld Helm chart for Kubernetes home: https://github.com/caleb-devops/palworld-helm sources: - https://github.com/caleb-devops/palworld-helm - https://github.com/jammsen/docker-palworld-dedicated-server -appVersion: "v0.1.4.1" +appVersion: "latest" diff --git a/charts/palworld/values.yaml b/charts/palworld/values.yaml index 01b5e74..8f37f87 100644 --- a/charts/palworld/values.yaml +++ b/charts/palworld/values.yaml @@ -153,6 +153,6 @@ metrics: ## env: ## Path to your Palworld save directory - # SAVE_DIRECTORY: /palworld/Pal/Saved/SaveGames/0/XXXXX.../ + SAVE_DIRECTORY: /palworld/Pal/Saved LOG_LEVEL: INFO IGNORE_LOGGING_IN: false