File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
kustomize/k8s-registration-agent Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.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 }}'
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 @@ -62,10 +62,10 @@ repositories:
6262 nutanix-csi-storage :
6363 - 3.3.4
6464 nutanix-k8s-agent :
65- repoURL : http://192.168.1.10 :8080
65+ repoURL : http://192.168.1.21 :8080
6666 charts :
6767 nutanix-k8s-agent :
68- - 0.0.1-alpha.1
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: nutanix-k8s-agent
1212 namespace: kube-system
1313 #repo: https://mesosphere.github.io/charts/stable
14- repo: http://192.168.1.10 :8080
14+ repo: http://192.168.1.21 :8080
1515 releaseName: k8s-registration-agent
1616 version: ${K8S_REGISTRATION_AGENT_VERSION}
1717 includeCRDs: true
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export METALLB_CHART_VERSION := 0.15.2
2626
2727export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5
2828
29- export K8S_REGISTRATION_AGENT_VERSION := 0.0.1-alpha.1
29+ export K8S_REGISTRATION_AGENT_VERSION := 1.3.0-rc.0
3030
3131.PHONY : addons.sync
3232addons.sync : $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)
You can’t perform that action at this time.
0 commit comments