Skip to content

Commit

Permalink
Merge pull request #269 from wazuh/bump_4_3_3
Browse files Browse the repository at this point in the history
Bump 4.3.3 into 4.3
  • Loading branch information
teddytpc1 authored Jun 2, 2022
2 parents 0d79508 + f86792a commit 3fbf0d6
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 3fbf0d6

Please sign in to comment.