File tree Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Expand file tree Collapse file tree 5 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 18
18
release_name=" ${1} "
19
19
namespace=" ${2} "
20
20
21
- CHART_VERSION=" ${CHART_VERSION:- 2.0.0 } "
21
+ CHART_VERSION=" ${CHART_VERSION:- 3.5.1 } "
22
22
23
23
DEPLOY_IMAGE=" ${DEPLOY_IMAGE:- ghcr.io/ samvera/ hyku} "
24
24
WORKER_IMAGE=" ${WORKER_IMAGE:- ghcr.io/ samvera/ hyku/ worker} "
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ ingress:
39
39
- host : hyku-demo.$BASE_URL
40
40
paths :
41
41
- path : /
42
+ pathType : ImplementationSpecific
42
43
- host : " *.hyku-demo.$BASE_URL"
43
44
paths :
44
45
- path : /
46
+ pathType : ImplementationSpecific
45
47
annotations : {
46
48
kubernetes.io/ingress.class : " nginx" ,
47
49
nginx.ingress.kubernetes.io/proxy-body-size : " 0" ,
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ ingress:
39
39
- host : hyku-iiif.$BASE_URL
40
40
paths :
41
41
- path : /
42
+ pathType : ImplementationSpecific
42
43
- host : " *.hyku-iiif.$BASE_URL"
43
44
paths :
44
45
- path : /
46
+ pathType : ImplementationSpecific
45
47
annotations : {
46
48
kubernetes.io/ingress.class : " nginx" ,
47
49
nginx.ingress.kubernetes.io/proxy-body-size : " 0" ,
Original file line number Diff line number Diff line change @@ -35,9 +35,11 @@ ingress:
35
35
- host : hyku-$CI_MERGE_REQUEST_ID.example.com
36
36
paths :
37
37
- path : /
38
+ pathType : ImplementationSpecific
38
39
- host : " *.hyku-$CI_MERGE_REQUEST_ID.example.com"
39
40
paths :
40
41
- path : /
42
+ pathType : ImplementationSpecific
41
43
42
44
extraEnvVars : &envVars
43
45
- name : CONFDIR
Original file line number Diff line number Diff line change @@ -39,9 +39,11 @@ ingress:
39
39
- host : hyku-staging.$BASE_URL
40
40
paths :
41
41
- path : /
42
+ pathType : ImplementationSpecific
42
43
- host : " *.hyku-staging.$BASE_URL"
43
44
paths :
44
45
- path : /
46
+ pathType : ImplementationSpecific
45
47
annotations : {
46
48
kubernetes.io/ingress.class : " nginx" ,
47
49
nginx.ingress.kubernetes.io/proxy-body-size : " 0" ,
You can’t perform that action at this time.
0 commit comments