From f50cb02224cd3f709bba468840e59dfe91983b07 Mon Sep 17 00:00:00 2001 From: DarkIsDude Date: Thu, 23 Apr 2026 16:24:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20enable=20monitoring=20on=20zenko-op?= =?UTF-8?q?erator=20and=20bump=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue: ZENKO-5262 --- solution/build.sh | 5 +++++ solution/deps.yaml | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/solution/build.sh b/solution/build.sh index 21fe95024e..e0798dc0b9 100755 --- a/solution/build.sh +++ b/solution/build.sh @@ -77,6 +77,11 @@ spec: image: name: zenko-operator tag: '$(zenko_operator_tag)' + metrics: + enabled: true + scheme: http + port: 8080 + path: /metrics EOF } diff --git a/solution/deps.yaml b/solution/deps.yaml index fc330b8004..e69456bb9d 100644 --- a/solution/deps.yaml +++ b/solution/deps.yaml @@ -80,7 +80,7 @@ mongodb-connector: pensieve-api: sourceRegistry: ghcr.io/scality image: pensieve-api - tag: 1.10.0 + tag: 1.10.1 envsubst: PENSIEVE_API_TAG rclone: sourceRegistry: rclone @@ -129,8 +129,9 @@ vault: envsubst: VAULT_TAG zenko-operator: sourceRegistry: ghcr.io/scality + dashboard: zenko-operator/zenko-operator-dashboards image: zenko-operator - tag: v1.8.11 + tag: v1.8.12 envsubst: ZENKO_OPERATOR_TAG zookeeper: sourceRegistry: ghcr.io/adobe/zookeeper-operator