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