diff --git a/VERSION b/VERSION index 266146b..9edc58b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.3 +1.6.4 diff --git a/build.yaml b/build.yaml index be17b13..fc65b57 100644 --- a/build.yaml +++ b/build.yaml @@ -288,6 +288,7 @@ jobs: if [ "${${{ parameters.hasSecureHelmValuesFile }}}" = "true" ]; then fileArg="-f /tmp/${{ parameters.name }}-values.yaml" echo "Using secure values file" + cat /tmp/${{ parameters.name }}-values.yaml fi helm repo update echo "helm upgrade --install --namespace ${{ parameters.namespace }} $fileArg $(repo) --atomic lynxmagnus/$(repo) --version $(version) --create-namespace"