Skip to content

Commit bde2d49

Browse files
authored
MongoDB Kubernetes Operator Release 1.0.1 (#406)
1 parent e29f6dd commit bde2d49

File tree

3 files changed

+22
-10
lines changed

3 files changed

+22
-10
lines changed

charts/mongodb-kubernetes/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: mongodb-kubernetes
33
description: MongoDB Controllers for Kubernetes translate the human knowledge of creating
44
a MongoDB instance into a scalable, repeatable, and standardized method.
5-
version: 1.0.0
5+
version: 1.0.1
66
kubeVersion: '>=1.16-0'
77
type: application
88
keywords:

charts/mongodb-kubernetes/values-openshift.yaml

Lines changed: 15 additions & 4 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.0.0
30+
version: 1.0.1
3131
relatedImages:
3232
opsManager:
3333
- 6.0.25
@@ -37,9 +37,9 @@ relatedImages:
3737
- 7.0.13
3838
- 7.0.14
3939
- 7.0.15
40-
- 8.0.4
4140
- 8.0.5
4241
- 8.0.6
42+
- 8.0.7
4343
mongodb:
4444
- 4.4.0-ubi8
4545
- 4.4.1-ubi8
@@ -93,21 +93,32 @@ relatedImages:
9393
agent:
9494
- 107.0.13.8702-1
9595
- 107.0.13.8702-1_1.0.0
96+
- 107.0.13.8702-1_1.0.1
9697
- 107.0.15.8741-1
9798
- 107.0.15.8741-1_1.0.0
99+
- 107.0.15.8741-1_1.0.1
98100
- 108.0.2.8729-1
99101
- 108.0.4.8770-1
100102
- 108.0.4.8770-1_1.0.0
103+
- 108.0.4.8770-1_1.0.1
101104
- 108.0.6.8796-1
102105
- 108.0.6.8796-1_1.0.0
106+
- 108.0.6.8796-1_1.0.1
107+
- 108.0.7.8810-1
108+
- 108.0.7.8810-1_1.0.0
109+
- 108.0.7.8810-1_1.0.1
103110
- 12.0.33.7866-1
104111
- 12.0.33.7866-1_1.0.0
112+
- 12.0.33.7866-1_1.0.1
105113
- 12.0.34.7888-1
106114
- 12.0.34.7888-1_1.0.0
115+
- 12.0.34.7888-1_1.0.1
107116
- 12.0.35.7911-1
108117
- 12.0.35.7911-1_1.0.0
109-
- 13.33.0.9442-1
110-
- 13.33.0.9442-1_1.0.0
118+
- 12.0.35.7911-1_1.0.1
119+
- 13.34.0.9465-1
120+
- 13.34.0.9465-1_1.0.0
121+
- 13.34.0.9465-1_1.0.1
111122
mongodbLegacyAppDb:
112123
- 4.2.11-ent
113124
- 4.2.2-ent

charts/mongodb-kubernetes/values.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ operator:
2222
deployment_name: mongodb-kubernetes-operator
2323

2424
# Version of mongodb-kubernetes-operator
25-
version: 1.0.0
25+
version: 1.0.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:
2929
- mongodb
3030
- opsmanagers
3131
- mongodbusers
32+
- mongodbcommunity
3233

3334
nodeSelector: {}
3435

@@ -116,24 +117,24 @@ operator:
116117
## Database
117118
database:
118119
name: mongodb-kubernetes-database
119-
version: 1.0.0
120+
version: 1.0.1
120121

121122
initDatabase:
122123
name: mongodb-kubernetes-init-database
123-
version: 1.0.0
124+
version: 1.0.1
124125

125126
## Ops Manager
126127
opsManager:
127128
name: mongodb-enterprise-ops-manager-ubi
128129

129130
initOpsManager:
130131
name: mongodb-kubernetes-init-ops-manager
131-
version: 1.0.0
132+
version: 1.0.1
132133

133134
## Application Database
134135
initAppDb:
135136
name: mongodb-kubernetes-init-appdb
136-
version: 1.0.0
137+
version: 1.0.1
137138

138139
agent:
139140
name: mongodb-agent-ubi

0 commit comments

Comments
 (0)