Skip to content

Commit

Permalink
Changed github and image urls for test release
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmadhankumar committed Nov 29, 2023
1 parent 0a8b188 commit 696aece
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
image_url=`yq e '.spec.template.spec.containers[] | select(.name == "kapp-controller") | .image' release/release.yml`
cosign verify \
$image_url \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-identity-regexp=https://github.com/rcmadhankumar \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
- name: Run Package build
Expand All @@ -83,7 +83,7 @@ jobs:
image_url=`yq e '.spec.template.spec.fetch[0].imgpkgBundle.image' release/package.yml`
cosign verify \
$image_url \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-identity-regexp=https://github.com/rcmadhankumar \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
- name: Add to formatted checksum
Expand All @@ -105,7 +105,7 @@ jobs:
cosign verify-blob \
--cert ./tmp/checksums.pem \
--signature ./tmp/checksums.sig \
--certificate-identity-regexp=https://github.com/carvel-dev \
--certificate-identity-regexp=https://github.com/rcmadhankumar \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com ./tmp/checksums.txt
- name: Create release draft and upload release yaml
Expand Down
2 changes: 1 addition & 1 deletion config-release/values-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#@schema/desc "Configuration explicitly for developing kapp-controller"
dev:
#@schema/desc "Location of kapp-controller image"
image_repo: ghcr.io/carvel-dev/kapp-controller
image_repo: ghcr.io/rcmadhankumar/kapp-controller
#@schema/desc "Development version"
version: develop
#@schema/desc "Comma separated list of supported architectures"
Expand Down
2 changes: 1 addition & 1 deletion package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- .imgpkg/images.yml
export:
- imgpkgBundle:
image: ghcr.io/carvel-dev/kapp-controller-package-bundle
image: ghcr.io/rcmadhankumar/kapp-controller-package-bundle
useKbldImagesLock: false
includePaths:
- config
Expand Down

0 comments on commit 696aece

Please sign in to comment.