File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type: application
2424# to the chart and its templates, including the app version.
2525# Versions are expected to follow Semantic Versioning (https://semver.org/)
2626
27- version : 0.0.4
27+ version : 0.0.5
2828
2929dependencies :
3030 - name : library-chart
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ spec:
119119 image : " {{ .Values.service.image.version }}"
120120 {{- end }}
121121 command : ["/bin/sh","-c"]
122- args : ["{{ .Values.init.standardInitPath }} sudo rm -rf /home/onyxia/.jupyter & voila /srv/app.ipynb --Voila.ip=' 0.0.0.0' --port=8888 --no-browser "]
122+ args : ["{{ .Values.init.standardInitPath }} sudo rm -rf /home/onyxia/.jupyter & streamlit run /srv/app.py --server.port 8888 --server.headless true --server.address 0.0.0.0"]
123123 imagePullPolicy : {{ .Values.service.image.pullPolicy }}
124124 env :
125125 - name : KUBERNETES_POD_NAME
You can’t perform that action at this time.
0 commit comments