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: charts/catalog/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ chart and their default values.
39
39
40
40
| Parameter | Description | Default |
41
41
|-----------|-------------|---------|
42
-
|`apiserver.image`| apiserver image to use |`quay.io/kubernetes-service-catalog/apiserver:v0.0.16`|
42
+
|`apiserver.image`| apiserver image to use |`quay.io/kubernetes-service-catalog/apiserver:v0.0.17`|
43
43
|`apiserver.imagePullPolicy`|`imagePullPolicy` for the apiserver |`Always`|
44
44
|`apiserver.tls.cert`| Base64-encoded x509 certificate | A self-signed certificate |
45
45
|`apiserver.tls.key`| Base64-encoded private key | The private key for the certificate above |
@@ -53,7 +53,7 @@ chart and their default values.
53
53
|`apiserver.storage.tpr.globalNamespace`| If storage type is `tpr`: Some service catalog resources are not namespaced, but third party resources must be; setting this designates a namespace that will be treated as a container for such resources |`servicecatalog`|
54
54
|`apiserver.verbosity`| Log level; valid values are in the range 0 - 10 |`10`|
55
55
|`apiserver.auth.enabled`| Enable authentication and authorization |`false`|
56
-
|`controllerManager.image`| controller-manager image to use |`quay.io/kubernetes-service-catalog/controller-manager:v0.0.16`|
56
+
|`controllerManager.image`| controller-manager image to use |`quay.io/kubernetes-service-catalog/controller-manager:v0.0.17`|
57
57
|`controllerManager.imagePullPolicy`|`imagePullPolicy` for the controller-manager |`Always`|
58
58
|`controllerManager.verbosity`| Log level; valid values are in the range 0 - 10 |`10`|
59
59
|`controllerManager.resyncInterval`| How often the controller should resync informers; duration format (`20m`, `1h`, etc) |`5m`|
0 commit comments