Skip to content

Commit cedd00c

Browse files
author
Jeff Peeler
committedDec 15, 2017
Squashed 'cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/' changes from 3064247d05..d969acde90
d969acde90 Add additional service to ups-broker to fix e2e (#1583) 1bcd53b684 origin build: add origin tooling bb3e4a1 Chart changes for 0.1.3 (#1573) 1d463c3 less etcd logs during integration test (#1572) dcdb82d Fixing coverage tool. It had double 'contrib' on script path. (#1568) b636203 make binding poll function clone binding (#1550) e8e5baa Do not block instance spec changes unless there is an on-going operation (#1536) 4f47ce8 Embed etcd in the integration tests directly. (#1570) d02ac34 Make logging in admission controllers consistent with controller-manager (#1519) 31ae521 Check if file permissions allow go install (#1566) 52e64db Clear out plan ref when plan changed using k8s names (#1553) 4b49594 Allow deprovision after change to non-existent plan (#1557) c6e446e Consolidating logic for creating in-progress properties. (#1511) fd3a6d7 Adding UnbindStatus to ServiceBindings (#1544) b471bd3 Add tracer bullet integration test that shows dynamic response from fake broker. (#1538) c8d5610 update comments on NewStorage (#1548) 35082df Update resources in walkthrough (#1510) f86b8aa Fix manual hack of glide.lock file from #1517. (#1543) 02a5ff6 Add an additional plan to ups-broker (#1537) 4309a0e add alpha asynchronous binding operation support (#1512) 617c823 Grant controller abilit to update service/plan status (#1532) 281ca9c Moving a duplicated block of code to an independent function. (#1509) da5e9fa Use Event Builder to help construct expected error messages for controller_instance_test. (#1507) 48c522d Updating helm install documentation (#1525) b89d59e Adding an independent test for originating_identity (#1498) 6eb8a16 Apply Event Message Builder controller_broker unit tests (#1497) 411831c Fixing missing pretty logging on controller_binding. (#1520) REVERT: 3064247d05 origin build: add origin tooling git-subtree-dir: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog git-subtree-split: d969acde904f95538892ccd570c8c4ca447280bd
1 parent 23a8ca3 commit cedd00c

File tree

1,317 files changed

+348295
-8046
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,317 files changed

+348295
-8046
lines changed
 

‎charts/catalog/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
name: catalog
22
description: service-catalog API server and controller-manager helm chart
3-
version: 0.1.2
3+
version: 0.1.3

‎charts/catalog/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ chart and their default values.
4040

4141
| Parameter | Description | Default |
4242
|-----------|-------------|---------|
43-
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.1.2` |
43+
| `image` | apiserver image to use | `quay.io/kubernetes-service-catalog/service-catalog:v0.1.3` |
4444
| `imagePullPolicy` | `imagePullPolicy` for the service catalog | `Always` |
4545
| `apiserver.tls.requestHeaderCA` | Base64-encoded CA used to validate request-header authentication, when receiving delegated authentication from an aggregator. If not set, the service catalog API server will inherit this CA from the `extension-apiserver-authentication` ConfigMap if available. | `nil` |
4646
| `apiserver.service.type` | Type of service; valid values are `LoadBalancer` and `NodePort` | `NodePort` |
@@ -55,6 +55,7 @@ chart and their default values.
5555
| `controllerManager.brokerRelistInterval` | How often the controller should relist the catalogs of ready brokers; duration format (`20m`, `1h`, etc) | `24h` |
5656
| `useAggregator` | whether or not to set up the controller-manager to go through the main Kubernetes API server's API aggregator | `true` |
5757
| `rbacEnable` | If true, create & use RBAC resources | `true` |
58+
| `asyncBindingOperationsEnabled` | Whether or not alpha support for async binding operations is enabled | `false` |
5859

5960
Specify each parameter using the `--set key=value[,key=value]` argument to
6061
`helm install`.

0 commit comments

Comments
 (0)
Please sign in to comment.