Pipeline test
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
89e6097d18
commit
eeabaf7a74
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue