X-Git-Url: https://git.arvados.org/arvados-k8s.git/blobdiff_plain/41cd93847326b77ec7a2ad60225ceecdef6c3fc3..7476771320cb5f13e3fc43a1354a98d0d92598c4:/charts/arvados/values.yaml diff --git a/charts/arvados/values.yaml b/charts/arvados/values.yaml index cfa51ef..1336eed 100644 --- a/charts/arvados/values.yaml +++ b/charts/arvados/values.yaml @@ -13,6 +13,17 @@ image: # Must be set to a valid IP address, e.g. by using --set when invoking helm externalIP: ~ +loadBalancer: + # Annotations to add to all LoadBalancer Services. + # This is required for MetalLB, since the same externalIP is reused for all + # services, and sharing is disabled by default. + # metallb.universe.tf/allow-shared-ip: arbitrary-sharing-key + annotations: + + # externalTrafficPolicy for the api-server-service + # Set to Cluster if using MetalLB, otherwise an externalIP won't be allocated + apiServerExternalTrafficPolicy: Local + # The default e-mail address and password for the initial cluster admin user adminUserEmail: "test@example.com" adminUserPassword: "passw0rd" @@ -36,23 +47,30 @@ uuidPrefix: vwxyz 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* + arvadosApiServer: 2.0.2-1 + arvadosController: 2.0.2-1 + arvadosGitHttpd: 2.0.2-1 + arvadosHealth: 2.0.2-1 + arvadosWorkbench: 2.0.2-1 + arvadosWorkbench2: 2.0.2-1 + arvadosWs: 2.0.2-1 + arvadosSSOServer: 1.1.4-1 + crunchDispatchSlurm: 2.0.2-1 + crunchRun: 2.0.2-1 + crunchRunner: 2.0.2-1 + keepBalance: 2.0.2-1 + keepStore: 2.0.2-1 + keepWeb: 2.0.2-1 + keepProxy: 2.1.0.dev20200422013447-1 + libPamArvados: 2.0.2-1 + pythonArvadosFuse: 2.0.2-1 + pythonArvadosPythonClient: 2.0.2-1 gem: - arvados: 1.1.4.20180412190507 - arvadosCLI: 1.1.4.20180412190507 - arvadosLoginSync: 1.1.4.20180424214444 + arvados: 2.0.2 + arvadosCLI: 2.0.2 + arvadosLoginSync: 2.0.2 + +# A custom bundle of CA certificates to use. +# Useful for corporate networks with TLS proxies. +# Set it by using the --set-file Helm argument. +customCABundle: ""