Skip to content

Commit 3724a82

Browse files
feat: updating values template
1 parent 1147c4a commit 3724a82

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

charts/cluster-api-runtime-extensions-nutanix/addons/konnector-agent/values-template.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
agent:
22
name: {{ .AgentName}}
3-
3+
image:
4+
repository: quay.io/karbon
5+
name: k8s-agent
46
pc:
57
port: {{ .PrismCentralPort }}
68
insecure: {{ .PrismCentralInsecure }} #set this to true if PC does not have https enabled

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 }}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

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: 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

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://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

0 commit comments

Comments
 (0)