Skip to content

Commit

Permalink
[skip ci] Update versioning files
Browse files Browse the repository at this point in the history
Signed-off-by: horusec <[email protected]>
  • Loading branch information
horusec committed Oct 1, 2021
1 parent 3a571ff commit dc50f61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.4"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.0"
```
See the resource if was installed with success!
```bash
Expand Down Expand Up @@ -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.1.4"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.2.0"
```

See the resource if was installed with sucess!
Expand Down
20 changes: 10 additions & 10 deletions api/v2alpha1/horusec_platform_defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-analytic",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -37,7 +37,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-migrations",
"tag": "v2.17.0"
"tag": "v2.17.1"
}
},
"name": "horusec_analytic_db",
Expand Down Expand Up @@ -89,7 +89,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-api",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -143,7 +143,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-auth",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -233,7 +233,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-core",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -287,7 +287,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-manager",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -342,7 +342,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-messages",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -414,7 +414,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-vulnerability",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -468,7 +468,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-webhook",
"tag": "v2.17.0"
"tag": "v2.17.1"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -542,7 +542,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-migrations",
"tag": "v2.17.0"
"tag": "v2.17.1"
}
},
"name": "horusec_db",
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ kind: Kustomization
images:
- name: controller
newName: horuszup/horusec-operator
newTag: v2.1.4
newTag: v2.2.0

0 comments on commit dc50f61

Please sign in to comment.