We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e44f9f2 commit 8c0c9e2Copy full SHA for 8c0c9e2
charts/flagsmith/values.yaml
@@ -6,7 +6,7 @@ common:
6
7
api:
8
image:
9
- repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-api
+ repository: docker.flagsmith.com/flagsmith/flagsmith-api
10
tag: null # defaults to .Chart.AppVersion
11
imagePullPolicy: IfNotPresent
12
imagePullSecrets: []
@@ -95,7 +95,7 @@ frontend:
95
# pointing at the single Docker image that serves both.
96
enabled: true
97
98
- repository: flagsmith.docker.scarf.sh/flagsmith/flagsmith-frontend
+ repository: docker.flagsmith.com/flagsmith/flagsmith-frontend
99
100
101
0 commit comments