Skip to content

Commit

Permalink
Merge pull request #47 from isantospardo/feat/update-external-sidecar…
Browse files Browse the repository at this point in the history
…-containers

feat(sidecar-containers): Update to latest available versions
  • Loading branch information
alakae authored Sep 30, 2022
2 parents b0cee60 + 421dade commit 43101ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## unreleased
* Update all side-cars.

## v3.3.0 - 2022.09.22
* Package as Helm chart.
Expand Down
26 changes: 13 additions & 13 deletions charts/csi-cloudscale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ csi:
provisioner:
name: csi.cloudscale.ch
image:
registry: quay.io
repository: k8scsi/csi-provisioner
tag: v2.0.4
registry: k8s.gcr.io
repository: sig-storage/csi-provisioner
tag: v3.2.1
pullPolicy: IfNotPresent
logLevelVerbosity: 5
resources: {}
Expand All @@ -51,9 +51,9 @@ provisioner:

attacher:
image:
registry: quay.io
repository: k8scsi/csi-attacher
tag: v3.0.2
registry: k8s.gcr.io
repository: sig-storage/csi-attacher
tag: v4.0.0
pullPolicy: IfNotPresent
logLevelVerbosity: "5"
resources: {}
Expand All @@ -66,9 +66,9 @@ attacher:

resizer:
image:
registry: quay.io
repository: k8scsi/csi-resizer
tag: v1.0.1
registry: k8s.gcr.io
repository: sig-storage/csi-resizer
tag: v1.6.0
pullPolicy: IfNotPresent
logLevelVerbosity: "5"
resources: {}
Expand Down Expand Up @@ -113,9 +113,9 @@ node:

driverRegistrar:
image:
registry: quay.io
repository: k8scsi/csi-node-driver-registrar
tag: v2.0.1
registry: k8s.gcr.io
repository: sig-storage/csi-node-driver-registrar
tag: v2.5.1
pullPolicy: IfNotPresent
logLevelVerbosity: "5"
resources: {}
Expand All @@ -128,4 +128,4 @@ driverRegistrar:

extraDeploy: []

renderNamespace: false
renderNamespace: false

0 comments on commit 43101ed

Please sign in to comment.