You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.StringVar(&p.options.chartOptions.Chart, helmChartFlag, "", "helm chart, if using an OCI registry, this needs to contain the entire chart address, just like the helm cli")
122
+
fs.StringVar(&p.options.chartOptions.Repo, helmChartRepoFlag, "", "helm chart repository, only provide for non-OCI repositories")
120
123
fs.StringVar(&p.options.chartOptions.Version, helmChartVersionFlag, "", "helm chart version (default: latest)")
121
124
122
125
fs.StringVar(&p.options.CRDVersion, crdVersionFlag, defaultCrdVersion, "crd version to generate")
0 commit comments