Skip to content

Commit f79c5a0

Browse files
feat: upgrading konnector agent version
1 parent f175449 commit f79c5a0

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ agent:
33
image:
44
repository: quay.io/karbon
55
name: k8s-agent
6-
tag: "1.3.0-rc.1"
76
pc:
87
port: {{ .PrismCentralPort }}
98
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
@@ -33,7 +33,7 @@ data:
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

docs/content/addons/konnector-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

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 KONNECTOR_AGENT_VERSION := 1.3.0-rc.0
29+
export KONNECTOR_AGENT_VERSION := 1.3.0-rc.1
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)