Add workbench2, and make it the default.
[arvados-k8s.git] / charts / arvados / values.yaml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 # Default values for arvados.
6 # This is a YAML-formatted file.
7 # Declare variables to be passed into your templates.
8
9 image:
10   pullPolicy: Always
11
12 # The external IP address for this Arvados cluster.
13 # Must be set to a valid IP address, e.g. by using --set when invoking helm
14 externalIP: ~
15
16 # The default e-mail address and password for the initial cluster admin user
17 adminUserEmail: "test@example.com"
18 adminUserPassword: "passw0rd"
19
20 # A super user token
21 superUserSecret: "thisisnotaverygoodsuperusersecretstring00000000000"
22 # An anonymous user token
23 anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000"
24
25 # The number of compute nodes to spin up
26 compute:
27   nodes: 4
28
29 # The cluster identifier, a 5 character alphanumeric string
30 uuidPrefix: vwxyz
31
32 # The package versions for this Arvados cluster. Also see
33 #
34 #   curl http://versions.arvados.org/v1/commit/ | jq .
35 #
36 arvados:
37   versions:
38     distribution:
39       arvadosApiServer: 2.0.2-1
40       arvadosController: 2.0.2-1
41       arvadosGitHttpd: 2.0.2-1
42       arvadosHealth: 2.0.2-1
43       arvadosWorkbench: 2.0.2-1
44       arvadosWorkbench2: 2.0.2-1
45       arvadosWs: 2.0.2-1
46       arvadosSSOServer: 1.1.4-1
47       crunchDispatchSlurm: 2.0.2-1
48       crunchRun: 2.0.2-1
49       crunchRunner: 2.0.2-1
50       keepBalance: 2.0.2-1
51       keepStore: 2.0.2-1
52       keepWeb: 2.0.2-1
53       keepProxy: 2.1.0.dev20200422013447-1
54       libPamArvados: 2.0.2-1
55       pythonArvadosFuse: 2.0.2-1
56       pythonArvadosPythonClient: 2.0.2-1
57     gem:
58       arvados: 2.0.2
59       arvadosCLI: 2.0.2
60       arvadosLoginSync: 2.0.2