Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions solution/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ spec:
image:
name: zenko-operator
tag: '$(zenko_operator_tag)'
metrics:
enabled: true
scheme: http
port: 8080
path: /metrics
EOF
}

Expand Down
5 changes: 3 additions & 2 deletions solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading