Bump everything up to the latest stable release (1.3.1), and use Ubuntu 18.04
[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: 1.3.1-1
40       arvadosGitHttpd: 1.3.1-1
41       arvadosHealth: 1.3.1-1
42       arvadosWorkbench: 1.3.1-1
43       arvadosWs: 1.3.1-1
44       arvadosSSOServer: 1.1.4-1
45       crunchDispatchSlurm: 1.3.1-1
46       crunchRun: 1.3.1-1
47       crunchRunner: 1.3.1-1
48       keepBalance: 1.3.1-1
49       keepStore: 1.3.1-1
50       keepWeb: 1.3.1-1
51       keepProxy: 1.3.1-1
52       libPamArvados: 1.3.1-1
53       pythonArvadosFuse: 1.3.1-1
54       pythonArvadosPythonClient: 1.3.1-1
55     gem:
56       arvados: 1.3.1.20190122164002
57       arvadosCLI: 1.3.1.20190211211047
58       arvadosLoginSync: 1.3.1.20190211211047