Skip to content

Commit bcf2547

Browse files
author
Shana Moore
committed
Merge branch 'update-deploy-for-hyrax-5-upgrade' into i78-deploy-hyrax-5-upgrade
2 parents 66d5292 + 929565b commit bcf2547

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

bin/helm_deploy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
release_name="${1}"
1919
namespace="${2}"
2020

21-
CHART_VERSION="${CHART_VERSION:-2.0.0}"
21+
CHART_VERSION="${CHART_VERSION:-3.5.1}"
2222

2323
DEPLOY_IMAGE="${DEPLOY_IMAGE:-ghcr.io/samvera/hyku}"
2424
WORKER_IMAGE="${WORKER_IMAGE:-ghcr.io/samvera/hyku/worker}"

ops/demo-deploy.tmpl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ ingress:
3939
- host: hyku-demo.$BASE_URL
4040
paths:
4141
- path: /
42+
pathType: ImplementationSpecific
4243
- host: "*.hyku-demo.$BASE_URL"
4344
paths:
4445
- path: /
46+
pathType: ImplementationSpecific
4547
annotations: {
4648
kubernetes.io/ingress.class: "nginx",
4749
nginx.ingress.kubernetes.io/proxy-body-size: "0",

ops/iiif-deploy.tmpl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ ingress:
3939
- host: hyku-iiif.$BASE_URL
4040
paths:
4141
- path: /
42+
pathType: ImplementationSpecific
4243
- host: "*.hyku-iiif.$BASE_URL"
4344
paths:
4445
- path: /
46+
pathType: ImplementationSpecific
4547
annotations: {
4648
kubernetes.io/ingress.class: "nginx",
4749
nginx.ingress.kubernetes.io/proxy-body-size: "0",

ops/review-deploy.tmpl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ ingress:
3535
- host: hyku-$CI_MERGE_REQUEST_ID.example.com
3636
paths:
3737
- path: /
38+
pathType: ImplementationSpecific
3839
- host: "*.hyku-$CI_MERGE_REQUEST_ID.example.com"
3940
paths:
4041
- path: /
42+
pathType: ImplementationSpecific
4143

4244
extraEnvVars: &envVars
4345
- name: CONFDIR

ops/staging-deploy.tmpl.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ ingress:
3939
- host: hyku-staging.$BASE_URL
4040
paths:
4141
- path: /
42+
pathType: ImplementationSpecific
4243
- host: "*.hyku-staging.$BASE_URL"
4344
paths:
4445
- path: /
46+
pathType: ImplementationSpecific
4547
annotations: {
4648
kubernetes.io/ingress.class: "nginx",
4749
nginx.ingress.kubernetes.io/proxy-body-size: "0",

0 commit comments

Comments
 (0)