From f7b1baee677738650fc0ffe4bfd868a3b7194b6e Mon Sep 17 00:00:00 2001 From: chatton Date: Tue, 8 Dec 2020 14:21:27 +0000 Subject: [PATCH] 7bd7296cff21926c8174a4f2483fd1ccc5e6ca5e: update public repo contents --- helm_chart/Chart.yaml | 2 +- helm_chart/values-openshift.yaml | 2 +- helm_chart/values.yaml | 2 +- mongodb-enterprise-openshift.yaml | 2 +- mongodb-enterprise.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index 3abb154..24fc74e 100644 --- a/helm_chart/Chart.yaml +++ b/helm_chart/Chart.yaml @@ -1,6 +1,6 @@ name: mongodb-enterprise-operator description: MongoDB Kubernetes Enterprise Operator -version: 1.8.2 +version: 1.9.0 kubeVersion: '>=1.13-0' keywords: - mongodb diff --git a/helm_chart/values-openshift.yaml b/helm_chart/values-openshift.yaml index 58136b0..0def929 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -15,7 +15,7 @@ operator: deployment_name: mongodb-enterprise-operator # Version of mongodb-enterprise-operator and mongodb-enterprise-database images - version: 1.8.2 + version: 1.9.0 # The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed watchedResources: diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index c3b4131..a9b7389 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -18,7 +18,7 @@ operator: deployment_name: mongodb-enterprise-operator # Version of mongodb-enterprise-operator and mongodb-enterprise-database images - version: 1.8.2 + version: 1.9.0 # The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed watchedResources: diff --git a/mongodb-enterprise-openshift.yaml b/mongodb-enterprise-openshift.yaml index aa99d50..682c555 100644 --- a/mongodb-enterprise-openshift.yaml +++ b/mongodb-enterprise-openshift.yaml @@ -210,7 +210,7 @@ spec: serviceAccountName: enterprise-operator containers: - name: mongodb-enterprise-operator - image: registry.connect.redhat.com/mongodb/enterprise-operator:1.8.2 + image: registry.connect.redhat.com/mongodb/enterprise-operator:1.9.0 imagePullPolicy: Always args: - "-watch-resource=mongodb" diff --git a/mongodb-enterprise.yaml b/mongodb-enterprise.yaml index 926f975..2df8309 100644 --- a/mongodb-enterprise.yaml +++ b/mongodb-enterprise.yaml @@ -213,7 +213,7 @@ spec: runAsUser: 2000 containers: - name: mongodb-enterprise-operator - image: quay.io/mongodb/mongodb-enterprise-operator:1.8.2 + image: quay.io/mongodb/mongodb-enterprise-operator:1.9.0 imagePullPolicy: Always args: - "-watch-resource=mongodb"