Skip to content

Commit

Permalink
Fix OCI secret management for kpack (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Aug 20, 2023
1 parent a8031e4 commit f930838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-server: ghcr.io
registry-username: ${{ github.actor }}
image: ${{ github.repository }}
version: 0.2.0
version: 0.2.1
secrets:
pull-request-token: ${{ secrets.GH_ORG_PAT }}
1 change: 1 addition & 0 deletions package/config/setup-namespaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ metadata:
namespace: #@ data.values.oci_registry.secret.namespace
spec:
toNamespaces:
- kpack #! Used by kpack to publish Buildpacks artifacts.
#@ for namespace in data.values.namespaces:
- #@ namespace.name
#@ end
Expand Down

0 comments on commit f930838

Please sign in to comment.