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

Add commands for working with HelmChart v1 objects #4760

Closed
Tracked by #4712
stefanprodan opened this issue May 6, 2024 · 0 comments · Fixed by #4773
Closed
Tracked by #4712

Add commands for working with HelmChart v1 objects #4760

stefanprodan opened this issue May 6, 2024 · 0 comments · Fixed by #4773
Assignees
Labels
area/helm Helm related issues and pull requests

Comments

@stefanprodan
Copy link
Member

stefanprodan commented May 6, 2024

Given that HelmCharts can now be referred in HelmReleases, we should add the following commands to the CLI:

  • flux create source chart
  • flux delete source chart
  • flux export source chart
@stefanprodan stefanprodan added the area/helm Helm related issues and pull requests label May 6, 2024
@makkes makkes self-assigned this May 6, 2024
makkes pushed a commit that referenced this issue May 9, 2024
The `create source chart` command supports all HelmChart.spec fields
except `.valuesFiles` and `ignoreMissingValuesFiles` as these are
assumingly rarely used fields and the CLI usually only supports
commonly used ones.

closes #4760

Signed-off-by: Max Jonas Werner <mail@makk.es>
makkes pushed a commit that referenced this issue May 9, 2024
The `create source chart` command supports all HelmChart.spec fields
except `.valuesFiles` and `ignoreMissingValuesFiles` as these are
assumingly rarely used fields and the CLI usually only supports
commonly used ones.

closes #4760

Signed-off-by: Max Jonas Werner <mail@makk.es>
makkes pushed a commit that referenced this issue May 9, 2024
The `create source chart` command supports all HelmChart.spec fields
except `.valuesFiles` and `ignoreMissingValuesFiles` as these are
assumingly rarely used fields and the CLI usually only supports
commonly used ones.

closes #4760

Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
Signed-off-by: Max Jonas Werner <mail@makk.es>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/helm Helm related issues and pull requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants