# Copyright (C) The Arvados Authors. All rights reserved. # # SPDX-License-Identifier: Apache-2.0 # Default values for arvados. # This is a YAML-formatted file. # Declare variables to be passed into your templates. image: pullPolicy: Always # The external IP address for this Arvados cluster. # Must be set to a valid IP address, e.g. by using --set when invoking helm externalIP: ~ # The default e-mail address and password for the initial cluster admin user adminUserEmail: "test@example.com" adminUserPassword: "passw0rd" # A super user token superUserSecret: "thisisnotaverygoodsuperusersecretstring00000000000" # An anonymous user token anonymousUserSecret: "thisisnotaverygoodanonymoussecretstring00000000000" # The number of compute nodes to spin up compute: nodes: 4 # The cluster identifier, a 5 character alphanumeric string uuidPrefix: vwxyz # The package versions for this Arvados cluster. Also see # # curl http://versions.arvados.org/v1/commit/ | jq . # arvados: versions: distribution: arvadosApiServer: 1.1.4.20180611193222* arvadosGitHttpd: 1.1.4.20180605191011* arvadosHealth: 1.1.4.20180605191011* arvadosWorkbench: 1.1.4.20180605195657* arvadosWs: 1.1.4.20180605191011* arvadosSSOServer: 1.1.4* crunchDispatchSlurm: 1.1.4.20180605191011* crunchRun: 1.1.4.20180605191011* crunchRunner: 1.1.4.20180605191011* keepBalance: 1.1.4.20180607192404* keepStore: 1.1.4.20180605191011* keepWeb: 1.1.4.20180605191011* keepProxy: 1.1.4.20180605191011* libPamArvados: 1.1.4.20180404223512* pythonArvadosFuse: 1.1.4.20180604132029* pythonArvadosPythonClient: 1.1.4.20180607152043* gem: arvados: 1.1.4.20180412190507 arvadosCLI: 1.1.4.20180412190507 arvadosLoginSync: 1.1.4.20180424214444