File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
kustomize/konnector-agent Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3232 ChartVersion: 0.0.1-alpha.5
3333 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}'
3434 konnector-agent : |
35- ChartName: nutanix-k8s -agent
35+ ChartName: konnector -agent
3636 ChartVersion: 1.3.0-rc.0
37- RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}http://192.168.1.21 :8080{{ end }}'
37+ RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}http://10.138.100.18 :8080{{ 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 @@ -36,6 +36,11 @@ repositories:
3636 charts :
3737 docker-registry :
3838 - 2.3.5
39+ konnector-agent :
40+ repoURL : http://10.138.100.18:8080
41+ charts :
42+ konnector-agent :
43+ - 1.3.0-rc.0
3944 local-path-provisioner :
4045 repoURL : https://charts.containeroo.ch
4146 charts :
@@ -61,11 +66,6 @@ repositories:
6166 charts :
6267 nutanix-csi-storage :
6368 - 3.3.4
64- konnector-agent :
65- repoURL : http://192.168.1.21:8080
66- charts :
67- konnector-agent :
68- - 1.3.0-rc.0
6969 registry-syncer :
7070 repoURL : https://mesosphere.github.io/charts/staging/
7171 charts :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ helmCharts:
1111- name: konnector-agent
1212 namespace: kube-system
1313 #repo: https://mesosphere.github.io/charts/stable
14- repo: http://192.168.1.21 :8080
14+ repo: http://10.138.100.18 :8080
1515 releaseName: konnector-agent
1616 version: ${KONNECTOR_AGENT_VERSION}
1717 includeCRDs: true
You can’t perform that action at this time.
0 commit comments