Skip to content

Commit

Permalink
Merge branch 'bugfix/ZENKO-4877' into w/2.7/bugfix/ZENKO-4877
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Aug 21, 2024
2 parents 48eb607 + 94361c9 commit 5b1712e
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/end2end/configs/zenkoversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
image: '${JMX_JAVAAGENT_IMAGE}'
tag: '${JMX_JAVAAGENT_TAG}'
listener:
image: haproxy
image: '${HAPROXY_IMAGE}'
tag: '${HAPROXY_TAG}'
vault:
image: '${VAULT_IMAGE}'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion solution/zenkoversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
image: scuba-dashboards
tag: '${SCUBA_TAG}'
dr:
image: dr-dashboards
image: dr-dashboard
tag: '${VERSION_FULL}'
policies:
backbeat:
Expand Down
2 changes: 1 addition & 1 deletion tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ async function waitForPhase(
return false;
}

Given('a DR installed', { timeout: 130000 }, async function (this: Zenko) {
Given('a DR installed', { timeout: 360000 }, async function (this: Zenko) {
Identity.useIdentity(IdentityEnum.ACCOUNT, Zenko.sites['source'].accountName);
const credentials = Identity.getCurrentCredentials();
await createSecret(this, 'drctl-s3-creds', {
Expand Down

0 comments on commit 5b1712e

Please sign in to comment.