Skip to content

Commit 68aef2e

Browse files
authored
Release MongoDB Kubernetes Operator v0.8.0 (#224)
1 parent 2236bc9 commit 68aef2e

File tree

4 files changed

+19
-23
lines changed

4 files changed

+19
-23
lines changed

charts/community-operator-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: community-operator-crds
33
description: MongoDB Kubernetes Community Operator - CRDs
44
type: application
5-
version: 0.7.9
6-
appVersion: 0.7.9
5+
version: 0.8.0
6+
appVersion: 0.8.0
77
kubeVersion: '>=1.16-0'
88
keywords:
99
- mongodb

charts/community-operator-crds/templates/mongodbcommunity.mongodb.com_mongodbcommunity.yaml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
21
---
32
apiVersion: apiextensions.k8s.io/v1
43
kind: CustomResourceDefinition
54
metadata:
65
annotations:
7-
controller-gen.kubebuilder.io/version: v0.4.1
8-
service.binding/type: 'mongodb'
9-
service.binding/provider: 'community'
10-
service.binding: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret'
11-
service.binding/connectionString: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv'
12-
service.binding/username: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username'
13-
service.binding/password: 'path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password'
6+
controller-gen.kubebuilder.io/version: v0.11.3
7+
service.binding: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret
8+
service.binding/connectionString: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=connectionString.standardSrv
9+
service.binding/password: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=password
10+
service.binding/provider: community
11+
service.binding/type: mongodb
12+
service.binding/username: path={.metadata.name}-{.spec.users[0].db}-{.spec.users[0].name},objectType=Secret,sourceKey=username
1413
creationTimestamp: null
1514
name: mongodbcommunity.mongodbcommunity.mongodb.com
1615
spec:
@@ -286,6 +285,7 @@ spec:
286285
TODO: Add other useful fields. apiVersion, kind, uid?'
287286
type: string
288287
type: object
288+
x-kubernetes-map-type: atomic
289289
caConfigMapRef:
290290
description: CaConfigMap is a reference to a ConfigMap containing
291291
the certificate for the CA which signed the server certificates
@@ -298,6 +298,7 @@ spec:
298298
TODO: Add other useful fields. apiVersion, kind, uid?'
299299
type: string
300300
type: object
301+
x-kubernetes-map-type: atomic
301302
certificateKeySecretRef:
302303
description: CertificateKeySecret is a reference to a Secret
303304
containing a private key and certificate to use for TLS.
@@ -315,6 +316,7 @@ spec:
315316
TODO: Add other useful fields. apiVersion, kind, uid?'
316317
type: string
317318
type: object
319+
x-kubernetes-map-type: atomic
318320
enabled:
319321
type: boolean
320322
optional:
@@ -443,9 +445,3 @@ spec:
443445
storage: true
444446
subresources:
445447
status: {}
446-
status:
447-
acceptedNames:
448-
kind: ""
449-
plural: ""
450-
conditions: []
451-
storedVersions: []

charts/community-operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: v2
22
name: community-operator
33
description: MongoDB Kubernetes Community Operator
4-
version: 0.7.9
4+
version: 0.8.0
55
type: application
6-
appVersion: 0.7.9
6+
appVersion: 0.8.0
77
kubeVersion: '>=1.16-0'
88
keywords:
99
- mongodb
@@ -16,6 +16,6 @@ maintainers:
1616
1717
dependencies:
1818
- name: community-operator-crds
19-
version: 0.7.9
19+
version: 0.8.0
2020
repository: https://mongodb.github.io/helm-charts
2121
condition: community-operator-crds.enabled

charts/community-operator/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ operator:
1111
deploymentName: mongodb-kubernetes-operator
1212

1313
# Version of mongodb-kubernetes-operator
14-
version: 0.7.9
14+
version: 0.8.0
1515

1616
# Uncomment this line to watch all namespaces
1717
# watchNamespace: "*"
@@ -45,13 +45,13 @@ database:
4545

4646
agent:
4747
name: mongodb-agent
48-
version: 12.0.15.7646-1
48+
version: 12.0.21.7698-1
4949
versionUpgradeHook:
5050
name: mongodb-kubernetes-operator-version-upgrade-post-start-hook
51-
version: 1.0.6
51+
version: 1.0.7
5252
readinessProbe:
5353
name: mongodb-kubernetes-readinessprobe
54-
version: 1.0.13
54+
version: 1.0.14
5555
mongodb:
5656
name: mongo
5757
repo: docker.io

0 commit comments

Comments
 (0)