Skip to content

Commit d93223d

Browse files
AlfonsoRBJjesuslinares
authored andcommitted
Update to Wazuh version 3.8.1 (wazuh#25)
* Uptade to Wazu hversion 3.8.1 * Update CHANGELOG.md
1 parent d0ec915 commit d93223d

7 files changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [v3.8.1]
66

7+
### Changed
8+
9+
- Uptade to Wazu hversion 3.8.1 ([#25](https://github.com/wazuh/wazuh-kubernetes/pull/25))
10+
711
## [v3.8.0]
812

913
### Changed

elastic_stack/kibana/kibana-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: wazuh-kibana
28-
image: 'wazuh/wazuh-kibana:3.8.0_6.5.4'
28+
image: 'wazuh/wazuh-kibana:3.8.1_6.5.4'
2929
resources:
3030
requests:
3131
cpu: 200m

elastic_stack/kibana/nginx-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: wazuh-nginx
28-
image: 'wazuh/wazuh-nginx:3.8.0_6.5.4'
28+
image: 'wazuh/wazuh-nginx:3.8.1_6.5.4'
2929
resources:
3030
requests:
3131
cpu: 100m

elastic_stack/logstash/logstash-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
spec:
2626
containers:
2727
- name: wazuh-logstash
28-
image: 'wazuh/wazuh-logstash:3.8.0_6.5.4'
28+
image: 'wazuh/wazuh-logstash:3.8.1_6.5.4'
2929
resources:
3030
requests:
3131
cpu: 500m

wazuh_managers/wazuh-master-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
name: wazuh-manager-master-conf
3434
containers:
3535
- name: wazuh-manager
36-
image: 'wazuh/wazuh:3.8.0_6.5.4'
36+
image: 'wazuh/wazuh:3.8.1_6.5.4'
3737
resources:
3838
requests:
3939
cpu: 500m

wazuh_managers/wazuh-worker-0-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
name: wazuh-manager-worker-0-conf
4848
containers:
4949
- name: wazuh-manager
50-
image: 'wazuh/wazuh:3.8.0_6.5.4'
50+
image: 'wazuh/wazuh:3.8.1_6.5.4'
5151
resources:
5252
requests:
5353
cpu: 500m

wazuh_managers/wazuh-worker-1-sts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
name: wazuh-manager-worker-1-conf
4848
containers:
4949
- name: wazuh-manager
50-
image: 'wazuh/wazuh:3.8.0_6.5.4'
50+
image: 'wazuh/wazuh:3.8.1_6.5.4'
5151
resources:
5252
requests:
5353
cpu: 500m

0 commit comments

Comments
 (0)