Skip to content

Commit

Permalink
Adding public ECR repo (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakhaws authored Nov 21, 2023
1 parent 1cda403 commit fcb3f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/aws-mountpoint-s3-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: aws-mountpoint-s3-csi-driver
description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This is a CSI driver that uses Mountpoint for S3 to mount S3 buckets as a file system.
description: A Helm chart for installing the Mountpoint for Amazon S3 CSI Driver. This CSI driver allows your Kubernetes applications to access S3 objects through a file system interface.
version: 1.0.0
kubeVersion: ">=1.23.0-0"
home: https://github.com/awslabs/mountpoint-s3-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion charts/aws-mountpoint-s3-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.

image:
repository: <enter-registry-here>
repository: public.ecr.aws/mountpoint-s3-csi-driver/aws-mountpoint-s3-csi-driver
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v1.0.0"
Expand Down

0 comments on commit fcb3f59

Please sign in to comment.