From 6bf1ae0764ec3fce20ad8eed355bd23ed7e2fb53 Mon Sep 17 00:00:00 2001 From: Horusec <63017138+horusec@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:06:11 -0300 Subject: [PATCH] versioning:release - [skip ci] automatic commit updating versioning files (#157) Signed-off-by: Horusec (cherry picked from commit 0ba2d114c0c84a757092c40b544bdc6c531f7eab) --- README.md | 4 ++-- api/v2alpha1/horusec_platform_defaults.json | 20 ++++++++++---------- config/manager/kustomization.yaml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0d60742e..9e35d7d2 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,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.2" +kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.3" ``` 2. Check if the resource was installed: ```bash @@ -146,7 +146,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.2" +kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.3" ``` **Step 4.** Check if the resource was installed: diff --git a/api/v2alpha1/horusec_platform_defaults.json b/api/v2alpha1/horusec_platform_defaults.json index 1504870a..c6a5e49d 100644 --- a/api/v2alpha1/horusec_platform_defaults.json +++ b/api/v2alpha1/horusec_platform_defaults.json @@ -7,7 +7,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-analytic", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -37,7 +37,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-migrations", - "tag": "v2.17.3" + "tag": "v2.17.4" } }, "name": "horusec_analytic_db", @@ -89,7 +89,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-api", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -143,7 +143,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-auth", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -233,7 +233,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-core", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -287,7 +287,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-manager", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -342,7 +342,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-messages", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -414,7 +414,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-vulnerability", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -468,7 +468,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-webhook", - "tag": "v2.17.3" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -542,7 +542,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-migrations", - "tag": "v2.17.3" + "tag": "v2.17.4" } }, "name": "horusec_db", diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 61f45725..1a30d44d 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.2 + newTag: v2.2.3