File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5353 run : |
5454 . ./ci/common
5555 setup_helm v3.5.4
56- pip install --no-cache-dir chartpress>=1.2 pyyaml
56+ pip install --no-cache-dir chartpress>=2.1 pyyaml
5757
5858 - name : Setup push rights to jupyterhub/helm-chart
5959 # This was setup by...
Original file line number Diff line number Diff line change 11beautifulsoup4
2- chartpress>=1.2
2+ chartpress>=2.1
33click
44codecov
55html5lib
Original file line number Diff line number Diff line change 11# Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
22apiVersion : v2
33name : binderhub
4- version : 0.2.0 -set.by.chartpress
4+ version : 0.0.1 -set.by.chartpress
55dependencies :
66 # Source code: https://github.com/jupyterhub/zero-to-jupyterhub-k8s
77 # Latest version: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/tags
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ nodeSelector: {}
1717
1818image :
1919 name : jupyterhub/k8s-binderhub
20- tag : " local "
20+ tag : " set-by-chartpress "
2121
2222# registry here is only used to create docker config.json
2323registry :
Original file line number Diff line number Diff line change 55# helm-chart folder.
66charts :
77 - name : binderhub
8+ baseVersion : 1.0.0-0.dev
89 imagePrefix : jupyterhub/k8s-
910 repo :
1011 git : jupyterhub/helm-chart
1112 published : https://jupyterhub.github.io/helm-chart
12- resetTag : local
13- resetVersion : 0.2.0
1413 images :
1514 binderhub :
1615 # We will not use the default build contextPath, and must therefore
You can’t perform that action at this time.
0 commit comments