Skip to content

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: add helm chart #161

wants to merge 1 commit into from

Conversation

heliapb
Copy link
Member

@heliapb heliapb commented May 30, 2025

From issue #79
Add helm chart using kubebuilder helm plugin

@heliapb heliapb force-pushed the feat/helm_chart branch from d9e6331 to 8c55c67 Compare May 30, 2025 10:39
@heliapb heliapb force-pushed the feat/helm_chart branch 2 times, most recently from 4f1ac25 to 5921f90 Compare May 30, 2025 11:14
@dougkirkley
Copy link
Collaborator

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 heliapb force-pushed the feat/helm_chart branch from ab471b9 to 1a3071e Compare May 30, 2025 13:13
@dougkirkley
Copy link
Collaborator

@heliapb Do you think your could load the current perses-operator docker image into kind and use that to test this scenario?

Copy link
Contributor

@ibakshay ibakshay left a 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
Copy link
Contributor

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
Copy link
Contributor

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"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
icon: "https://example.com/icon.png"
icon: "https://github.com/perses/perses/blob/main/docs/images/perses_logo_lt.png"

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.

3 participants