diff --git a/bundler.d/example.rb b/bundler.d/example.rb index 0143112b..efe23a3e 100644 --- a/bundler.d/example.rb +++ b/bundler.d/example.rb @@ -10,3 +10,4 @@ # your docker container and rebundle to get rid of an injected gem. ensure_gem 'derivative-rodeo', '~> 0.5', '>= 0.5.3' +ensure_gem 'valkyrie-shrine', branch: 'main', git: 'https://github.com/samvera-labs/valkyrie-shrine.git' diff --git a/hyrax-webapp b/hyrax-webapp index e87bca53..2097c2f7 160000 --- a/hyrax-webapp +++ b/hyrax-webapp @@ -1 +1 @@ -Subproject commit e87bca53f04ab949530359b35eb342c36f2da97c +Subproject commit 2097c2f791047f1b7f06e735158f18576cf99e55 diff --git a/ops/production-deploy.tmpl.yaml b/ops/production-deploy.tmpl.yaml index 47e35369..f1e639bc 100644 --- a/ops/production-deploy.tmpl.yaml +++ b/ops/production-deploy.tmpl.yaml @@ -148,7 +148,7 @@ extraEnvVars: &envVars - name: HYKU_MULTITENANT value: "true" - name: HYKU_QUEUED_RUNNER - value: "true" + value: "false" - name: HYKU_ROOT_HOST value: b2.adventistdigitallibrary.org - name: HYRAX_ACTIVE_JOB_QUEUE diff --git a/ops/staging-deploy.tmpl.yaml b/ops/staging-deploy.tmpl.yaml index cb4bb296..8bc11aa5 100644 --- a/ops/staging-deploy.tmpl.yaml +++ b/ops/staging-deploy.tmpl.yaml @@ -164,7 +164,7 @@ extraEnvVars: &envVars - name: HYKU_MULTITENANT value: "true" - name: HYKU_QUEUED_RUNNER - value: "true" + value: "false" - name: HYKU_ROOT_HOST value: s2.adventistdigitallibrary.org - name: HYRAX_ACTIVE_JOB_QUEUE