Skip to content

Commit

Permalink
Merge pull request #27 from wazuh/Update-3.8.2
Browse files Browse the repository at this point in the history
Update to Wazuh version 3.8.2
  • Loading branch information
AlfonsoRBJ authored Jan 30, 2019
2 parents 98a878b + 1cfcb8d commit 0aa9ff7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [v3.8.2]

### Changed

- Update to Wazuh version v3.8.2. ([#27](https://github.com/wazuh/wazuh-kubernetes/pull/27))

## [v3.8.1]

### 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.1_6.5.4'
image: 'wazuh/wazuh-kibana:3.8.2_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.1_6.5.4'
image: 'wazuh/wazuh-nginx:3.8.2_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.1_6.5.4'
image: 'wazuh/wazuh-logstash:3.8.2_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.1_6.5.4'
image: 'wazuh/wazuh:3.8.2_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.1_6.5.4'
image: 'wazuh/wazuh:3.8.2_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.1_6.5.4'
image: 'wazuh/wazuh:3.8.2_6.5.4'
resources:
requests:
cpu: 500m
Expand Down

0 comments on commit 0aa9ff7

Please sign in to comment.