File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
testing/k8s-binder-k8s-hub Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 5454 test :
5555 - main
5656 - auth
57- - helm
5857 test-variation :
5958 - " "
6059 include :
@@ -66,26 +65,24 @@ jobs:
6665 - k3s-channel : v1.20
6766 helm-version : v3.5.0
6867 test : helm
69- - k3s-channel : latest
70- test : helm
71- test-variation : upgrade
72- # upgrade-from represents a release channel, see: https://jupyterhub.github.io/helm-chart/info.json
73- upgrade-from : dev
74- upgrade-from-extra-args : " "
75- - k3s-channel : v1.25
76- test : helm
7768 test-variation : dind
7869 local-chart-extra-args : >-
7970 --values testing/k8s-binder-k8s-hub/binderhub-chart+dind.yaml
8071 --set config.BinderHub.image_prefix=$REGISTRY_HOST/test/
8172 --set registry.url=http://$REGISTRY_HOST
82- - k3s-channel : v1.25
73+ - k3s-channel : latest
8374 test : helm
8475 test-variation : pink
8576 local-chart-extra-args : >-
8677 --values testing/k8s-binder-k8s-hub/binderhub-chart+pink.yaml
8778 --set config.BinderHub.image_prefix=$REGISTRY_HOST/test/
8879 --set registry.url=http://$REGISTRY_HOST
80+ - k3s-channel : latest
81+ test : helm
82+ test-variation : upgrade
83+ # upgrade-from represents a release channel, see: https://jupyterhub.github.io/helm-chart/info.json
84+ upgrade-from : dev
85+ upgrade-from-extra-args : " "
8986
9087 services :
9188 registry :
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ ingress:
3838# against which we haven't. We currently only test this through the use of
3939# lint-and-validate-values.yaml and setting this value explicitly to make sure
4040# our rendered templates are valid against a k8s api-server.
41- imageBuilderType : " host"
41+ # This is already the default
42+ # imageBuilderType: "host"
4243
4344# NOTE: This is a mirror of the jupyterhub section in
4445# jupyterhub-chart-config.yaml in testing/local-binder-k8s-hub, keep these
You can’t perform that action at this time.
0 commit comments