Skip to content

Commit ce55487

Browse files
authored
Migrate CSI sidecar images to csi-components registry (#705)
*Issue #, if available:* N/A *Description of changes:* Migrate CSI sidecar images to recommended csi-components registry Update node-driver-registrar and livenessprobe sidecar images to use the new `public.ecr.aws/csi-components` registry path, replacing the previous `eks-distro` registry. https://gallery.ecr.aws/csi-components - `node-driver-registrar`: `v2.13.0-eks-1-32-19` -> `v2.15.0-eksbuild.4` - `livenessprobe`: `v2.15.0-eks-1-32-19` -> `v2.17.0-eksbuild.4` By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 20de719 commit ce55487

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Remove redundant cache metrics in logs. ([#1716](https://github.com/awslabs/mountpoint-s3/pull/1716), [#1721](https://github.com/awslabs/mountpoint-s3/pull/1721))
1212
* Update cache metrics for consistency. ([#1721](https://github.com/awslabs/mountpoint-s3/pull/1721), [#1738](https://github.com/awslabs/mountpoint-s3/pull/1738))
1313
* Add cache metrics for OTLP export. ([#1724](https://github.com/awslabs/mountpoint-s3/pull/1724))
14-
* Update sidecar versions in the helm chart. ([#695](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/695))
14+
* Migrate CSI sidecar images in Helm chart values to `public.ecr.aws/csi-components` registry and update sidecar versions. ([#705](https://github.com/awslabs/mountpoint-s3-csi-driver/pull/705))
1515

1616
# v2.3.0
1717

charts/aws-mountpoint-s3-csi-driver/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ node:
5555
sidecars:
5656
nodeDriverRegistrar:
5757
image:
58-
repository: public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar
59-
tag: v2.13.0-eks-1-32-19
58+
repository: public.ecr.aws/csi-components/csi-node-driver-registrar
59+
tag: v2.15.0-eksbuild.4
6060
pullPolicy: IfNotPresent
6161
env:
6262
- name: KUBE_NODE_NAME
@@ -71,8 +71,8 @@ sidecars:
7171
resources: {}
7272
livenessProbe:
7373
image:
74-
repository: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
75-
tag: v2.15.0-eks-1-32-19
74+
repository: public.ecr.aws/csi-components/livenessprobe
75+
tag: v2.17.0-eksbuild.4
7676
pullPolicy: IfNotPresent
7777
volumeMounts:
7878
- mountPath: /csi

0 commit comments

Comments
 (0)