Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/eks-deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
BRANCH_VERSION:
description: 'Branch version to deploy'
required: true
default: 'main'
default: 'v5.0.0-beta1'

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-deployment-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
BRANCH_VERSION:
description: 'Branch version to deploy'
required: true
default: 'main'
default: 'v5.0.0-beta1'

permissions:
id-token: write # This is required for requesting the JWT
Expand Down
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "5.0.0",
"stage": "alpha0"
"stage": "beta1"
}
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
runAsGroup: 1000
containers:
- name: wazuh-dashboard
image: 'wazuh/wazuh-dashboard:5.0.0'
image: 'wazuh/wazuh-dashboard:5.0.0-beta1'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
privileged: true
containers:
- name: wazuh-indexer
image: 'wazuh/wazuh-indexer:5.0.0'
image: 'wazuh/wazuh-indexer:5.0.0-beta1'
resources:
limits:
cpu: 500m
Expand Down
4 changes: 2 additions & 2 deletions wazuh/wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
fsGroup: 999
initContainers:
- name: init-wazuh-etc
image: 'wazuh/wazuh-manager:5.0.0'
image: 'wazuh/wazuh-manager:5.0.0-beta1'
command:
- /bin/sh
- -c
Expand All @@ -62,7 +62,7 @@ spec:
mountPath: /etc/wazuh-certs-final
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:5.0.0'
image: 'wazuh/wazuh-manager:5.0.0-beta1'
resources:
limits:
cpu: 400m
Expand Down
4 changes: 2 additions & 2 deletions wazuh/wazuh_managers/wazuh-worker-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
fsGroup: 999
initContainers:
- name: init-wazuh-etc
image: 'wazuh/wazuh-manager:5.0.0'
image: 'wazuh/wazuh-manager:5.0.0-beta1'
command:
- /bin/sh
- -c
Expand All @@ -69,7 +69,7 @@ spec:
mountPath: /etc/wazuh-certs-final
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:5.0.0'
image: 'wazuh/wazuh-manager:5.0.0-beta1'
resources:
limits:
cpu: 400m
Expand Down
Loading