File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed
charts/cluster-api-runtime-extensions-nutanix
hack/addons/helm-chart-bundler Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33 image :
44 repository : quay.io/karbon
55 name : k8s-agent
6- tag : " 1.3.0-rc.1"
76pc :
87 port : {{ .PrismCentralPort }}
98 insecure : {{ .PrismCentralInsecure }} # set this to true if PC does not have https enabled
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 konnector-agent : |
3535 ChartName: konnector-agent
36- ChartVersion: 1.3.0-rc.0
36+ ChartVersion: 1.3.0-rc.1
3737 RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable{{ end }}'
3838 local-path-provisioner-csi : |
3939 ChartName: local-path-provisioner
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ The addon uses the following default values:
123123- **Agent Name**: `konnector-agent`
124124- **Strategy**: `HelmAddon`
125125- **Chart**: `konnector-agent`
126- - **Version**: `1.3.0-rc.0 `
126+ - **Version**: `1.3.0-rc.1 `
127127
128128# # Troubleshooting
129129
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ repositories:
4040 repoURL : https://mesosphere.github.io/charts/stable
4141 charts :
4242 konnector-agent :
43- - 1.3.0-rc.0
43+ - 1.3.0-rc.1
4444 local-path-provisioner :
4545 repoURL : https://charts.containeroo.ch
4646 charts :
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 KONNECTOR_AGENT_VERSION := 1.3.0-rc.0
29+ export KONNECTOR_AGENT_VERSION := 1.3.0-rc.1
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