You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/build/build-image/Dockerfile
+1-10
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,8 @@
14
14
15
15
FROM golang:GO_VERSION
16
16
17
-
# Avoid permission issues when glide pulls mercurial repos as root
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/build/update-apiserver-gen.sh
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/build/update-client-gen.sh
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ chart and their default values.
40
40
41
41
| Parameter | Description | Default |
42
42
|-----------|-------------|---------|
43
-
|`image`| apiserver image to use |`quay.io/kubernetes-service-catalog/service-catalog:v0.1.5`|
43
+
|`image`| apiserver image to use |`quay.io/kubernetes-service-catalog/service-catalog:v0.1.8`|
44
44
|`imagePullPolicy`|`imagePullPolicy` for the service catalog |`Always`|
45
45
|`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`|
46
46
|`apiserver.service.type`| Type of service; valid values are `LoadBalancer` and `NodePort`|`NodePort`|
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/templates/controller-manager-deployment.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/templates/rbac.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/catalog/values.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/ups-broker/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Service Broker
34
34
35
35
| Parameter | Description | Default |
36
36
|-----------|-------------|---------|
37
-
|`image`| Image to use |`quay.io/kubernetes-service-catalog/user-broker:v0.1.5`|
37
+
|`image`| Image to use |`quay.io/kubernetes-service-catalog/user-broker:v0.1.8`|
38
38
|`imagePullPolicy`|`imagePullPolicy` for the ups-broker |`Always`|
39
39
40
40
Specify each parameter using the `--set key=value[,key=value]` argument to
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/charts/ups-broker/values.yaml
Copy file name to clipboardExpand all lines: cmd/service-catalog/go/src/github.com/kubernetes-incubator/service-catalog/cmd/svcat/binding/bind_cmd.go
0 commit comments