Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
New Release v1.2.1 for OCI Service Broker
Browse files Browse the repository at this point in the history
- Minor Update to use unified API for ATP/ADW service. Internal change with no customer impact.
- Document fixes.

Co-authored-by: Ashokkumar Kannan ashokkumar.kannan@oracle.com
Co-authored-by: Jayasheelan Kumar jayasheelan.kumar@oracle.com
Co-authored-by: Naman Mehta naman.mehta@oracle.com
  • Loading branch information
jayasheelankumar authored Jun 28, 2019
1 parent d5e0040 commit 523aeb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See the [Documentation](charts/oci-service-broker/README.md#oci-service-broker)
The OCI Service Broker is packaged as Helm chart for making it easy to install in Kubernetes Clusters. The chart can be downloaded from below URL.

```
https://github.com/oracle/oci-service-broker/releases/download/v1.1.1/oci-service-broker-1.1.1.tgz
https://github.com/oracle/oci-service-broker/releases/download/v1.2.1/oci-service-broker-1.2.1.tgz
```

## Samples
Expand Down
8 changes: 4 additions & 4 deletions charts/oci-service-broker/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ brew update && brew install kubernetes-service-catalog-client
The OCI Service Broker is packaged as Helm chart for making it easy to install in Kubernetes. The chart is available at [charts/oci-service-broker](../) directory.

```plain
https://github.com/oracle/oci-service-broker/releases/download/v1.2.0/oci-service-broker-1.2.1.tgz
https://github.com/oracle/oci-service-broker/releases/download/v1.2.1/oci-service-broker-1.2.1.tgz
```

### OCI credentials
Expand Down Expand Up @@ -107,7 +107,7 @@ The value for `ociCredentials.secretName` should contain the name of the Kuberne
For quickly testing out OCI Service Broker, TLS can be disabled and an embedded etcd container can be used. This can be used for quickly setting up the Broker but not recommended in PRODUCTION environments. Please refer to [Recommended Setup](#recommended-setup) for PRODUCTION environments

```bash
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.2.0/oci-service-broker-1.2.0.tgz --name oci-service-broker \
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.2.1/oci-service-broker-1.2.1.tgz --name oci-service-broker \
--set ociCredentials.secretName=ocicredentials \
--set storage.etcd.useEmbedded=true \
--set tls.enabled=false
Expand Down Expand Up @@ -200,7 +200,7 @@ Please note that the names in keys i.e. keyStore.password and keyStore must not

Replace the values of --set arguments with your appropriate values to install the OCI Service Broker. User needs to point docker images either from OCIR or from their repository.
```bash
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.2.0/oci-service-broker-1.2.0.tgz --name oci-service-broker \
helm install https://github.com/oracle/oci-service-broker/releases/download/v1.2.1/oci-service-broker-1.2.1.tgz --name oci-service-broker \
--set ociCredentials.secretName=ocicredentials \
--set tls.secretName=certsecret \
--set storage.etcd.servers=<comma separated list of etcd servers>
Expand Down Expand Up @@ -245,7 +245,7 @@ Refer [Restrict access to Service Catalog resources using RBAC](security.md#rest
Sample files for various services are available under [`oci-service-broker/samples`](../samples) directory inside the charts. The below command extracts chart that contains the sample files.

```bash
curl https://github.com/oracle/oci-service-broker/releases/download/v1.2.0/oci-service-broker-1.2.0.tgz | tar xz
curl https://github.com/oracle/oci-service-broker/releases/download/v1.2.1/oci-service-broker-1.2.1.tgz | tar xz
```

Create a `ClusterServiceBroker` resource with OCI Service Broker URL to register the broker. Use the below register yaml file after updating the namespace of the OCI Service Broker.
Expand Down

0 comments on commit 523aeb3

Please sign in to comment.