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 735aa10 commit 612d3ba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/open-mongodb/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: 1.1.3
version: 1.1.4

# 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: "1.1.1"
appVersion: "1.1.2"
Original file line number Diff line number Diff line change
Expand Up @@ -1314,6 +1314,8 @@ spec:
type: boolean
message:
type: string
reason:
type: string
state:
type: string
version:
Expand Down
2 changes: 1 addition & 1 deletion charts/open-mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manager:
memory: 300Mi
image: open-mongodb-operator
## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
tag: "1.1.1"
tag: "1.1.2"
# 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 612d3ba

Please sign in to comment.