Skip to content

Commit d8f0531

Browse files
feat: updating k8s registration agent chat versions
1 parent c79e174 commit d8f0531

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
@@ -33,8 +33,8 @@ data:
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

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

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

hack/addons/kustomize/k8s-registration-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: 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

make/addons.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export METALLB_CHART_VERSION := 0.15.2
2626

2727
export 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
3232
addons.sync: $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)

0 commit comments

Comments
 (0)