File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11replicas : 3
22
3- image : jupyter/nbviewer:8b013f7
4-
5- extraEnv :
6- GOOGLE_ANALYTICS_ID : UA-52617120-5
3+ image : jupyter/nbviewer:efc7e78
74
85nbviewer :
96 extraArgs :
@@ -12,6 +9,10 @@ nbviewer:
129 - " --content-security-policy=connect-src *" # https://github.com/jupyter/nbviewer/issues/797
1310 - ' --jupyter-js-widgets-version=2.1' # https://github.com/jupyter/nbviewer/issues/818
1411 - ' --jupyter-widgets-html-manager-version=0.15' # https://github.com/jupyter/nbviewer/issues/818
12+ - >-
13+ --NBViewer.extra_head_html=
14+ <script defer data-domain="nbviewer.org" src="https://plausible.io/js/script.file-downloads.outbound-links.js"></script>
15+ <script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
1516
1617statuspage :
1718 enabled : true
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ echo "Is $PWD/../nbviewer up to date?"
99helm dep up $nbviewer_chart
1010
1111upgrade=" upgrade nbviewer $nbviewer_chart -f config/nbviewer.yaml -f secrets/config/nbviewer.yaml"
12- helm diff $upgrade | grep -v ' ^[[:space:]] '
12+ helm diff $upgrade
1313
1414echo " Deploy these changes? (y|[N]) "
1515read confirm
You can’t perform that action at this time.
0 commit comments