Skip to content

Commit fdb6232

Browse files
committed
Support new stage Beta1
1 parent 230bf42 commit fdb6232

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/eks-deployment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
BRANCH_VERSION:
88
description: 'Branch version to deploy'
99
required: true
10-
default: 'main'
10+
default: 'v5.0.0-beta1'
1111

1212
permissions:
1313
id-token: write # This is required for requesting the JWT

.github/workflows/local-deployment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
BRANCH_VERSION:
99
description: 'Branch version to deploy'
1010
required: true
11-
default: 'main'
11+
default: 'v5.0.0-beta1'
1212

1313
permissions:
1414
id-token: write # This is required for requesting the JWT

VERSION.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"version": "5.0.0",
3-
"stage": "alpha0"
3+
"stage": "beta1"
44
}

wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
runAsGroup: 1000
3737
containers:
3838
- name: wazuh-dashboard
39-
image: 'wazuh/wazuh-dashboard:5.0.0'
39+
image: 'wazuh/wazuh-dashboard:5.0.0-beta1'
4040
resources:
4141
limits:
4242
cpu: 500m

wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
privileged: true
6060
containers:
6161
- name: wazuh-indexer
62-
image: 'wazuh/wazuh-indexer:5.0.0'
62+
image: 'wazuh/wazuh-indexer:5.0.0-beta1'
6363
resources:
6464
limits:
6565
cpu: 500m

wazuh/wazuh_managers/wazuh-master-sts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
fsGroup: 999
4242
initContainers:
4343
- name: init-wazuh-etc
44-
image: 'wazuh/wazuh-manager:5.0.0'
44+
image: 'wazuh/wazuh-manager:5.0.0-beta1'
4545
command:
4646
- /bin/sh
4747
- -c
@@ -62,7 +62,7 @@ spec:
6262
mountPath: /etc/wazuh-certs-final
6363
containers:
6464
- name: wazuh-manager
65-
image: 'wazuh/wazuh-manager:5.0.0'
65+
image: 'wazuh/wazuh-manager:5.0.0-beta1'
6666
resources:
6767
limits:
6868
cpu: 400m

wazuh/wazuh_managers/wazuh-worker-sts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
fsGroup: 999
4949
initContainers:
5050
- name: init-wazuh-etc
51-
image: 'wazuh/wazuh-manager:5.0.0'
51+
image: 'wazuh/wazuh-manager:5.0.0-beta1'
5252
command:
5353
- /bin/sh
5454
- -c
@@ -69,7 +69,7 @@ spec:
6969
mountPath: /etc/wazuh-certs-final
7070
containers:
7171
- name: wazuh-manager
72-
image: 'wazuh/wazuh-manager:5.0.0'
72+
image: 'wazuh/wazuh-manager:5.0.0-beta1'
7373
resources:
7474
limits:
7575
cpu: 400m

0 commit comments

Comments
 (0)