Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Jun 27, 2023
1 parent 428b140 commit d33862c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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,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.23
version: 2.0.24

# 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.21"
appVersion: "2.0.22"


Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,8 @@ spec:
type: boolean
smartScaler:
type: boolean
updateConfigOnly:
type: boolean
type: object
dashboards:
properties:
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.21"
tag: "2.0.22"
# 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:
Expand Down

0 comments on commit d33862c

Please sign in to comment.