Skip to content

Commit

Permalink
Merge branch 'w/2.7/improvement/ZENKO-4816' into w/2.8/improvement/ZE…
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlardier committed May 18, 2024
2 parents e76512d + 938ad52 commit 47d697d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/end2end/run-e2e-ctst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ EOF
kubectl set env deployment end2end-connector-cloudserver SCUBA_HEALTHCHECK_FREQUENCY=100
kubectl rollout status deployment end2end-connector-cloudserver

# disable moniroting of count-items
kubectl set env cronjob end2end-ops-count-items PROMETHEUS_POLLING_ATTEMPTS=1
kubectl set env cronjob end2end-ops-count-items PROMETHEUS_POLLING_PERIOD=1

E2E_IMAGE=$E2E_CTST_IMAGE_NAME:$E2E_IMAGE_TAG
POD_NAME="${ZENKO_NAME}-ctst-tests"

Expand Down
8 changes: 4 additions & 4 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: 8.8.23
tag: 8.8.24
envsubst: CLOUDSERVER_TAG
jmx-javaagent:
sourceRegistry: ghcr.io/banzaicloud
Expand Down Expand Up @@ -75,13 +75,13 @@ s3utils:
sourceRegistry: ghcr.io/scality
dashboard: s3utils/s3utils-dashboards
image: s3utils
tag: 1.14.6
tag: 1.14.9
envsubst: S3UTILS_TAG
scuba:
sourceRegistry: ghcr.io/scality
dashboard: scuba/scuba-dashboards
image: scuba
tag: 1.0.0
tag: 1.0.1
envsubst: SCUBA_TAG
sorbet:
sourceRegistry: ghcr.io/scality
Expand All @@ -106,7 +106,7 @@ vault:
zenko-operator:
sourceRegistry: ghcr.io/scality
image: zenko-operator
tag: 1.5.46
tag: 1.5.47
envsubst: ZENKO_OPERATOR_TAG
zenko-ui:
sourceRegistry: ghcr.io/scality
Expand Down

0 comments on commit 47d697d

Please sign in to comment.