mirror of
https://github.com/fluxcd/flux2.git
synced 2026-07-03 04:15:07 +00:00
Fix breaking change from source-controller 1.9
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
parent
8f5b850727
commit
e31c1a4f7d
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ func createSourceChartCmdRun(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
if provider := sourceChartArgs.verifyProvider.String(); provider != "" {
|
||||
helmChart.Spec.Verify = &sourcev1.OCIRepositoryVerification{
|
||||
helmChart.Spec.Verify = &sourcev1.HelmChartVerification{
|
||||
Provider: provider,
|
||||
}
|
||||
if secretName := sourceChartArgs.verifySecretRef; secretName != "" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue