diff --git a/solutions/2to5.sh b/solutions/2to5.sh new file mode 100644 index 0000000..d2bc7d8 --- /dev/null +++ b/solutions/2to5.sh @@ -0,0 +1,11 @@ +oc new-project coolstore-XX +oc project coolstore-XX +oc policy add-role-to-user view -n coolstore-XX -z default +chmod 777 ./labs/solutions/lab-2/solve.sh +./labs/solutions/lab-2/solve.sh +chmod 777 ./labs/solutions/lab-3/solve.sh +./labs/solutions/lab-3/solve.sh +chmod 777 ./labs/solutions/lab-4/solve.sh +./labs/solutions/lab-4/solve.sh +oc new-app nodejs:8~https://github.com/nmoctezum/cloud-native-labs.git#nmoctezum-patch-1 --context-dir=web-nodejs --name=web +oc expose svc/web diff --git a/web-nodejs/bower.json b/web-nodejs/bower.json index 7df04ff..9300f42 100644 --- a/web-nodejs/bower.json +++ b/web-nodejs/bower.json @@ -17,7 +17,7 @@ }, "resolutions": { "angular": "1.5.10", - "jquery": "3.4.1", + "jquery": "3.5.1", "bootstrap": "~3.3.7" } }