Skip to content

Commit 634d7f4

Browse files
committed
Prevent tests from using docker proxy url
Fix frontend image repository
1 parent d5b17c7 commit 634d7f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/flagsmith/ci/e2e-test-values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@ _destructiveTests:
22
enabled: true
33

44
frontend:
5+
image:
6+
repository: flagsmith/flagsmith-frontend
57
extraEnv:
68
SLACK_TOKEN: "${SLACK_TOKEN}"
79

810
api:
11+
image:
12+
repository: flagsmith/flagsmith-api
913
analytics:
1014
enabled: true
1115
extraEnv:

0 commit comments

Comments
 (0)