diff --git a/charts/opensearch-operator/Chart.yaml b/charts/opensearch-operator/Chart.yaml index 1935561..4268ccf 100644 --- a/charts/opensearch-operator/Chart.yaml +++ b/charts/opensearch-operator/Chart.yaml @@ -15,12 +15,12 @@ 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.0.21 +version: 2.0.22 # 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.0.19" +appVersion: "2.0.20" diff --git a/charts/opensearch-operator/templates/opensearch.opster.io_opensearchclusters.yaml b/charts/opensearch-operator/templates/opensearch.opster.io_opensearchclusters.yaml index a32c2ed..643b5f7 100644 --- a/charts/opensearch-operator/templates/opensearch.opster.io_opensearchclusters.yaml +++ b/charts/opensearch-operator/templates/opensearch.opster.io_opensearchclusters.yaml @@ -987,6 +987,8 @@ spec: type: boolean autoScaler: type: boolean + forceRestart: + type: boolean monitoring: type: boolean smartScaler: diff --git a/charts/opensearch-operator/values.yaml b/charts/opensearch-operator/values.yaml index 4477970..9505318 100644 --- a/charts/opensearch-operator/values.yaml +++ b/charts/opensearch-operator/values.yaml @@ -13,7 +13,7 @@ manager: memory: 350Mi image: opensearch-operator ## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1" - tag: "2.0.19" + tag: "2.0.20" # If a watchNamespace is specified, the manager's cache will be restricted to # watch objects in the desired namespace. Defaults is to watch all namespaces. watchNamespace: