You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hoi and thanks for maintaining this helm chart! :)
I setup a demo at jessebot/mastodon-helm-chart on how to setup a release via github-pages using the helm/chart-releaser-action. I can submit a pull request with that if you'd like. In the demo I have on my fork of this repo, I'm also using the latest versions of the bitnami oci compliant helm charts, but I would remove that from a potential PR on this topic to keep it scoped properly.
The gist of the required changes would be:
create charts/mastodon directory
move templates/, values.yaml, dev-values.yaml, Chart.yaml, and Chart.lock into charts/mastodon
create a branch called gh-pages
under ⚙️ Settings > Actions > Workflow Permissions select "Read and write permissions"
- create a workflow file in `.github/workflows/release.yaml` something like this:
This is not dissimilar to what we're doing over in the community lead nextcloud/helm repo. The only caveat is that you still have to remember to manually bump the helm chart version each time in any commits you merge.
This isn't urgent or required for me right now, but it would be nice to have more official releases :)
The text was updated successfully, but these errors were encountered:
Hoi and thanks for maintaining this helm chart! :)
I setup a demo at jessebot/mastodon-helm-chart on how to setup a release via github-pages using the helm/chart-releaser-action. I can submit a pull request with that if you'd like. In the demo I have on my fork of this repo, I'm also using the latest versions of the bitnami oci compliant helm charts, but I would remove that from a potential PR on this topic to keep it scoped properly.
The gist of the required changes would be:
charts/mastodon
directorytemplates/
,values.yaml
,dev-values.yaml
,Chart.yaml
, andChart.lock
intocharts/mastodon
gh-pages
This is not dissimilar to what we're doing over in the community lead nextcloud/helm repo. The only caveat is that you still have to remember to manually bump the helm chart version each time in any commits you merge.
This isn't urgent or required for me right now, but it would be nice to have more official releases :)
The text was updated successfully, but these errors were encountered: