diff --git a/chart/README.md b/chart/README.md index 704f372..0abdae2 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # cf-service-operator -![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) +![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.2](https://img.shields.io/badge/AppVersion-v0.3.2-informational?style=flat-square) A Helm chart for https://github.com/sap/cf-service-operator @@ -15,11 +15,11 @@ A Helm chart for https://github.com/sap/cf-service-operator | image.tag | string | `""` | Image tag (defauls to .Chart.AppVersion) | | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | | imagePullSecrets | list | `[]` | Image pull secrets | +| nodeSelector | object | `{}` | Node selector | | affinity | object | `{}` | Affinity settings | | topologySpreadConstraints | list | `[]` | Topology spread constraints (if unspecified, default constraints for hostname and zone will be generated) | | defaultHostNameSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for hostname | | defaultZoneSpreadPolicy | string | `"ScheduleAnyway"` | Default topology spread policy for zone | -| nodeSelector | object | `{}` | Node selector | | tolerations | list | `[]` | Tolerations | | priorityClassName | string | `""` | Priority class | | podSecurityContext | object | `{}` | Pod security context |