diff --git a/solution/build.sh b/solution/build.sh index 21fe95024..e0798dc0b 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 fc330b800..e69456bb9 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