Skip to content

Commit

Permalink
versioning:release - [skip ci] automatic commit updating versioning f…
Browse files Browse the repository at this point in the history
…iles (#169)

Signed-off-by: Horusec <horusec@zup.com.br>
(cherry picked from commit 701bb11)
  • Loading branch information
horusec committed Mar 22, 2022
1 parent 8a378cf commit 0fa1026
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 @@ -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.3"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.3.0"
```
2. Check if the resource was installed:
```bash
Expand Down Expand Up @@ -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.3"
kubectl apply -k "https://github.com/ZupIT/horusec-operator/config/default?ref=v2.3.0"
```

**Step 4.** Check if the resource was installed:
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.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -37,7 +37,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-migrations",
"tag": "v2.17.4"
"tag": "v2.18.0"
}
},
"name": "horusec_analytic_db",
Expand Down Expand Up @@ -89,7 +89,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-api",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -143,7 +143,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-auth",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -233,7 +233,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-core",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -287,7 +287,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-manager",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -342,7 +342,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-messages",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -414,7 +414,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-vulnerability",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -468,7 +468,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-webhook",
"tag": "v2.17.4"
"tag": "v2.18.0"
},
"livenessProbe": {
"timeoutSeconds": 1,
Expand Down Expand Up @@ -542,7 +542,7 @@
"pullSecrets": [],
"registry": "docker.io/horuszup",
"repository": "horusec-migrations",
"tag": "v2.17.4"
"tag": "v2.18.0"
}
},
"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.2.3
newTag: v2.3.0

0 comments on commit 0fa1026

Please sign in to comment.