Skip to content

Commit

Permalink
bump 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vcerenu committed Jun 2, 2022
1 parent 0d79508 commit f86792a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION="4.3.3"
REVISION="40314"
REVISION="40315"
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 @@ -32,7 +32,7 @@ spec:
secretName: dashboard-certs
containers:
- name: wazuh-dashboard
image: 'wazuh/wazuh-dashboard:4.3.2'
image: 'wazuh/wazuh-dashboard:4.3.3'
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:4.3.2'
image: 'wazuh/wazuh-indexer:4.3.3'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
secretName: wazuh-authd-pass
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.3.2'
image: 'wazuh/wazuh-manager:4.3.3'
resources:
limits:
cpu: 400m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-worker-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
secretName: indexer-certs
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.3.2'
image: 'wazuh/wazuh-manager:4.3.3'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit f86792a

Please sign in to comment.