Skip to content

Commit

Permalink
ver 1.1.11
Browse files Browse the repository at this point in the history
update operator image tag
  • Loading branch information
djangoyi-yunify committed May 15, 2024
1 parent ce0d995 commit 70a5510
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.10
version: 1.1.11

# 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.6"
appVersion: "1.1.11"
6 changes: 3 additions & 3 deletions charts/open-mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ manager:
memory: 300Mi
image: open-mongodb-operator
## tag default uses appVersion from Chart.yaml, to override specify tag tag: "v1.1"
tag: "1.1.6"
tag: "1.1.11"
# 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:

cluster:
mongodb:
image: ot-mongodb
version: v5.0.10
version: v5.0.26
exporter:
image: mongodb-exporter
version: 0.11.2
version: 0.37.0

# format output log
# - plaintext (default)
Expand Down

0 comments on commit 70a5510

Please sign in to comment.