Skip to content

Commit fddf2cc

Browse files
mongodb-kubernetes-gh-app[bot]Evergreen
andauthored
Release MCK 1.6.1 (#535)
Co-authored-by: Evergreen <kubernetes-hosted-team@mongodb.com>
1 parent 84f45b3 commit fddf2cc

File tree

4 files changed

+11
-15
lines changed

4 files changed

+11
-15
lines changed

charts/mongodb-kubernetes/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
88
kubeVersion: '>=1.16-0'
99
type: application
1010
keywords:

charts/mongodb-kubernetes/templates/operator.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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'

charts/mongodb-kubernetes/values-openshift.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3131
relatedImages:
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

charts/mongodb-kubernetes/values.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff 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
130130
database:
131131
name: mongodb-kubernetes-database
132-
version: 1.6.0
132+
version: 1.6.1
133133

134134
initDatabase:
135135
name: mongodb-kubernetes-init-database
136-
version: 1.6.0
136+
version: 1.6.1
137137

138138
## Ops Manager
139139
opsManager:
140140
name: mongodb-enterprise-ops-manager-ubi
141141

142142
initOpsManager:
143143
name: mongodb-kubernetes-init-ops-manager
144-
version: 1.6.0
144+
version: 1.6.1
145145

146146
## Application Database
147147
initAppDb:
148148
name: mongodb-kubernetes-init-appdb
149-
version: 1.6.0
149+
version: 1.6.1
150150

151151
agent:
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
172171
registry:

0 commit comments

Comments
 (0)