Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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