Skip to content
Open
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
1 change: 1 addition & 0 deletions solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ vault:
envsubst: VAULT_TAG
zenko-operator:
sourceRegistry: ghcr.io/scality
dashboard: zenko-operator/zenko-operator-dashboards
image: zenko-operator
tag: v1.8.5
envsubst: ZENKO_OPERATOR_TAG
Expand Down
Loading