diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d304b9..440154e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/package/config/setup-namespaces.yml b/package/config/setup-namespaces.yml index 44ed5b9..2489a37 100644 --- a/package/config/setup-namespaces.yml +++ b/package/config/setup-namespaces.yml @@ -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