@@ -142,7 +142,7 @@ Note: You can skip this step and the services will be accessible using the Load
142142Clone this repository to deploy the necessary services and pods.
143143
144144``` bash
145- git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.0 --depth=1
145+ git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.1 --depth=1
146146cd wazuh-kubernetes
147147```
148148
@@ -156,8 +156,8 @@ Download the `wazuh-certs-tool.sh` script. This creates the certificates that en
156156
157157``` bash
158158cd wazuh
159- curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.0 -1.sh
160- curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.0 -1.yml
159+ curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.1 -1.sh
160+ curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.1 -1.yml
161161```
162162
163163** 3.1.2 Edit the config.yml file with the configuration of the Wazuh components to be deployed** :
@@ -358,18 +358,18 @@ minikube start --network-plugin=cni --cni=calico
358358You will also have to load the docker images used by Wazuh into Minikube :
359359
360360` ` ` bash
361- docker pull wazuh/wazuh-indexer:5.0.0
362- docker pull wazuh/wazuh-manager:5.0.0
363- docker pull wazuh/wazuh-dashboard:5.0.0
364- minikube image load wazuh/wazuh-indexer:5.0.0
365- minikube image load wazuh/wazuh-manager:5.0.0
366- minikube image load wazuh/wazuh-dashboard:5.0.0
361+ docker pull wazuh/wazuh-indexer:5.0.1
362+ docker pull wazuh/wazuh-manager:5.0.1
363+ docker pull wazuh/wazuh-dashboard:5.0.1
364+ minikube image load wazuh/wazuh-indexer:5.0.1
365+ minikube image load wazuh/wazuh-manager:5.0.1
366+ minikube image load wazuh/wazuh-dashboard:5.0.1
367367` ` `
368368
369369# ### Clone this repository
370370
371371` ` ` bash
372- git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.0 --depth=1
372+ git clone https://github.com/wazuh/wazuh-kubernetes.git -b v5.0.1 --depth=1
373373cd wazuh-kubernetes
374374` ` `
375375
@@ -381,8 +381,8 @@ Download the `wazuh-certs-tool.sh` script. This creates the certificates that en
381381
382382` ` ` bash
383383cd wazuh/
384- curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.0 -1.sh
385- curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.0 -1.yml
384+ curl -so wazuh-certs-tool.sh https://packages.wazuh.com/5.0/wazuh-certs-tool-5.0.1 -1.sh
385+ curl -so config.yml https://packages.wazuh.com/5.0/config-5.0.1 -1.yml
386386` ` `
387387
388388Edit the `config.yml` file to set corresponding name and IP address for each Wazuh component.
0 commit comments