wazuh / wazuh-kubernetes

Wazuh - Wazuh Kubernetes
https://wazuh.com/
GNU General Public License v2.0
256 stars 160 forks source link

Wazuh failing to deploy, image tag does not exist `5.0.0` #729

Closed txj-xyz closed 3 months ago

txj-xyz commented 3 months ago

Hello,

Kubernetes is failing to deploy the StatefulSet due tot he fact that the images do not exist see reference from master below:

https://github.com/wazuh/wazuh-kubernetes/blob/eedc893da191899d4bdeca021db1d0d0b967db2d/wazuh/wazuh_managers/wazuh-master-sts.yaml#L44

Any reason why the image doesn't exist? I see we are on release 4.8.0

dlouzan commented 3 months ago

@txj-xyz That is a reference to master, shouldn't you be deploying from a tag, e.g. https://github.com/wazuh/wazuh-kubernetes/blob/v4.8.0/wazuh/wazuh_managers/wazuh-master-sts.yaml?

txj-xyz commented 3 months ago

My fault yes. I deployed from master which was a mistake