Env?
All checks were successful
Pack and Release / packwizInstall (push) Successful in 33s
Pack and Release / deploy (push) Successful in 20s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-04 11:31:05 +01:00
parent 5715e3a7b2
commit e1ba59ff95

View file

@ -45,5 +45,5 @@ jobs:
run: | run: |
helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/ helm repo add minecraft-server-charts https://itzg.github.io/minecraft-server-charts/
helm repo update helm repo update
helm get values -n ${{env.NAMESPACE}} ${{env.HELM_RELEASE_NAME}} > values.yaml|| echo "No values found" helm get values -n ${{NAMESPACE}} ${{HELM_RELEASE_NAME}} > values.yaml|| echo "No values found"
helm upgrade ${{env.HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{env.NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods helm upgrade ${{HELM_RELEASE_NAME}} minecraft-server-charts/minecraft -n ${{NAMESPACE}} -f values.yaml --set minecraftServer.downloadModpackUrl=https://git.modus.toldi.eu/${{github.repository}}/actions/runs/${{github.run_id}}/artifacts/mods