helm: Make the package versions part of the values.yaml file.
[arvados-k8s.git] / arvados / templates / workbench-deployment.yaml
index 1b1e0f8b9bcbefecadeafa8edb9d891b9ca8f09a..6ed3a44a4e2fbd7b7d1910a3af0f57f2d796fe1e 100644 (file)
@@ -30,7 +30,7 @@ spec:
           command:
             - "sh"
             - "-c"
-            - "/usr/local/bin/bootstrap.sh arvados-workbench=1.1.3.20180323182125* && exec /sbin/my_init"
+            - "/usr/local/bin/bootstrap.sh arvados-workbench={{ .Values.arvados.versions.distribution.arvadosWorkbench }} && exec /sbin/my_init"
           env:
             - name: RAILS_ENV
               value: "production"