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

Helm: Store charts in chart repository (k8s:helm-repo-index) #625

Open
manusa opened this issue Mar 25, 2021 · 0 comments
Open

Helm: Store charts in chart repository (k8s:helm-repo-index) #625

manusa opened this issue Mar 25, 2021 · 0 comments
Labels
component/helm ⎈ enhancement New feature or request

Comments

@manusa
Copy link
Member

manusa commented Mar 25, 2021

Description

Requires/blocked by #2392

k8s:helm-repo-index

In the scope of the Helm provided services, it would be nice to be able to create/update the index for a chart repository.

This step could be invoked after generating the Chart files /target/jkube/helm/${project.artifactId}, move the affected files to the specified location and update the related chart index.

So from https://helm.sh/docs/topics/chart_repository/#managing-chart-repositories:

$ helm package docs/examples/alpine/ #1
$ mkdir fantastic-charts #2
$ mv alpine-0.1.0.tgz fantastic-charts/ #3
$ helm repo index fantastic-charts --url https://fantastic-charts.storage.googleapis.com #4

The equivalent to steps #3 and #4.

@manusa manusa added enhancement New feature or request component/helm ⎈ labels Jul 17, 2023
@manusa manusa changed the title Helm: Store charts in chart repository Helm: Store charts in chart repository (k8s:helm-repo-index) Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/helm ⎈ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant