Skip to content

Commit 172e755

Browse files
authored
Merge pull request #5 from minrk/bump-nbviewer
Bump nbviewer image
2 parents 60c2c1b + d36a4f0 commit 172e755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/nbviewer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
replicas: 3
22

3-
image: jupyter/nbviewer:efc7e78
3+
image: jupyter/nbviewer:68472ab
44

55
memcached:
66
image:

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Is $PWD/../nbviewer up to date?"
99
helm dep up $nbviewer_chart
1010

1111
upgrade="upgrade nbviewer $nbviewer_chart -f config/nbviewer.yaml -f secrets/config/nbviewer.yaml"
12-
helm diff $upgrade
12+
helm diff -C 5 $upgrade
1313

1414
echo "Deploy these changes? (y|[N]) "
1515
read confirm

0 commit comments

Comments
 (0)