diff --git a/chart/Chart.yaml b/chart/Chart.yaml index d7c9ee7..382487f 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.34.0 -appVersion: 0.34.0 +version: 0.35.0 +appVersion: 0.35.0 diff --git a/chart/README.md b/chart/README.md index dcffe26..e19b360 100644 --- a/chart/README.md +++ b/chart/README.md @@ -1,6 +1,6 @@ # cap-operator -![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![AppVersion: 0.34.0](https://img.shields.io/badge/AppVersion-0.34.0-informational?style=flat-square) +![Version: 0.35.0](https://img.shields.io/badge/Version-0.35.0-informational?style=flat-square) ![AppVersion: 0.35.0](https://img.shields.io/badge/AppVersion-0.35.0-informational?style=flat-square) Helm chart to deploy CAP Operator https://sap.github.io/cap-operator/ diff --git a/chart/crds/sme.sap.com_capapplications.yaml b/chart/crds/sme.sap.com_capapplications.yaml index 5efc44a..b9689ce 100644 --- a/chart/crds/sme.sap.com_capapplications.yaml +++ b/chart/crds/sme.sap.com_capapplications.yaml @@ -125,12 +125,8 @@ spec: required: - btp - btpAppName + - providerSubaccountId type: object - x-kubernetes-validations: - - message: at least one of the fields in [globalAccountId providerSubaccountId] - must be set - rule: '[has(self.globalAccountId),has(self.providerSubaccountId)].filter(x,x==true).size() - >= 1' status: properties: conditions: