Skip to content

Commit dfe85ae

Browse files
feat: precommit fixes
1 parent 715952b commit dfe85ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ data:
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

common/pkg/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
184184
func intToInt32Ptr(value int) *int32 {
185185
t := int32(value)
186186
return &t

hack/addons/helm-chart-bundler/repos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)