Skip to content

Commit

Permalink
Merge pull request #2133 from samvera/update-deploy-for-hyrax-5-upgrade
Browse files Browse the repository at this point in the history
🤖 Update charts for deploy
  • Loading branch information
Shana Moore authored Jan 8, 2024
2 parents ead1017 + 962b916 commit cd718f7
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 cd718f7

Please sign in to comment.