fix: bump rabbitmq operator version
diff --git a/atmosphere/tasks/constants.py b/atmosphere/tasks/constants.py
index 472a220..9c12613 100644
--- a/atmosphere/tasks/constants.py
+++ b/atmosphere/tasks/constants.py
@@ -384,7 +384,7 @@
}
HELM_RELEASE_RABBITMQ_OPERATOR_NAME = "rabbitmq-cluster-operator"
-HELM_RELEASE_RABBITMQ_OPERATOR_VERSION = "2.5.2"
+HELM_RELEASE_RABBITMQ_OPERATOR_VERSION = "2.6.6"
HELM_RELEASE_RABBITMQ_OPERATOR_VALUES = {
"rabbitmqImage": {"repository": "library/rabbitmq", "tag": "3.10.2-management"},
"credentialUpdaterImage": {