Skip to content
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

feat: Publish helm chart as OCI artifact #405

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

rossf7
Copy link
Contributor

@rossf7 rossf7 commented Feb 13, 2025

Fixes #153

This adds a new workflow that will push the helm chart to Docker Hub as an OCI artifact. Example run

Once there is a new release the chart can be installed with

helm upgrade --install scaphandre oci://registry-1.docker.io/hubblo/scaphandre

I went with OCI instead of GitHub Pages because the chart releaser action is not able to add the chart tarball to existing releases. See helm/chart-releaser-action#70

@@ -1,5 +1,4 @@
apiVersion: v1
appVersion: 0.1.1
apiVersion: v2
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping apiVersion to v2 as helm 2 is no longer supported.
https://helm.sh/docs/topics/charts/#the-apiversion-field

I also removed appVersion since it will always match version.

@rossf7
Copy link
Contributor Author

rossf7 commented Feb 13, 2025

@bpetit PTAL when you have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant