File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
charts/cluster-api-runtime-extensions-nutanix
kustomize/konnector-agent Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11agent :
22 name : {{ .AgentName}}
3-
3+ image :
4+ repository : quay.io/karbon
5+ name : k8s-agent
46pc :
57 port : {{ .PrismCentralPort }}
68 insecure : {{ .PrismCentralInsecure }} # set this to true if PC does not have https enabled
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 }}http://10.138.100.18 :8080{{ end }}'
37+ RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}http://192.168.1.7 :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 @@ -37,7 +37,7 @@ repositories:
3737 docker-registry :
3838 - 2.3.5
3939 konnector-agent :
40- repoURL : http://10.138.100.18 :8080
40+ repoURL : http://192.168.1.7 :8080
4141 charts :
4242 konnector-agent :
4343 - 1.3.0-rc.0
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://10.138.100.18 :8080
14+ repo: http://192.168.1.7 :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