From 70a5510776b0d2cd5c1b8738da5d1e8ec996e0cb Mon Sep 17 00:00:00 2001 From: Yi Jing Date: Wed, 15 May 2024 09:52:46 +0800 Subject: [PATCH] ver 1.1.11 update operator image tag --- charts/open-mongodb/Chart.yaml | 4 ++-- charts/open-mongodb/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/open-mongodb/Chart.yaml b/charts/open-mongodb/Chart.yaml index 4a75a58..23143a4 100644 --- a/charts/open-mongodb/Chart.yaml +++ b/charts/open-mongodb/Chart.yaml @@ -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" diff --git a/charts/open-mongodb/values.yaml b/charts/open-mongodb/values.yaml index 4ed9257..d153e01 100644 --- a/charts/open-mongodb/values.yaml +++ b/charts/open-mongodb/values.yaml @@ -18,7 +18,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.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: @@ -26,10 +26,10 @@ manager: 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)