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

Set up automation to push generated helm chart to chart repo #594

Closed
Tracked by #394
mowies opened this issue Jan 12, 2023 · 1 comment · Fixed by #719
Closed
Tracked by #394

Set up automation to push generated helm chart to chart repo #594

mowies opened this issue Jan 12, 2023 · 1 comment · Fixed by #719
Assignees
Milestone

Comments

@mowies
Copy link
Member

mowies commented Jan 12, 2023

Goal

Set up pipelines to generate the helm chart from the kustomize overlay implemented in #600 and push the newly rendered chart into a separate helm chart repo.

Technical Details

  • The new KLT helm chart repo should be set up as the helm docs suggest so that the repo can be used with the chart releaser action in the future
  • The pipeline should update the appVersion on release of KLT (this can potentially be covered by Renovate)
  • The pipeline should create a PR with changes (if there are any) on every push to KLT main branch

References

Helm chart releaser docs: https://helm.sh/docs/howto/chart_releaser_action/
Chart releaser action github repo: https://github.com/helm/chart-releaser-action

Depends on

@mowies mowies added this to the 0.6 milestone Jan 12, 2023
@mowies mowies changed the title Set up automation to push kustomized manifests to chart repo with helm overlay in place (make sure CRDs end up in crds helm folder) Set up automation to push generated chart to chart repo Jan 12, 2023
@mowies mowies changed the title Set up automation to push generated chart to chart repo Set up automation to push generated helm chart to chart repo Jan 12, 2023
@odubajDT odubajDT self-assigned this Jan 30, 2023
@odubajDT
Copy link
Contributor

Pipeline for chart repository releasing helm charts on push to main branch available here:

https://github.com/odubajDT/helm-charts/

The repository contains a pipeline building and releasing the helm charts, an example helm-chart structure take from klt and a basic setup with required gh-pages branch

The second part of this issue -> creating a PR of changed helm-charts from keptn/lifecycle-toolkit repository (if there are any changes) against the charts repository will follow up

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

Successfully merging a pull request may close this issue.

2 participants