This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Expand file tree Collapse file tree 7 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 19
19
<key >CFBundlePackageType </key >
20
20
<string >APPL </string >
21
21
<key >CFBundleShortVersionString </key >
22
- <string >0.9.6 </string >
22
+ <string >0.9.7 </string >
23
23
<key >CFBundleSignature </key >
24
24
<string >???? </string >
25
25
<key >CFBundleVersion </key >
26
- <string >303 </string >
26
+ <string >305 </string >
27
27
<key >LSApplicationCategoryType </key >
28
28
<string >public.app-category.utilities </string >
29
29
<key >LSMinimumSystemVersion </key >
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ rm -rf ~/.helmc/workspace/charts/workflow-${WORKFLOW_RELEASE}-kube-solo/tpl/deis
54
54
# run helmc generate
55
55
helmc generate -x manifests workflow-${WORKFLOW_RELEASE} -kube-solo
56
56
57
- # update minio RC with persistent volume
57
+ # update minio deployment with persistent volume
58
58
cp " ${res_folder} " /deis/* ~ /.helmc/workspace/charts/workflow-${WORKFLOW_RELEASE} -kube-solo/manifests
59
59
60
60
cd ~ /.helmc/workspace/charts/workflow-${WORKFLOW_RELEASE} -kube-solo/manifests
61
- " ${res_folder} " /bin/gsed -i ' /readOnly: true/ r deis-minio-rc -1.txt' deis-minio-rc .yaml
62
- cat deis-minio-rc -2.txt >> deis-minio-rc .yaml
61
+ " ${res_folder} " /bin/gsed -i ' /readOnly: true/ r deis-minio-ds -1.txt' deis-minio-deployment .yaml
62
+ cat deis-minio-ds -2.txt >> deis-minio-deployment .yaml
63
63
rm -f * .txt
64
64
65
65
# Install Deis
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ if [ $MATCH -ne 0 ]; then
269
269
else
270
270
echo " "
271
271
echo " Downloading latest ${LATEST_HELM} of 'helm' cli for macOS"
272
- curl -k -L https ://github. com/kubernetes/ helm/releases/download/ $LATEST_HELM / helm-$LATEST_HELM -darwin-amd64.tar.gz > helm.tar.gz
272
+ curl -k -L http ://storage.googleapis. com/kubernetes- helm/helm-${ LATEST_HELM} -darwin-amd64.tar.gz > helm.tar.gz
273
273
tar xvf helm.tar.gz -C ~ /kube-solo/tmp --strip=1 darwin-amd64/helm > /dev/null 2>&1
274
274
chmod +x helm
275
275
mv -f helm ~ /kube-solo/bin/helm
286
286
export KUBECONFIG=~ /kube-solo/kube/kubeconfig
287
287
export HELM_HOST=$vm_ip :32767
288
288
echo " Installing new version of Helm Tiller..."
289
+ kubectl --namespace=kube-system delete deployment tiller-deploy > /dev/null 2>&1
289
290
~ /kube-solo/bin/helm init
291
+ echo " Helm is ready to sail ..."
290
292
fi
291
293
#
292
294
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:ab0fe0b047a4caff3db1973d19832174c0b87304e82b0aef0b5ad5a54641db81
3
- size 106215122
2
+ oid sha256:3e13156d07461db7f2e8abcec4a20d883a63279f923e5188145b1c7cf2e19678
3
+ size 106152669
Original file line number Diff line number Diff line change 1
1
version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9945d10a1c322861796d4ecc3934330b50a8225cdfab33665fbf401d538e7dc
3
- size 82728656
2
+ oid sha256:7c5cc92f618ebce019b00792621facfa7c1b4fce9f9e7d2c7ac4bc5f0af9e4c9
3
+ size 66382384
You can’t perform that action at this time.
0 commit comments