Skip to content

Commit

Permalink
ecr
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Jul 22, 2024
1 parent 9044d3a commit a5026cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/distros/eks/eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:

iam:
withOIDC: true
# serviceRolePermissionsBoundary: "arn:aws:iam::11111:policy/entity/boundary"

addons:
- name: aws-ebs-csi-driver
Expand Down
2 changes: 1 addition & 1 deletion src/test/nightly/ecr_publish_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestECRPublishing(t *testing.T) {
testPackageVersion := "0.0.1"
testPackageFileName := fmt.Sprintf("zarf-package-%s-%s-%s.tar.zst", testPackageName, e2e.Arch, testPackageVersion)
testPackageLocation := filepath.Join(tmpDir, testPackageFileName)
registryURL := "oci://public.ecr.aws/t8y5r5z5/zarf-nightly"
registryURL := "oci://public.ecr.aws/z6q5p6f7/zarf-nightly"
upstreamPackageURL := fmt.Sprintf("%s/%s:%s-%s", registryURL, testPackageName, testPackageVersion, e2e.Arch)
keyFlag := fmt.Sprintf("--key=%s", "./src/test/packages/zarf-test.pub")

Expand Down

0 comments on commit a5026cf

Please sign in to comment.