diff --git a/Dockerfile b/Dockerfile index c0af408c96..50e98a8915 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN mkdir /helm-go-lib-build && \ cd /helm-go-lib-build && \ git clone https://github.com/broadinstitute/helm-scala-sdk.git && \ cd helm-scala-sdk && \ - git checkout AN-347-update-go-again && \ + git checkout master && \ cd helm-go-lib && \ go build -o libhelm.so -buildmode=c-shared main.go diff --git a/http/src/main/resources/leo.conf b/http/src/main/resources/leo.conf index e833d40fd0..da82b4b95b 100644 --- a/http/src/main/resources/leo.conf +++ b/http/src/main/resources/leo.conf @@ -24,6 +24,9 @@ gce { } gke { + cluster { + version = ${?KUBERNETES_VERSION} + } galaxyApp { postgres.password = ${?GALAXY_POSTGRES_PASSWORD} orchUrl = ${?ORCH_URL}