diff --git a/charts/opensearch-operator/Chart.yaml b/charts/opensearch-operator/Chart.yaml index d1e33820..26a75fc3 100644 --- a/charts/opensearch-operator/Chart.yaml +++ b/charts/opensearch-operator/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.0 +version: 2.3.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 2.2.0 +appVersion: 2.3.0 diff --git a/charts/opensearch-operator/templates/opensearchclusters.opensearch.opster.io-crd.yaml b/charts/opensearch-operator/templates/opensearchclusters.opensearch.opster.io-crd.yaml index ae8f065e..9dcc8e65 100644 --- a/charts/opensearch-operator/templates/opensearchclusters.opensearch.opster.io-crd.yaml +++ b/charts/opensearch-operator/templates/opensearchclusters.opensearch.opster.io-crd.yaml @@ -995,8 +995,6 @@ spec: type: boolean autoScaler: type: boolean - monitoring: - type: boolean smartScaler: type: boolean type: object @@ -2868,6 +2866,17 @@ spec: x-kubernetes-map-type: atomic type: object type: array + monitoring: + properties: + enable: + type: boolean + monitoringUserSecret: + type: string + pluginUrl: + type: string + scrapeInterval: + type: string + type: object pluginsList: items: type: string