File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Install the AWS service broker as documented at https://github.com/awslabs/aws-s
6363helm install aws-sb/aws-servicebroker \
6464 --name aws-servicebroker \
6565 --namespace $BROKER_NAMESPACE \
66- --version 1.0.2 \
66+ --version 1.0.3 \
6767 --set aws.secretkey=$AWS_ACCESS_KEY \
6868 --set aws.accesskeyid=$AWS_KEY_ID \
6969 --set deployClusterServiceBroker=false \
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ mkdir awssb
1111cd awssb
1212
1313# ## Fetch installation artifacts
14- wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2 /packaging/openshift/deploy.sh
15- wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2 /packaging/openshift/aws-servicebroker.yaml
16- wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.2 /packaging/openshift/parameters.env
14+ wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3 /packaging/openshift/deploy.sh
15+ wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3 /packaging/openshift/aws-servicebroker.yaml
16+ wget https://raw.githubusercontent.com/awslabs/aws-servicebroker/release-v1.0.3 /packaging/openshift/parameters.env
1717chmod +x deploy.sh
1818
1919# ## Edit parameters.env and update parameters as needed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v1
22entries :
33 aws-servicebroker :
44 - apiVersion : v2
5- appVersion : 1.0.2
5+ appVersion : 1.0.3
66 created : " 2020-05-01T11:10:51.935526-06:00"
77 description : Implementation of the Open Service Broker API for AWS. Deploy Cloudformation
88 templates using k8s resources.
@@ -17,5 +17,5 @@ entries:
1717 - https://github.com/awslabs/aws-servicebroker.git
1818 urls :
1919 - https://github.com/awslabs/aws-servicebroker/releases/
20- version : 1.0.2
20+ version : 1.0.3
2121generated : " 2020-05-01T11:10:51.934104-06:00"
Original file line number Diff line number Diff line change @@ -34,4 +34,5 @@ history:
3434- 1.0.0
3535- 1.0.1
3636- 1.0.1
37- version : 1.0.2
37+ - 1.0.2
38+ version : 1.0.3
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : aws-servicebroker
33description : Deploys the AWS Service Broker
4- version : 1.0.2
5- appVersion : 1.0.2
6- description : Implementation of the Open Service Broker API for AWS. Deploy Cloudformation templates using k8s resources.
4+ version : 1.0.3
5+ appVersion : 1.0.3
76keywords :
87 - osbapi
98 - aws
Original file line number Diff line number Diff line change 1- 1.0.2
1+ 1.0.3
You can’t perform that action at this time.
0 commit comments