diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4672892..3ed9b2d 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.21.0 + version: 0.21.1 secrets: pull-request-token: ${{ secrets.GH_ORG_PAT }} diff --git a/docs/quick-start/getting-started.md b/docs/quick-start/getting-started.md index bd41806..87ae550 100644 --- a/docs/quick-start/getting-started.md +++ b/docs/quick-start/getting-started.md @@ -50,7 +50,7 @@ Add the Kadras repository to make the platform packages available to the cluster ```shell kctrl package repository add -r kadras-packages \ - --url ghcr.io/kadras-io/kadras-packages:0.23.0 \ + --url ghcr.io/kadras-io/kadras-packages:0.23.1 \ -n kadras-system --create-namespace ``` @@ -78,7 +78,7 @@ Reference the `values.yml` file you created in the previous step and install the ```shell kctrl package install -i engineering-platform \ -p engineering-platform.packages.kadras.io \ - -v 0.21.0 \ + -v 0.21.1 \ -n kadras-system \ --values-file values.yml ``` diff --git a/package/config/components/crossplane.yml b/package/config/components/crossplane.yml index f70ee2a..040e7f3 100644 --- a/package/config/components/crossplane.yml +++ b/package/config/components/crossplane.yml @@ -25,7 +25,7 @@ spec: packageRef: refName: crossplane.packages.kadras.io versionSelection: - constraints: 1.17.1+kadras.io + constraints: 1.17.1+kadras.1 values: - secretRef: name: crossplane-values