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

Deploy helm charts to public registry for direct install #68

Open
gitcommitshow opened this issue Jun 29, 2024 · 0 comments · May be fixed by #69
Open

Deploy helm charts to public registry for direct install #68

gitcommitshow opened this issue Jun 29, 2024 · 0 comments · May be fixed by #69

Comments

@gitcommitshow
Copy link
Contributor

Improve helm chart installation experience by enabling installation without cloning the repo.

Potential Solution: A

Publish charts to a public website hosted on GitHub pages using the release-chart action which then can be installed by following commands

helm repo add rudderstack https://rudderlabs.github.io/helm-charts
helm install my-transformer rudderstack/transformer
helm install my-postgresql rudderstack/postgresql
@gitcommitshow gitcommitshow changed the title Deploy helm charts to public registery for direct install Deploy helm charts to public registry for direct install Jun 29, 2024
@gitcommitshow gitcommitshow linked a pull request Jun 29, 2024 that will close this issue
13 tasks
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 a pull request may close this issue.

1 participant