Skip to content

Commit

Permalink
cr supports liveness/readiness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
djangoyi-yunify committed Apr 22, 2024
1 parent 3b112cc commit ccf5d51
Show file tree
Hide file tree
Showing 3 changed files with 16 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.26
version: 2.0.27

# 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.26"
appVersion: "2.0.27"


Original file line number Diff line number Diff line change
Expand Up @@ -3593,6 +3593,19 @@ spec:
type: string
type: object
type: object
probe:
properties:
liveness:
items:
format: int32
type: integer
type: array
readiness:
items:
format: int32
type: integer
type: array
type: object
replicas:
format: int32
type: integer
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 @@ -23,7 +23,7 @@ manager:
memory: 300Mi
image: opensearch-operator
## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
tag: "2.0.26"
tag: "2.0.27"
# 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 ccf5d51

Please sign in to comment.