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:
c-bordon 2025-04-01 11:56:54 -03:00
commit 86631f660f
No known key found for this signature in database
GPG Key ID: E723BAA51FA52642
7 changed files with 24 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
{
"version": "4.12.0",
"version": "4.13.0",
"stage": "alpha0"
}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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