Env?
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
5715e3a7b2
commit
e1ba59ff95
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue