From 417748d65fb85a14e87c8ba3a0c208e9e877387b Mon Sep 17 00:00:00 2001 From: Nathan Martins Date: Fri, 17 Dec 2021 11:07:38 -0300 Subject: [PATCH] versioning:bugfix - updating versioning files Signed-off-by: Nathan Martins --- README.md | 4 ++-- config/manager/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c1bb7da..35ed4576 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Install Horusec-Operator on your cluster, see an example below: 1. Run the command: ```bash -kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.1" +kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.2" ``` 2. Check if the resource was installed: ```bash @@ -145,7 +145,7 @@ Don't worry, this is normal because the script is trying to create new database, **Step 3.** After the script finishes, install Horusec-Operator: ```bash -kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.1" +kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.2" ``` **Step 4.** Check if the resource was installed: diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 4cf7e162..61f45725 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -27,4 +27,4 @@ kind: Kustomization images: - name: controller newName: horuszup/horusec-operator - newTag: v2.2.1 + newTag: v2.2.2