File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
hack/addons/helm-chart-bundler Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 konnector-agent : |
3535 ChartName: konnector-agent
3636 ChartVersion: 1.3.0-rc.0
37- RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/ {{ end }}'
37+ RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable{{ end }}'
3838 local-path-provisioner-csi : |
3939 ChartName: local-path-provisioner
4040 ChartVersion: 0.0.31
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ func (s *Server) Start(ctx context.Context) error {
180180 return nil
181181}
182182
183- // intToInt32Ptr converts an int to *int32 for use with TimeoutSeconds
183+ // intToInt32Ptr converts an int to *int32 for use with TimeoutSeconds.
184184func intToInt32Ptr (value int ) * int32 {
185185 t := int32 (value )
186186 return & t
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ repositories:
3737 docker-registry :
3838 - 2.3.5
3939 konnector-agent :
40- repoURL : https://mesosphere.github.io/charts/stable/
40+ repoURL : https://mesosphere.github.io/charts/stable
4141 charts :
4242 konnector-agent :
4343 - 1.3.0-rc.0
You can’t perform that action at this time.
0 commit comments