Skip to content

Commit 1922392

Browse files
committed
fix: updates k8s-agent chart URL
1 parent c79e174 commit 1922392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ data:
3333
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}'
3434
k8s-registration-agent: |
3535
ChartName: nutanix-k8s-agent
36-
ChartVersion: 0.0.1-alpha.1
37-
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}http://192.168.1.10:8080{{ end }}'
36+
ChartVersion: 1.1.767
37+
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}oci://quay.io/karbon/{{ end }}'
3838
local-path-provisioner-csi: |
3939
ChartName: local-path-provisioner
4040
ChartVersion: 0.0.31

0 commit comments

Comments
 (0)