Skip to content

Commit

Permalink
Update metrics save directory and add move notice
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-devops committed Feb 17, 2024
1 parent 6f4d085 commit 263284a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Palworld Helm Chart

> [!IMPORTANT]
> This chart has been moved to <https://github.com/caleb-devops/helm-charts>. 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
Expand Down
4 changes: 2 additions & 2 deletions charts/palworld/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion charts/palworld/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 263284a

Please # to comment.