New Version
This commit is contained in:
parent
dbff63ef0e
commit
4fa554473a
1 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ api:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
newGui: "1"
|
newGui: "1"
|
||||||
tls: true
|
tls: true
|
||||||
version: 0.2.0-pre1
|
version: 0.2.0-pre2
|
||||||
container: kekscloud/keksaccount-api
|
container: kekscloud/keksaccount-api
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ssl: false
|
ssl: false
|
||||||
|
@ -27,7 +27,7 @@ api:
|
||||||
queueworker:
|
queueworker:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
container: kekscloud/keksaccount-api
|
container: kekscloud/keksaccount-api
|
||||||
version: 0.2.0-pre1
|
version: 0.2.0-pre2
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
gui:
|
gui:
|
||||||
|
@ -35,7 +35,7 @@ gui:
|
||||||
url: gui.account.helm.keks.cloud
|
url: gui.account.helm.keks.cloud
|
||||||
backendURL: https://account-stg.keks.cloud/
|
backendURL: https://account-stg.keks.cloud/
|
||||||
replicas: 2
|
replicas: 2
|
||||||
version: 0.2.0-pre1.1
|
version: 0.2.0-pre2
|
||||||
container: kekscloud/keksaccount-gui
|
container: kekscloud/keksaccount-gui
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
ssl: false
|
ssl: false
|
||||||
|
|
Reference in a new issue