Skip to content

Commit

Permalink
Update to Wazuh version 3.8.1 (#25)
Browse files Browse the repository at this point in the history
* Uptade to Wazu hversion 3.8.1

* Update CHANGELOG.md
  • Loading branch information
AlfonsoRBJ authored and jesuslinares committed Jan 24, 2019
1 parent e91fa74 commit be40f8f
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

## [v3.8.1]

### Changed

- Uptade to Wazu hversion 3.8.1 ([#25](https://github.com/wazuh/wazuh-kubernetes/pull/25))

## [v3.8.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/kibana/kibana-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-kibana
image: 'wazuh/wazuh-kibana:3.8.0_6.5.4'
image: 'wazuh/wazuh-kibana:3.8.1_6.5.4'
resources:
requests:
cpu: 200m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/kibana/nginx-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-nginx
image: 'wazuh/wazuh-nginx:3.8.0_6.5.4'
image: 'wazuh/wazuh-nginx:3.8.1_6.5.4'
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion elastic_stack/logstash/logstash-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
spec:
containers:
- name: wazuh-logstash
image: 'wazuh/wazuh-logstash:3.8.0_6.5.4'
image: 'wazuh/wazuh-logstash:3.8.1_6.5.4'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
name: wazuh-manager-master-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.8.0_6.5.4'
image: 'wazuh/wazuh:3.8.1_6.5.4'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-worker-0-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-0-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.8.0_6.5.4'
image: 'wazuh/wazuh:3.8.1_6.5.4'
resources:
requests:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh_managers/wazuh-worker-1-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
name: wazuh-manager-worker-1-conf
containers:
- name: wazuh-manager
image: 'wazuh/wazuh:3.8.0_6.5.4'
image: 'wazuh/wazuh:3.8.1_6.5.4'
resources:
requests:
cpu: 500m
Expand Down

0 comments on commit be40f8f

Please sign in to comment.