Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update Pepr to v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Dec 6, 2023
1 parent 78afbd0 commit 0ef5f44
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion capabilities/ecr-webhook/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
export const ECRhook = new Capability({
name: "ecr",
description: "Create ECR repositories for a Zarf managed ECR registry",
namespaces: ["pepr-system"],
namespaces: ["pepr-system", "zarf"],
});

const { When } = ECRhook;
Expand Down
22 changes: 11 additions & 11 deletions manifests/pepr-module-b95dbd80-e078-5eb9-aaf3-bcb9567417d0.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@aws-sdk/client-ecr": "^3.465.0",
"@aws-sdk/client-ecr-public": "^3.465.0",
"pepr": "^0.18.1"
"pepr": "^0.19.0"
},
"devDependencies": {
"@jest/globals": "^29.6.4",
Expand Down

0 comments on commit 0ef5f44

Please sign in to comment.