diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index f67eac1..e537f86 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.5.0 +version: 1.5.1 kubeVersion: '>=1.13' keywords: - mongodb diff --git a/helm_chart/values-openshift.yaml b/helm_chart/values-openshift.yaml index 9cbb3a6..fabfc45 100644 --- a/helm_chart/values-openshift.yaml +++ b/helm_chart/values-openshift.yaml @@ -15,7 +15,7 @@ operator: name: enterprise-operator # Version of mongodb-enterprise-operator and mongodb-enterprise-database images - version: 1.5.0 + version: 1.5.1 database: name: enterprise-database diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index cba6d50..5c83135 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -16,7 +16,7 @@ operator: name: mongodb-enterprise-operator # Version of mongodb-enterprise-operator and mongodb-enterprise-database images - version: 1.5.0 + version: 1.5.1 database: name: mongodb-enterprise-database diff --git a/mongodb-enterprise-openshift.yaml b/mongodb-enterprise-openshift.yaml index cf9efe3..e728adf 100644 --- a/mongodb-enterprise-openshift.yaml +++ b/mongodb-enterprise-openshift.yaml @@ -188,7 +188,7 @@ spec: containers: - name: enterprise-operator - image: registry.connect.redhat.com/mongodb/enterprise-operator:1.5.0 + image: registry.connect.redhat.com/mongodb/enterprise-operator:1.5.1 imagePullPolicy: Always args: - "-watch-resource=mongodb" @@ -210,7 +210,7 @@ spec: - name: MANAGED_SECURITY_CONTEXT value: 'true' - name: MONGODB_ENTERPRISE_DATABASE_IMAGE - value: registry.connect.redhat.com/mongodb/enterprise-database:1.5.0 + value: registry.connect.redhat.com/mongodb/enterprise-database:1.5.1 - name: IMAGE_PULL_POLICY value: Always - name: OPS_MANAGER_IMAGE_REPOSITORY diff --git a/mongodb-enterprise.yaml b/mongodb-enterprise.yaml index c7f0ff6..7e91110 100644 --- a/mongodb-enterprise.yaml +++ b/mongodb-enterprise.yaml @@ -191,7 +191,7 @@ spec: containers: - name: mongodb-enterprise-operator - image: quay.io/mongodb/mongodb-enterprise-operator:1.5.0 + image: quay.io/mongodb/mongodb-enterprise-operator:1.5.1 imagePullPolicy: Always args: - "-watch-resource=mongodb" @@ -211,7 +211,7 @@ spec: fieldRef: fieldPath: metadata.namespace - name: MONGODB_ENTERPRISE_DATABASE_IMAGE - value: quay.io/mongodb/mongodb-enterprise-database:1.5.0 + value: quay.io/mongodb/mongodb-enterprise-database:1.5.1 - name: IMAGE_PULL_POLICY value: Always - name: OPS_MANAGER_IMAGE_REPOSITORY diff --git a/samples/kubernetes-clients/python/__pycache__/mongodb_kube_client.cpython-36.pyc b/samples/kubernetes-clients/python/__pycache__/mongodb_kube_client.cpython-36.pyc deleted file mode 100644 index b3c26ea..0000000 Binary files a/samples/kubernetes-clients/python/__pycache__/mongodb_kube_client.cpython-36.pyc and /dev/null differ diff --git a/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-27-PYTEST.pyc b/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-27-PYTEST.pyc deleted file mode 100644 index ebbb6fc..0000000 Binary files a/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-27-PYTEST.pyc and /dev/null differ diff --git a/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-36-PYTEST.pyc b/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-36-PYTEST.pyc deleted file mode 100644 index d93c32b..0000000 Binary files a/samples/kubernetes-clients/python/__pycache__/test_mongodb_kube_client.cpython-36-PYTEST.pyc and /dev/null differ