Pipeline test
All checks were successful
Pack and Release / packwizInstall (push) Successful in 33s
Pack and Release / deploy (push) Successful in 22s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-18 12:39:33 +01:00
parent 89e6097d18
commit eeabaf7a74

View file

@ -47,7 +47,8 @@ jobs:
helm repo update
- name: Get values
run: |
helm ls -n ${{NAMESPACE}} ${{HELM_RELEASE_NAME}} || echo "No release found"
helm get values -n ${{NAMESPACE}} ${{HELM_RELEASE_NAME}} > values.yaml|| echo "No values found"
- name: Upgrade Helm
run: |
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
helm upgrade --debug ${{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