This repository was archived by the owner on May 6, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : catalog-v0.2
22description : service-catalog API server and controller-manager helm chart
3- version : 0.2.1
3+ version : 0.2.2
Original file line number Diff line number Diff 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.2.1 ` |
43+ | ` image ` | apiserver image to use | ` quay.io/kubernetes-service-catalog/service-catalog:v0.2.2 ` |
4444| ` imagePullPolicy ` | ` imagePullPolicy ` for the service catalog | ` Always ` |
4545| ` apiserver.replicas ` | ` replicas ` for the service catalog apiserver pod count | ` 1 ` |
4646| ` apiserver.updateStrategy ` | ` updateStrategy ` for the service catalog apiserver deployments | ` RollingUpdate ` |
Original file line number Diff line number Diff line change 11# Default values for Service Catalog
22# service-catalog image to use
3- image : quay.io/kubernetes-service-catalog/service-catalog:v0.2.1
3+ image : quay.io/kubernetes-service-catalog/service-catalog:v0.2.2
44# imagePullPolicy for the service-catalog; valid values are "IfNotPresent",
55# "Never", and "Always"
66imagePullPolicy : Always
You can’t perform that action at this time.
0 commit comments