Skip to content

Commit 56f2088

Browse files
authored
Add registered icon to all the MongoDB references (#5426)
* Add registered icon to all the MongoDB references * Bump versions of charts * Bump versions of charts * remove changes for kubeapps Co-authored-by: jotamartos <jotamartos@vmware.com>
1 parent e7b37db commit 56f2088

File tree

25 files changed

+338
-334
lines changed

25 files changed

+338
-334
lines changed

bitnami/common/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ annotations:
22
category: Infrastructure
33
apiVersion: v2
44
# Please make sure that version and appVersion are always the same.
5-
appVersion: 1.3.8
5+
appVersion: 1.3.9
66
description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself.
77
home: https://github.com/bitnami/charts/tree/master/bitnami/common
88
icon: https://bitnami.com/downloads/logos/bitnami-mark.png
@@ -20,4 +20,4 @@ sources:
2020
- https://github.com/bitnami/charts
2121
- http://www.bitnami.com/
2222
type: library
23-
version: 1.3.8
23+
version: 1.3.9

bitnami/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The following table lists the helpers available in the library which are scoped
132132
| `common.validations.values.postgresql.passwords` | This helper will ensure required password for PostgreSQL are not empty. It returns a shared error for all the values. | `dict "secret" "postgresql-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use postgresql chart and the helper. |
133133
| `common.validations.values.redis.passwords` | This helper will ensure required password for Redis<sup>TM</sup> are not empty. It returns a shared error for all the values. | `dict "secret" "redis-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use redis chart and the helper. |
134134
| `common.validations.values.cassandra.passwords` | This helper will ensure required password for Cassandra are not empty. It returns a shared error for all the values. | `dict "secret" "cassandra-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use cassandra chart and the helper. |
135-
| `common.validations.values.mongodb.passwords` | This helper will ensure required password for MongoDB are not empty. It returns a shared error for all the values. | `dict "secret" "mongodb-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use mongodb chart and the helper. |
135+
| `common.validations.values.mongodb.passwords` | This helper will ensure required password for MongoDB&reg; are not empty. It returns a shared error for all the values. | `dict "secret" "mongodb-secret" "subchart" "true" "context" $` subchart field is optional and could be true or false it depends on where you will use mongodb chart and the helper. |
136136

137137
### Warnings
138138

bitnami/common/templates/validations/_mongodb.tpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{{/* vim: set filetype=mustache: */}}
22
{{/*
3-
Validate MongoDB required passwords are not empty.
3+
Validate MongoDB(R) required passwords are not empty.
44
55
Usage:
66
{{ include "common.validations.values.mongodb.passwords" (dict "secret" "secretName" "subchart" false "context" $) }}
77
Params:
8-
- secret - String - Required. Name of the secret where MongoDB values are stored, e.g: "mongodb-passwords-secret"
9-
- subchart - Boolean - Optional. Whether MongoDB is used as subchart or not. Default: false
8+
- secret - String - Required. Name of the secret where MongoDB(R) values are stored, e.g: "mongodb-passwords-secret"
9+
- subchart - Boolean - Optional. Whether MongoDB(R) is used as subchart or not. Default: false
1010
*/}}
1111
{{- define "common.validations.values.mongodb.passwords" -}}
1212
{{- $existingSecret := include "common.mongodb.values.auth.existingSecret" . -}}
@@ -81,7 +81,7 @@ Auxiliary function to get the right value for the key auth
8181
Usage:
8282
{{ include "common.mongodb.values.key.auth" (dict "subchart" "true" "context" $) }}
8383
Params:
84-
- subchart - Boolean - Optional. Whether MongoDB is used as subchart or not. Default: false
84+
- subchart - Boolean - Optional. Whether MongoDB(R) is used as subchart or not. Default: false
8585
*/}}
8686
{{- define "common.mongodb.values.key.auth" -}}
8787
{{- if .subchart -}}

bitnami/consul/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ name: consul
2323
sources:
2424
- https://github.com/bitnami/bitnami-docker-consul
2525
- https://www.consul.io/
26-
version: 9.2.3
26+
version: 9.2.4

bitnami/consul/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
333333

334334
### Sidecars and Init Containers
335335

336-
If you have a need for additional containers to run within the same pod as MongoDB, you can do so via the `sidecars` config parameter. Simply define your container according to the Kubernetes container spec.
336+
If you have a need for additional containers to run within the same pod as MongoDB&reg;, you can do so via the `sidecars` config parameter. Simply define your container according to the Kubernetes container spec.
337337

338338
```yaml
339339
sidecars:

bitnami/kafka/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ name: kafka
2929
sources:
3030
- https://github.com/bitnami/bitnami-docker-kafka
3131
- https://kafka.apache.org/
32-
version: 12.7.4
32+
version: 12.7.5

bitnami/kafka/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ As an alternative, you can use of the preset configurations for pod affinity, po
491491

492492
### Deploying extra resources
493493

494-
There are cases where you may want to deploy extra objects, such as Kafka Connect. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. The following example would create a deployment including a Kafka Connect deployment so you can connect Kafka with MongoDB:
494+
There are cases where you may want to deploy extra objects, such as Kafka Connect. For covering this case, the chart allows adding the full specification of other objects using the `extraDeploy` parameter. The following example would create a deployment including a Kafka Connect deployment so you can connect Kafka with MongoDB&reg;:
495495

496496
```yaml
497497
## Extra objects to deploy (value evaluated as a template)
@@ -559,7 +559,7 @@ You can create the Kafka Connect image using the Dockerfile below:
559559

560560
```Dockerfile
561561
FROM bitnami/kafka:latest
562-
# Download MongoDB Connector for Apache Kafka https://www.confluent.io/hub/mongodb/kafka-connect-mongodb
562+
# Download MongoDB&reg; Connector for Apache Kafka https://www.confluent.io/hub/mongodb/kafka-connect-mongodb
563563
RUN mkdir -p /opt/bitnami/kafka/plugins && \
564564
cd /opt/bitnami/kafka/plugins && \
565565
curl --remote-name --location --silent https://search.maven.org/remotecontent?filepath=org/mongodb/kafka/mongo-kafka-connect/1.2.0/mongo-kafka-connect-1.2.0-all.jar

bitnami/mongodb-sharded/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ name: mongodb-sharded
2626
sources:
2727
- https://github.com/bitnami/bitnami-docker-mongodb-sharded
2828
- https://mongodb.org
29-
version: 3.3.1
29+
version: 3.3.2

0 commit comments

Comments
 (0)