Skip to content

Commit

Permalink
[Misc] Chart: Bump up version before release
Browse files Browse the repository at this point in the history
Updates before release

Change-Id: I4dff3b964fc2282916091d28cef318675774bc7e
  • Loading branch information
Pavan-SAP committed Jan 10, 2024
1 parent c940503 commit cd74eeb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 5 additions & 3 deletions chart/README.md
Original file line number Diff line number Diff line change
@@ -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/

Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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 |
Expand All @@ -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)

0 comments on commit cd74eeb

Please sign in to comment.