-
Notifications
You must be signed in to change notification settings - Fork 1k
feat: add publish of helm chart to ghcr.io #2853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Allen Conlon <[email protected]>
@FxKu can I please get an update on this PR? |
Cannot start a pipeline due to:
Click on pipeline status check Details link below for more information. |
@FxKu sorry for the ping, but can I get an update for this PR? |
run: | | ||
helm package charts/postgres-operator-ui | ||
helm push postgres-operator-ui-*.tgz oci://${{ env.REGISTRY }}/zalando/charts | ||
rm -rf postgres-operator-ui-*.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this work out of the box? I would assume helm needs to be installed first fr this GH workflow step to work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Helm is installed by default on the github runners:
https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
This PR adds actions to publish the
postgres-operator
andpostgres-opeator-ui
helm charts to the github container registry