Skip to content

Commit

Permalink
Merge branch 'update-deploy-for-hyrax-5-upgrade' into i78-deploy-hyra…
Browse files Browse the repository at this point in the history
…x-5-upgrade
  • Loading branch information
Shana Moore committed Jan 8, 2024
2 parents 66d5292 + 929565b commit bcf2547
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helm_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
release_name="${1}"
namespace="${2}"

CHART_VERSION="${CHART_VERSION:-2.0.0}"
CHART_VERSION="${CHART_VERSION:-3.5.1}"

DEPLOY_IMAGE="${DEPLOY_IMAGE:-ghcr.io/samvera/hyku}"
WORKER_IMAGE="${WORKER_IMAGE:-ghcr.io/samvera/hyku/worker}"
Expand Down
2 changes: 2 additions & 0 deletions ops/demo-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ ingress:
- host: hyku-demo.$BASE_URL
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.hyku-demo.$BASE_URL"
paths:
- path: /
pathType: ImplementationSpecific
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0",
Expand Down
2 changes: 2 additions & 0 deletions ops/iiif-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ ingress:
- host: hyku-iiif.$BASE_URL
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.hyku-iiif.$BASE_URL"
paths:
- path: /
pathType: ImplementationSpecific
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0",
Expand Down
2 changes: 2 additions & 0 deletions ops/review-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ ingress:
- host: hyku-$CI_MERGE_REQUEST_ID.example.com
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.hyku-$CI_MERGE_REQUEST_ID.example.com"
paths:
- path: /
pathType: ImplementationSpecific

extraEnvVars: &envVars
- name: CONFDIR
Expand Down
2 changes: 2 additions & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ ingress:
- host: hyku-staging.$BASE_URL
paths:
- path: /
pathType: ImplementationSpecific
- host: "*.hyku-staging.$BASE_URL"
paths:
- path: /
pathType: ImplementationSpecific
annotations: {
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0",
Expand Down

0 comments on commit bcf2547

Please sign in to comment.