Skip to content

Commit

Permalink
add field reason
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengsix committed Mar 28, 2023
1 parent 131d4c5 commit 302f1ac
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.18
version: 2.0.19

# 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.16"
appVersion: "2.0.17"


Original file line number Diff line number Diff line change
Expand Up @@ -3917,6 +3917,8 @@ spec:
type: boolean
phase:
type: string
reason:
type: string
state:
description: 'INSERT ADDITIONAL STATUS FIELD - define observed state
of cluster Important: Run "make" to regenerate code after modifying
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.16"
tag: "2.0.17"
# 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 302f1ac

Please sign in to comment.