Skip to content

Commit 457ee44

Browse files
authored
Merge pull request #162 from junior/doc_fix_osb
fix to update osb to ver 1.4.0
2 parents daabc50 + 6437337 commit 457ee44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/content/cloud/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ secret to the `mushop-utilities` namespace:
155155
1. Deploy the OCI service broker on your cluster. This is done with the [Oracle OCI Service Broker](https://github.com/oracle/oci-service-broker) helm chart:
156156

157157
```shell--helm2
158-
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.3.3/oci-service-broker-1.3.3.tgz \
158+
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.4.0/oci-service-broker-1.4.0.tgz \
159159
--namespace mushop-utilities \
160160
--name oci-broker \
161161
--set ociCredentials.secretName=oci-credentials \
@@ -164,7 +164,7 @@ secret to the `mushop-utilities` namespace:
164164
```
165165

166166
```shell--helm3
167-
helm install oci-broker https://github.com/oracle/oci-service-broker/releases/download/v1.3.3/oci-service-broker-1.3.3.tgz \
167+
helm install oci-broker https://github.com/oracle/oci-service-broker/releases/download/v1.4.0/oci-service-broker-1.4.0.tgz \
168168
--namespace mushop-utilities \
169169
--set ociCredentials.secretName=oci-credentials \
170170
--set storage.etcd.useEmbedded=true \

0 commit comments

Comments
 (0)