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

Commit a8da5f7

Browse files
New Release v1.5.0 for OCI Service Broker
- 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 [email protected] Co-authored-by: Jayasheelan Kumar [email protected]
1 parent e8cb857 commit a8da5f7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

charts/oci-service-broker/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ replicaCount: 1
1111
# Image of the broker
1212
image:
1313
# Repository of the image
14-
#repository: iad.ocir.io/oracle/oci-service-broker
15-
repository: iad.ocir.io/oci-cnp-dev/oci-service-broker
14+
repository: iad.ocir.io/oracle/oci-service-broker
1615

1716
# Tag of the image
1817
tag: 1.5.0

oci-service-broker/download_SDK_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rm -rf ${TEMP_DIR}
1515
mkdir -p ${TEMP_DIR}
1616
mkdir -p ${SCRIPT_DIR}/libs
1717
echo "Downloading oci-java-sdk version v${SDK_VERSION} and the dependent libraries..."
18-
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
18+
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
1919
unzip -qq ${TEMP_DIR}/oci-java-sdk.zip -d ${TEMP_DIR}
2020
cp ${TEMP_DIR}/lib/oci-java-sdk-full-1.22.1.jar ${SCRIPT_DIR}/libs/
2121
cp ${TEMP_DIR}/third-party/lib/*.jar ${SCRIPT_DIR}/libs/

0 commit comments

Comments
 (0)