1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Update helm-controller/api to v1.0.1

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2024-05-10 18:29:37 +03:00
parent 0948d1440d
commit 6edf2bc5a2
4 changed files with 5 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ func createHelmReleaseCmdRun(cmd *cobra.Command, args []string) error {
},
TargetNamespace: helmReleaseArgs.targetNamespace,
Chart: helmv2.HelmChartTemplate{
Chart: &helmv2.HelmChartTemplate{
Spec: helmv2.HelmChartTemplateSpec{
Chart: helmReleaseArgs.chart,
Version: helmReleaseArgs.chartVersion,