From c7c0b2ab60a0c5659a08d536ad070a95fe17f06c Mon Sep 17 00:00:00 2001 From: r3drun3 Date: Wed, 6 Dec 2023 14:45:42 +0100 Subject: [PATCH] docs(readme): bump version Signed-off-by: r3drun3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af8d100..fc58f79 100644 --- a/README.md +++ b/README.md @@ -672,7 +672,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) that publish the operator *oci image* to *github registry* when new releases tag 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.8 +make deploy IMG=ghcr.io/stackzoo/khaos:0.0.9 ``` This command will install all the required *CRDs* and *RBAC manifests* and then start the operator as a pod: