Uncommented the helm package and helm push commands given automation seems to be working as expected now
All checks were successful
Deploy the Helm Chart / build (push) Successful in 8s

This commit is contained in:
Alan Bridgeman 2025-12-19 12:54:16 -06:00
parent 761ac4aa45
commit 863ac33e76

View file

@ -119,8 +119,8 @@ jobs:
echo "Versions do not match!"
fi
#helm package .
#helm push ./$CHART_NAME-$LOCAL_VERSION.tgz oci://${{ secrets.REPOSITORY_HOSTNAME }}/helm
helm package .
helm push ./$CHART_NAME-$LOCAL_VERSION.tgz oci://${{ secrets.REPOSITORY_HOSTNAME }}/helm
# Deploy to our environment (stagging cluster)
#deploy: