Skip to content

Commit

Permalink
fix: update COSI controller image to fix CVEs (#1012)
Browse files Browse the repository at this point in the history
**What problem does this PR solve?**:
Pulls in the changes from
https://github.com/mesosphere/charts/pull/1531/files

**Which issue(s) this PR fixes**:
Fixes #

**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.
-->
  • Loading branch information
dkoshkin authored Jan 16, 2025
1 parent a209459 commit 1da15fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://kubernetes.github.io/autoscaler{{ end }}'
cosi-controller: |
ChartName: cosi
ChartVersion: 0.0.1-alpha.1
ChartVersion: 0.0.1-alpha.2
RepositoryURL: '{{ if .Values.helmRepository.enabled }}oci://helm-repository.{{ .Release.Namespace }}.svc/charts{{ else }}https://mesosphere.github.io/charts/stable/{{ end }}'
local-path-provisioner-csi: |
ChartName: local-path-provisioner
Expand Down
2 changes: 1 addition & 1 deletion hack/addons/helm-chart-bundler/repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories:
repoURL: https://mesosphere.github.io/charts/stable/
charts:
cosi:
- 0.0.1-alpha.1
- 0.0.1-alpha.2
local-path-provisioner:
repoURL: https://charts.containeroo.ch
charts:
Expand Down
2 changes: 1 addition & 1 deletion make/addons.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export KUBE_VIP_VERSION := v0.8.3

export METALLB_CHART_VERSION := 0.14.8

export COSI_CONTROLLER_VERSION := 0.0.1-alpha.1
export COSI_CONTROLLER_VERSION := 0.0.1-alpha.2

.PHONY: addons.sync
addons.sync: $(addprefix update-addon.,calico cilium nfd cluster-autoscaler snapshot-controller local-path-provisioner-csi aws-ebs-csi kube-vip)
Expand Down

0 comments on commit 1da15fa

Please sign in to comment.