Skip to content

Commit dfb75db

Browse files
author
antonlisovenko
committedNov 16, 2020
60683625615ddd5a8775220777bf67f14113e289: update public repo contents
1 parent caa5cdd commit dfb75db

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
 

‎helm_chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mongodb-enterprise-operator
22
description: MongoDB Kubernetes Enterprise Operator
3-
version: 1.8.1
3+
version: 1.8.2
44
kubeVersion: '>=1.13-0'
55
keywords:
66
- mongodb

‎helm_chart/values-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ operator:
1515
deployment_name: mongodb-enterprise-operator
1616

1717
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
18-
version: 1.8.1
18+
version: 1.8.2
1919

2020
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2121
watchedResources:

‎helm_chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ operator:
1818
deployment_name: mongodb-enterprise-operator
1919

2020
# Version of mongodb-enterprise-operator and mongodb-enterprise-database images
21-
version: 1.8.1
21+
version: 1.8.2
2222

2323
# The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2424
watchedResources:

‎mongodb-enterprise-openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ spec:
202202
serviceAccountName: enterprise-operator
203203
containers:
204204
- name: mongodb-enterprise-operator
205-
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.8.1
205+
image: registry.connect.redhat.com/mongodb/enterprise-operator:1.8.2
206206
imagePullPolicy: Always
207207
args:
208208
- "-watch-resource=mongodb"

‎mongodb-enterprise.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ spec:
205205
runAsUser: 2000
206206
containers:
207207
- name: mongodb-enterprise-operator
208-
image: quay.io/mongodb/mongodb-enterprise-operator:1.8.1
208+
image: quay.io/mongodb/mongodb-enterprise-operator:1.8.2
209209
imagePullPolicy: Always
210210
args:
211211
- "-watch-resource=mongodb"

‎openshift-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ for your OpenShift installation to be able to fetch images from this registry.
88
## Create your OpenShift Secret
99

1010
First, complete the instructions
11-
[here](https://access.redhat.com/terms-based-registry/#/accounts). Unfortunately,
12-
these instructions refer to a `registry.redhat.io` registry which is not the one we need, but they accept the same
11+
[here](https://access.redhat.com/terms-based-registry/#/token/openshift3-test-cluster/docker-config). Unfortunately,
12+
these instructions refer to a `registry.redhat.io` Registry which is not the one we need, but they accept the same
1313
credentials. First, click on "view its contents" to display the contents we need, and save these contents into a json
1414
file. This file includes 1 entry for `registry.redhat.io`; replicate that entry with a new name,
1515
"`registry.connect.redhat.com`", as in the following example:

0 commit comments

Comments
 (0)