Skip to content

Commit

Permalink
Merge pull request #1332 from mskanth972/Helmupdate
Browse files Browse the repository at this point in the history
Update the Helm configuration to use Public ECR image  as default rather…
  • Loading branch information
mskanth972 committed Apr 29, 2024
2 parents 83430aa + 3f64080 commit dcfacc9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions charts/aws-efs-csi-driver/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Helm chart
# v3.0.2
* Update Helm to use the image from Public ECR rather than DockerHub
# v3.0.1
* Bump app/driver version to `v2.0.1`
# v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 3.0.1
version: 3.0.2
appVersion: 2.0.1
kubeVersion: ">=1.17.0-0"
description: "A Helm chart for AWS EFS CSI Driver"
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 2
useFIPS: false

image:
repository: amazon/aws-efs-csi-driver
repository: public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver
tag: "v2.0.1"
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/ecr/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
bases:
- ../../../base
images:
- name: amazon/aws-efs-csi-driver
- name: public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver
newName: 602401143452.dkr.ecr.us-west-2.amazonaws.com/eks/aws-efs-csi-driver
newTag: v2.0.1
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Kustomization
bases:
- ../../base
images:
- name: amazon/aws-efs-csi-driver
- name: public.ecr.aws/efs-csi-driver/amazon/aws-efs-csi-driver
newTag: v2.0.1
- name: public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe
newTag: v2.12.0-eks-1-29-7
Expand Down

0 comments on commit dcfacc9

Please sign in to comment.