diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 3cc5bfd..84ea700 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 description: Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ name: cap-operator -version: 0.0.2 -appVersion: 0.0.1 +version: 0.1.0 +appVersion: 0.1.0 diff --git a/chart/README.md b/chart/README.md index bd045fe..cfea07b 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # cap-operator -![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) +![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square) Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ @@ -16,6 +16,7 @@ Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ | affinity | object | `{}` | Default affinity settings (can be overwritten on component level) | | tolerations | list | `[]` | Default tolerations (can be overwritten on component level) | | priorityClassName | string | `""` | Default priority class (can be overwritten on component level) | +| topologySpreadConstraints | list | `[]` | Default topology spread constraints (can be overwritten on component level) | | controller.replicas | int | `1` | Replicas | | controller.image.repository | string | `"ghcr.io/sap/cap-operator/controller"` | Image repository | | controller.image.tag | string | `""` | Image tag | @@ -26,6 +27,7 @@ Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ | controller.affinity | object | `{}` | Affinity settings | | controller.tolerations | list | `[]` | Tolerations | | controller.priorityClassName | string | `""` | Priority class | +| controller.topologySpreadConstraints | list | `[]` | Topology spread constraints | | controller.securityContext | object | `{}` | Security context | | controller.resources.limits.memory | string | `"500Mi"` | Memory limit | | controller.resources.limits.cpu | float | `0.2` | CPU limit | @@ -41,6 +43,7 @@ Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ | subscriptionServer.affinity | object | `{}` | Affinity settings | | subscriptionServer.tolerations | list | `[]` | Tolerations | | subscriptionServer.priorityClassName | string | `""` | Priority class | +| subscriptionServer.topologySpreadConstraints | list | `[]` | Topology spread constraints | | subscriptionServer.securityContext | object | `{}` | Security context | | subscriptionServer.resources.limits.memory | string | `"200Mi"` | Memory limit | | subscriptionServer.resources.limits.cpu | float | `0.1` | CPU limit | @@ -62,6 +65,7 @@ Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ | webhook.affinity | object | `{}` | Affinity settings | | webhook.tolerations | list | `[]` | Tolerations | | webhook.priorityClassName | string | `""` | Priority class | +| webhook.topologySpreadConstraints | list | `[]` | Topology spread constraints | | webhook.securityContext | object | `{}` | Security context | | webhook.resources.limits.memory | string | `"200Mi"` | Memory limit | | webhook.resources.limits.cpu | float | `0.1` | CPU limit | @@ -72,5 +76,3 @@ Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ | webhook.service.port | int | `443` | Service port | | webhook.service.targetPort | int | `1443` | Target port | ----------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)