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
template-helm-repository: generate-mindthegap-repofile ## this is used by gorealeaser to set the helm value to this.
86
-
sed -i 's#\(RepositoryURL: *\)\(.*\)#\1"{{ if .Values.selfHostedRegistry }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}\2{{ end }}"#'"./charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
86
+
sed -i 's#\(RepositoryURL: *\)\(.*\)#\1"{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}\2{{ end }}"#'"./charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml"
0 commit comments