diff --git a/README.md b/README.md index 4a97198..74fc60b 100644 --- a/README.md +++ b/README.md @@ -842,7 +842,7 @@ Warning FailedScheduling 63s default-scheduler 0/4 nodes are available: 1 n This repo contains a [github action](https://github.com/stackzoo/khaos/blob/main/.github/workflows/release.yaml) to publish the operator *oci image* to *github registry* when new release tags are pushed to the main branch. In order to install the operator as a pod in the cluster you can leverage one of the *make* targets: ```console -make deploy IMG=ghcr.io/stackzoo/khaos:0.0.21 +make deploy IMG=ghcr.io/stackzoo/khaos:0.0.22 ``` This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod: @@ -869,12 +869,12 @@ As of right now, the charts are put inside the `charts` folder and not published The `realease` pipeline sign the operator's *OCI image* with [cosign](https://docs.sigstore.dev/signing/quickstart/). In order to verify the signature, use the following command: ```console -cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.21 +cosign verify --key cosign/cosign.pub ghcr.io/stackzoo/khaos:0.0.22 ``` Verification output: ```console -Verification for ghcr.io/stackzoo/khaos:0.0.21 -- +Verification for ghcr.io/stackzoo/khaos:0.0.22 -- The following checks were performed on each of these signatures: - The cosign claims were validated - Existence of the claims in the transparency log was verified offline diff --git a/SECURITY.md b/SECURITY.md index dffe1a6..a8e0e16 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,8 +6,8 @@ The following versions are currently being supported with security updates. | Version | Supported | | ------- | ------------------ | -| 0.0.21 | :white_check_mark: | -| < 0.0.21 | :x: | +| 0.0.22 | :white_check_mark: | +| < 0.0.22 | :x: | ## Reporting a Vulnerability diff --git a/charts/values.yaml b/charts/values.yaml index 2fd8f46..20b73d1 100644 --- a/charts/values.yaml +++ b/charts/values.yaml @@ -32,7 +32,7 @@ controllerManager: - ALL image: repository: ghcr.io/stackzoo/khaos - tag: 0.0.21 + tag: 0.0.22 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index f782e96..2a970f1 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/stackzoo/khaos - newTag: 0.0.21 + newTag: 0.0.22