Skip to content

Commit 073f350

Browse files
feat: konnector agent name change
1 parent 07e6c4d commit 073f350

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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
@@ -32,9 +32,9 @@ data:
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

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:

hack/addons/kustomize/k8s-registration-agent/kustomization.yaml.tmpl renamed to hack/addons/kustomize/konnector-agent/kustomization.yaml.tmpl

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

0 commit comments

Comments
 (0)