Skip to content
4 changes: 4 additions & 0 deletions charts/flagsmith/ci/e2e-test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ _destructiveTests:
enabled: true

frontend:
image:
repository: flagsmith/flagsmith-frontend
extraEnv:
SLACK_TOKEN: "${SLACK_TOKEN}"

api:
image:
repository: flagsmith/flagsmith-api
analytics:
enabled: true
extraEnv:
Expand Down
4 changes: 2 additions & 2 deletions charts/flagsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ prometheus:

api:
image:
repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-api
repository: docker.flagsmith.com/flagsmith/flagsmith-api
tag: "" # defaults to .Chart.AppVersion
imagePullPolicy: ""
imagePullSecrets: []
Expand Down Expand Up @@ -145,7 +145,7 @@ frontend:
# pointing at the single Docker image that serves both.
enabled: true
image:
repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-frontend
repository: docker.flagsmith.com/flagsmith/flagsmith-frontend
tag: "" # defaults to .Chart.AppVersion
imagePullPolicy: ""
imagePullSecrets: []
Expand Down
Loading