Fix breaking change from source-controller 1.9

Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
Matheus Pimenta 2026-06-17 13:10:27 +01:00
parent 8f5b850727
commit e31c1a4f7d
No known key found for this signature in database
GPG key ID: 4639F038AE28FBFF

View file

@ -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 != "" {