feat: bump test_bump_numered_branch_with_set-as-main_false

This commit is contained in:
wazuhci
2026-04-14 20:22:24 +00:00
parent 276dfb532a
commit fb660aa371
26 changed files with 84 additions and 66 deletions
+11 -11
View File
@@ -19,20 +19,20 @@ Below is a step-by-step example of how to perform this update:
- `wazuh.indexer`
- `wazuh.dashboard`
Example (update to 5.1.0):
Example (update to 5.2.0):
```yaml
services:
wazuh.manager:
image: wazuh/wazuh-manager:5.1.0
image: wazuh/wazuh-manager:5.2.0
...
wazuh.indexer:
image: wazuh/wazuh-indexer:5.1.0
image: wazuh/wazuh-indexer:5.2.0
...
wazuh.dashboard:
image: wazuh/wazuh-dashboard:5.1.0
image: wazuh/wazuh-dashboard:5.2.0
...
```
@@ -43,32 +43,32 @@ Below is a step-by-step example of how to perform this update:
- `wazuh1.indexer`, `wazuh2.indexer`, and `wazuh3.indexer`
- `wazuh.dashboard`
Example (update to 5.1.0):
Example (update to 5.2.0):
```yaml
services:
wazuh.master:
image: wazuh/wazuh-manager:5.1.0
image: wazuh/wazuh-manager:5.2.0
...
wazuh.worker:
image: wazuh/wazuh-manager:5.1.0
image: wazuh/wazuh-manager:5.2.0
...
wazuh1.indexer:
image: wazuh/wazuh-indexer:5.1.0
image: wazuh/wazuh-indexer:5.2.0
...
wazuh2.indexer:
image: wazuh/wazuh-indexer:5.1.0
image: wazuh/wazuh-indexer:5.2.0
...
wazuh3.indexer:
image: wazuh/wazuh-indexer:5.1.0
image: wazuh/wazuh-indexer:5.2.0
...
wazuh.dashboard:
image: wazuh/wazuh-dashboard:5.1.0
image: wazuh/wazuh-dashboard:5.2.0
...
```