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
All checks were successful
Deploy the Helm Chart / build (push) Successful in 8s
This commit is contained in:
parent
761ac4aa45
commit
863ac33e76
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue