mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-06 12:09:24 +00:00
Update helm-controller/api to v1.0.1
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
0948d1440d
commit
6edf2bc5a2
4 changed files with 5 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue