File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
charts/cluster-api-runtime-extensions-nutanix/templates
data/shared/v1beta1-caren Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 5353 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://piraeus.io/helm-charts/{{ end }}'
5454 tigera-operator : |
5555 ChartName: tigera-operator
56- ChartVersion: v3.29.3
56+ ChartVersion: v3.29.2
5757 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://docs.tigera.io/calico/charts{{ end }}'
5858kind : ConfigMap
5959metadata :
Original file line number Diff line number Diff line change @@ -82,3 +82,6 @@ releaseSeries:
8282 - contract : v1beta1
8383 major : 0
8484 minor : 27
85+ - contract : v1beta1
86+ major : 0
87+ minor : 28
Original file line number Diff line number Diff line change @@ -136,8 +136,8 @@ providers:
136136 versions :
137137 # Upgrade e2e tests will use this as the "upgrade from" version.
138138 # This should reference the most recent successful release.
139- - name : " {go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.26 }"
140- value : " https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.26 }/runtime-extensions-components.yaml"
139+ - name : " {go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.27 }"
140+ value : " https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/releases/download/{go://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix@v0.27 }/runtime-extensions-components.yaml"
141141 type : " url"
142142 contract : v1beta1
143143 files :
@@ -147,7 +147,7 @@ providers:
147147 new : " --v=8"
148148 - old : --metrics-addr=127.0.0.1:8080
149149 new : --metrics-addr=:8080
150- - name : v0.28 .99 # "vNext"; use manifests from local source files
150+ - name : v0.29 .99 # "vNext"; use manifests from local source files
151151 value : " file://../../../runtime-extensions-components.yaml"
152152 type : " url"
153153 contract : v1beta1
Original file line number Diff line number Diff line change @@ -73,3 +73,6 @@ releaseSeries:
7373 - contract : v1beta1
7474 major : 0
7575 minor : 28
76+ - contract : v1beta1
77+ major : 0
78+ minor : 29
You can’t perform that action at this time.
0 commit comments