Skip to content

Commit 1c24cc1

Browse files
fix: bumping konnector-agent chart version (#1424)
**What problem does this PR solve?**: fix: bumping konnector-agent chart version **Which issue(s) this PR fixes**: Fixes # https://jira.nutanix.com/browse/NCN-111254 **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 73efcda commit 1c24cc1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/cluster-api-runtime-extensions-nutanix/templates/helm-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data:
3737
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}'
3838
konnector-agent: |
3939
ChartName: konnector-agent
40-
ChartVersion: 1.3.0
40+
ChartVersion: 1.3.1
4141
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable{{ end }}'
4242
local-path-provisioner-csi: |
4343
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`
126+
- **Version**: `1.3.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
@@ -45,7 +45,7 @@ repositories:
4545
repoURL: https://mesosphere.github.io/charts/stable
4646
charts:
4747
konnector-agent:
48-
- 1.3.0
48+
- 1.3.1
4949
local-path-provisioner:
5050
repoURL: https://charts.containeroo.ch
5151
charts:

make/addons.mk

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

3030
export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5
3131

32-
export KONNECTOR_AGENT_VERSION := 1.3.0
32+
export KONNECTOR_AGENT_VERSION := 1.3.1
3333

3434
.PHONY: addons.sync
3535
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)