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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION="2.13.4"
VERSION="2.13.5"
Comment thread
francoisferrand marked this conversation as resolved.

VERSION_SUFFIX=

Expand Down
10 changes: 2 additions & 8 deletions solution/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloudserver:
sourceRegistry: ghcr.io/scality
dashboard: cloudserver/cloudserver-dashboards
image: cloudserver
tag: 9.1.10
tag: 9.1.12
envsubst: CLOUDSERVER_TAG
drctl:
sourceRegistry: ghcr.io/scality
Expand Down Expand Up @@ -120,18 +120,12 @@ stern: # tail any pod logs with pattern matchin
envsubst: STERN_VERSION
toolUrl: https://github.com/stern/stern/releases/download/v${STERN_VERSION}/stern_${STERN_VERSION}_linux_amd64.tar.gz
toolName: stern
# To be enabled back when utapi is used in Zenko 2.x
# utapi:
# sourceRegistry: ghcr.io/scality
# image: utapi
# tag: zenko-1.0.0
# envsubst: UTAPI_TAG
vault:
sourceRegistry: ghcr.io/scality
dashboard: vault2/vault-dashboards
policy: vault2/vault-policies
image: vault2
tag: 8.10.4
tag: 8.10.5
Comment thread
francoisferrand marked this conversation as resolved.
envsubst: VAULT_TAG
zenko-operator:
sourceRegistry: ghcr.io/scality
Expand Down
Loading