helm: Make the package versions part of the values.yaml file.
[arvados-k8s.git] / arvados / templates / keep-proxy-deployment.yaml
index dad4fac70666892eecf6f9aa0adf26574dc46107..4d2b3b9fb26b80ca113c236873c223931e5a50db 100644 (file)
@@ -31,11 +31,10 @@ spec:
           command:
             - "sh"
             - "-c"
-            # TODO: the apt-get update should be run in the Dockerfile
-            - "apt-get update && /usr/local/bin/bootstrap.sh keepproxy=1.1.3.20180404192345* && keepproxy"
+            - "/usr/local/bin/bootstrap.sh keepproxy={{ .Values.arvados.versions.distribution.keepProxy }} && keepproxy"
           env:
             - name : ARVADOS_API_HOST
-              value: "8.8.8.8:444"
+              value: "{{ .Values.externalIP }}:444"
             - name : ARVADOS_API_HOST_INSECURE
               value: "true"
             - name : ARVADOS_API_TOKEN