Skip to content

Commit

Permalink
fix(eks): update test for the same
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadbhatia committed Jun 18, 2022
1 parent 793952a commit fb46368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-eks/test/integ.eks-helm-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class EksClusterStack extends Stack {
chart: 's3-chart',
release: 's3-chart',
repository: 'oci://public.ecr.aws/aws-controllers-k8s/s3-chart',
version: 'v0.0.19',
version: 'v0.1.0',
namespace: 'ack-system',
createNamespace: true,
});
Expand Down

0 comments on commit fb46368

Please sign in to comment.