Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.4
ChartVersion: 0.0.1-alpha.5
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.4
- 0.0.1-alpha.5
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.4
export COSI_CONTROLLER_VERSION := 0.0.1-alpha.5

.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
Loading