mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Merge branch '4.13.0' of github.com:wazuh/wazuh-kubernetes into merge-4.12.0-into-4.13.0
This commit is contained in:
commit
86631f660f
18
CHANGELOG.md
18
CHANGELOG.md
@ -2,6 +2,24 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [4.13.0]
|
||||
|
||||
### Added
|
||||
|
||||
- None
|
||||
|
||||
### Changed
|
||||
|
||||
- None
|
||||
|
||||
### Fixed
|
||||
|
||||
- None
|
||||
|
||||
### Deleted
|
||||
|
||||
- Remove 'stable' branch ocurrencies ([#1014](https://github.com/wazuh/wazuh-kubernetes/pull/1014))
|
||||
|
||||
## [4.12.0]
|
||||
|
||||
### Added
|
||||
|
||||
@ -9,9 +9,7 @@ Deploy a Wazuh cluster with a basic indexer and dashboard stack on Kubernetes.
|
||||
|
||||
## Branches
|
||||
|
||||
* `master` branch contains the latest code, be aware of possible bugs on this branch.
|
||||
* `stable` branch on correspond to the last Wazuh stable version.
|
||||
|
||||
* `main` branch contains the latest code, be aware of possible bugs on this branch.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "4.12.0",
|
||||
"version": "4.13.0",
|
||||
"stage": "alpha0"
|
||||
}
|
||||
|
||||
@ -32,7 +32,7 @@ spec:
|
||||
secretName: dashboard-certs
|
||||
containers:
|
||||
- name: wazuh-dashboard
|
||||
image: 'wazuh/wazuh-dashboard:4.12.0'
|
||||
image: 'wazuh/wazuh-dashboard:4.13.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
||||
@ -59,7 +59,7 @@ spec:
|
||||
privileged: true
|
||||
containers:
|
||||
- name: wazuh-indexer
|
||||
image: 'wazuh/wazuh-indexer:4.12.0'
|
||||
image: 'wazuh/wazuh-indexer:4.13.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 500m
|
||||
|
||||
@ -41,7 +41,7 @@ spec:
|
||||
fsGroup: 101
|
||||
containers:
|
||||
- name: wazuh-manager
|
||||
image: 'wazuh/wazuh-manager:4.12.0'
|
||||
image: 'wazuh/wazuh-manager:4.13.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 400m
|
||||
|
||||
@ -48,7 +48,7 @@ spec:
|
||||
fsGroup: 101
|
||||
containers:
|
||||
- name: wazuh-manager
|
||||
image: 'wazuh/wazuh-manager:4.12.0'
|
||||
image: 'wazuh/wazuh-manager:4.13.0'
|
||||
resources:
|
||||
limits:
|
||||
cpu: 400m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user