Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Nov 29, 2023
1 parent 1217869 commit 8b3922c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build-push-kotsadm-image/action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: 'Build and push kotsadm image'
description: 'Composite action for building and pushing kotsadm image'
inputs:
workspace:
description: 'Github workspace'
required: true

chainguard-gcp-wif-pool:
description: 'GCP workload identity pool for Chainguard'
required: true
Expand Down Expand Up @@ -73,7 +69,6 @@ runs:
archs: x86_64
sign-with-temporary-key: true
cache-dir: ${{ steps.cache-dir.outputs.cache_dir }}
keyring-append: ${{ inputs.workspace }}/packages/chainguard-enterprise.rsa.pub

- uses: chainguard-images/actions/apko-publish@main
with:
Expand Down
1 change: 1 addition & 0 deletions deploy/apko.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ contents:
- ./packages/
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
- ./packages/chainguard-enterprise.rsa.pub
- ./melange.rsa.pub
packages:
- kotsadm-head # This is expected to be built locally by `melange`.
Expand Down
1 change: 0 additions & 1 deletion deploy/melange.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ environment:
- https://packages.wolfi.dev/os
keyring:
- https://packages.wolfi.dev/os/wolfi-signing.rsa.pub
- ./packages/chainguard-enterprise.rsa.pub
packages:
- ca-certificates-bundle
- busybox
Expand Down

0 comments on commit 8b3922c

Please sign in to comment.