File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ spec:
109109 fieldRef :
110110 apiVersion : v1
111111 fieldPath : metadata.name
112- image : appscode/stash:0.3.1
112+ image : appscode/stash:0.4.0
113113 imagePullPolicy : IfNotPresent
114114 name : stash
115115 volumeMounts :
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ Stash can be installed using YAML files includes in the [/hack/deploy](/hack/dep
77
88``` sh
99# Install without RBAC roles
10- $ curl https://raw.githubusercontent.com/appscode/stash/0.3.1 /hack/deploy/stash-without-rbac.yaml \
10+ $ curl https://raw.githubusercontent.com/appscode/stash/0.4.0 /hack/deploy/stash-without-rbac.yaml \
1111 | kubectl apply -f -
1212
1313
1414# Install with RBAC roles
15- $ curl https://raw.githubusercontent.com/appscode/stash/0.3.1 /hack/deploy/stash-with-rbac.yaml \
15+ $ curl https://raw.githubusercontent.com/appscode/stash/0.4.0 /hack/deploy/stash-with-rbac.yaml \
1616 | kubectl apply -f -
1717```
1818
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ spec:
194194 fieldRef:
195195 apiVersion: v1
196196 fieldPath: metadata.name
197- image: appscode/stash:0.3.1
197+ image: appscode/stash:0.4.0
198198 imagePullPolicy: IfNotPresent
199199 name: stash
200200 resources: {}
Original file line number Diff line number Diff line change 6262 fieldRef :
6363 apiVersion : v1
6464 fieldPath : metadata.name
65- image : appscode/stash:0.3.1
65+ image : appscode/stash:0.4.0
6666 imagePullPolicy : IfNotPresent
6767 name : stash
6868 volumeMounts :
Original file line number Diff line number Diff line change 8585 args :
8686 - run
8787 - --v=3
88- image : appscode/stash:0.3.1
88+ image : appscode/stash:0.4.0
8989 ports :
9090 - containerPort : 56790
9191 name : http
Original file line number Diff line number Diff line change 2020 args :
2121 - run
2222 - --v=3
23- image : appscode/stash:0.3.1
23+ image : appscode/stash:0.4.0
2424 ports :
2525 - containerPort : 56790
2626 name : http
You can’t perform that action at this time.
0 commit comments