Skip to content

Commit

Permalink
Prepare for release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swoehrl-mw committed Apr 14, 2023
1 parent 8f1945a commit e41413a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/opensearch-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -995,8 +995,6 @@ spec:
type: boolean
autoScaler:
type: boolean
monitoring:
type: boolean
smartScaler:
type: boolean
type: object
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e41413a

Please sign in to comment.