Skip to content

Commit

Permalink
feat(deploy): enables webconsole v2 by default (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjulinfan authored Aug 10, 2021
1 parent 70a4b39 commit 81f7762
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions deploy/charts/fedlearner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,12 @@ fedlearner-apiserver:
pullPolicy: IfNotPresent

fedlearner-web-console:
image:
repository: fedlearner/fedlearner-web-console
tag: "v1.5-rc2"
pullPolicy: IfNotPresent

ingress:
enabled: true

extraVolumeMounts:
- name: data
mountPath: /data

extraVolumes:
- name: data
persistentVolumeClaim:
claimName: pvc-fedlearner-default
enabled: false

fedlearner-web-console-v2:
enabled: false
enabled: true
image:
repository: fedlearner/fedlearner-web-console-v2
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2-rc1"

0 comments on commit 81f7762

Please sign in to comment.