Fix helm ls
All checks were successful
Pack and Release / packwizInstall (push) Successful in 35s
Pack and Release / deploy (push) Successful in 24s

Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
Balazs Toldi 2024-12-18 15:20:36 +01:00
parent 69b02758fc
commit 030c1c0ff6

View file

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