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.5.0 for OCI Service Broker
Browse files Browse the repository at this point in the history
- Adding support for Chuncheon (YNY), Hyderabad (HYD) and  Sanjose (SJC) regions
- Minor Bug Fix to make OCI Service Broker compatible with 1.16+

Co-authored-by: Ashokkumar Kannan ashokkumar.kannan@oracle.com
Co-authored-by: Jayasheelan Kumar jayasheelan.kumar@oracle.com
  • Loading branch information
jayasheelankumar authored Aug 25, 2020
1 parent e8cb857 commit a8da5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions charts/oci-service-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ replicaCount: 1
# Image of the broker
image:
# Repository of the image
#repository: iad.ocir.io/oracle/oci-service-broker
repository: iad.ocir.io/oci-cnp-dev/oci-service-broker
repository: iad.ocir.io/oracle/oci-service-broker

# Tag of the image
tag: 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion oci-service-broker/download_SDK_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -rf ${TEMP_DIR}
mkdir -p ${TEMP_DIR}
mkdir -p ${SCRIPT_DIR}/libs
echo "Downloading oci-java-sdk version v${SDK_VERSION} and the dependent libraries..."
curl -sSL https://github.com/oracle/oci-java-sdk/releases/download/v${SDK_VERSION}/oci-java-sdk.zip -o ${TEMP_DIR}/oci-java-sdk.zip
curl -sSL https://github.com/oracle/oci-java-sdk/releases/download/v${SDK_VERSION}/oci-java-sdk-${SDK_VERSION}.zip -o ${TEMP_DIR}/oci-java-sdk.zip
unzip -qq ${TEMP_DIR}/oci-java-sdk.zip -d ${TEMP_DIR}
cp ${TEMP_DIR}/lib/oci-java-sdk-full-1.22.1.jar ${SCRIPT_DIR}/libs/
cp ${TEMP_DIR}/third-party/lib/*.jar ${SCRIPT_DIR}/libs/
Expand Down

0 comments on commit a8da5f7

Please sign in to comment.