diff --git a/README.md b/README.md index 3166885a..62693251 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To use horusec-operator you need to configure some secrets and dependencies of h ## Installing After configuring your database connection, connecting to your broker and creating the secrets you need to install horusec-operator on your cluster, see an example below: ```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" ``` See the resource if was installed with success! ```bash @@ -116,7 +116,7 @@ Don't worry this is normal because the script is trying create new database, but After script finish. 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" ``` See the resource if was installed with sucess! diff --git a/api/v2alpha1/horusec_platform_defaults.json b/api/v2alpha1/horusec_platform_defaults.json index d2aa8c55..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.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -37,7 +37,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-migrations", - "tag": "v2.17.1" + "tag": "v2.17.4" } }, "name": "horusec_analytic_db", @@ -89,7 +89,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-api", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -143,7 +143,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-auth", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -233,7 +233,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-core", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -287,7 +287,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-manager", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -342,7 +342,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-messages", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -414,7 +414,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-vulnerability", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -468,7 +468,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-webhook", - "tag": "v2.17.1" + "tag": "v2.17.4" }, "livenessProbe": { "timeoutSeconds": 1, @@ -542,7 +542,7 @@ "pullSecrets": [], "registry": "docker.io/horuszup", "repository": "horusec-migrations", - "tag": "v2.17.1" + "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