Skip to content

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