-
Notifications
You must be signed in to change notification settings - Fork 17
feat: add helm chart #161
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: main
Are you sure you want to change the base?
feat: add helm chart #161
Conversation
4f1ac25
to
5921f90
Compare
This issue could be a good way to test the full helm chart and installing custom resources as well, in a separate PR |
Signed-off-by: Hélia Barroso <[email protected]>
@heliapb Do you think your could load the current perses-operator docker image into kind and use that to test this scenario? |
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.
Thank you very much for this PR! Left few comments :)
##@ Helm | ||
.PHONY: helm-chart | ||
helm-chart: manifests | ||
kubebuilder edit --plugins=helm/v1-alpha |
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.
It will be great if the kubebuilder
binary can be installed locally instead of installing it globally by the end-user in advance. Please see how it is done for [jsonnet_binary here](https://github.com/perses/perses-operator/blob/main/Makefile#L316-L320.
|
||
- name: Check Helm release | ||
run: | | ||
helm status perses-operator --namespace perses-operator-system |
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.
We also need to have a workflow to release this helm chart. Same like this one
type: application | ||
version: 0.1.0 | ||
appVersion: "0.1.0" | ||
icon: "https://example.com/icon.png" |
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.
icon: "https://example.com/icon.png" | |
icon: "https://github.com/perses/perses/blob/main/docs/images/perses_logo_lt.png" |
From issue #79
Add helm chart using kubebuilder helm plugin