Skip to content

Commit

Permalink
(fix): updating helm chart in eks integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed May 8, 2024
1 parent 2c53cf9 commit 8b8dd79
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ class EksClusterStack extends Stack {

//testing installation with atomic flag set to true
this.cluster.addHelmChart('test-atomic-installation', {
chart: 'rds-chart',
release: 'rds-chart-release',
repository: 'oci://public.ecr.aws/aws-controllers-k8s/rds-chart',
version: 'v1.1.2',
chart: 'aws-cli',
release: 'aws-cli-release',
repository: 'oci://public.ecr.aws/bitnami/aws-cli',
version: '1.32.100-debian-12-r0',
namespace: 'ack-system',
createNamespace: true,
skipCrds: true,
Expand Down

0 comments on commit 8b8dd79

Please sign in to comment.