File tree Expand file tree Collapse file tree 4 files changed +11
-15
lines changed
charts/mongodb-kubernetes Expand file tree Collapse file tree 4 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: |
44 MongoDB Controllers for Kubernetes translate the human knowledge of
55 creating a MongoDB instance into a scalable, repeatable, and standardized
66 method.
7- version : 1.6.0
7+ version : 1.6.1
88kubeVersion : ' >=1.16-0'
99type : application
1010keywords :
Original file line number Diff line number Diff line change @@ -197,12 +197,6 @@ spec:
197197 value : {{ .Values.mongodb.name }}
198198 - name : MONGODB_REPO_URL
199199 value : {{ .Values.mongodb.repo }}
200- - name : MDB_IMAGE_TYPE
201- {{- if eq .Values.operator.mdbDefaultArchitecture "static" }}
202- value : " ubi9"
203- {{- else }}
204- value : {{ .Values.mongodb.imageType }}
205- {{- end }}
206200 {{- if eq .Values.mongodb.appdbAssumeOldFormat true }}
207201 - name : MDB_APPDB_ASSUME_OLD_FORMAT
208202 value : ' true'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ operator:
2727 # Environment variables prefixed with RELATED_IMAGE_ are used by operator-sdk to generate relatedImages section
2828 # with sha256 digests pinning for the certified operator bundle with disconnected environment feature enabled.
2929 # https://docs.openshift.com/container-platform/4.14/operators/operator_sdk/osdk-generating-csvs.html#olm-enabling-operator-for-restricted-network_osdk-generating-csvs
30- version : 1.6.0
30+ version : 1.6.1
3131relatedImages :
3232 opsManager :
3333 - 6.0.26
@@ -40,6 +40,7 @@ relatedImages:
4040 - 7.0.17
4141 - 7.0.18
4242 - 7.0.19
43+ - 7.0.20
4344 - 8.0.0
4445 - 8.0.1
4546 - 8.0.2
@@ -54,6 +55,7 @@ relatedImages:
5455 - 8.0.14
5556 - 8.0.15
5657 - 8.0.16
58+ - 8.0.17
5759 mongodb :
5860 - 4.4.0-ubi8
5961 - 4.4.1-ubi8
@@ -111,6 +113,7 @@ relatedImages:
111113 - 107.0.17.8771-1
112114 - 107.0.18.8784-1
113115 - 107.0.19.8805-1
116+ - 107.0.20.8807-1
114117 - 108.0.1.8718-1
115118 - 108.0.11.8830-1
116119 - 108.0.12.8846-1
@@ -123,7 +126,7 @@ relatedImages:
123126 - 108.0.6.8796-1
124127 - 108.0.7.8810-1
125128 - 12.0.35.7911-1
126- - 13.42 .0.9892 -1
129+ - 13.44 .0.10034 -1
127130 mongodbLegacyAppDb :
128131 - 4.2.11-ent
129132 - 4.2.2-ent
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ operator:
2222 deployment_name : mongodb-kubernetes-operator
2323
2424 # Version of mongodb-kubernetes-operator
25- version : 1.6.0
25+ version : 1.6.1
2626
2727 # The Custom Resources that will be watched by the Operator. Needs to be changed if only some of the CRDs are installed
2828 watchedResources :
@@ -129,24 +129,24 @@ operator:
129129# # Database
130130database :
131131 name : mongodb-kubernetes-database
132- version : 1.6.0
132+ version : 1.6.1
133133
134134initDatabase :
135135 name : mongodb-kubernetes-init-database
136- version : 1.6.0
136+ version : 1.6.1
137137
138138# # Ops Manager
139139opsManager :
140140 name : mongodb-enterprise-ops-manager-ubi
141141
142142initOpsManager :
143143 name : mongodb-kubernetes-init-ops-manager
144- version : 1.6.0
144+ version : 1.6.1
145145
146146# # Application Database
147147initAppDb :
148148 name : mongodb-kubernetes-init-appdb
149- version : 1.6.0
149+ version : 1.6.1
150150
151151agent :
152152 name : mongodb-agent
@@ -166,7 +166,6 @@ mongodb:
166166 name : mongodb-enterprise-server
167167 repo : quay.io/mongodb
168168 appdbAssumeOldFormat : false
169- imageType : ubi8
170169
171170# # Registry
172171registry :
You can’t perform that action at this time.
0 commit comments