mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
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>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"properties": {
|
||||
"architecture": {
|
||||
"type": "string",
|
||||
"title": "MongoDB architecture",
|
||||
"title": "MongoDB(R) architecture",
|
||||
"form": true,
|
||||
"description": "Allowed values: `standalone` or `replicaset`"
|
||||
},
|
||||
@@ -20,7 +20,7 @@
|
||||
},
|
||||
"rootPassword": {
|
||||
"type": "string",
|
||||
"title": "MongoDB admin password",
|
||||
"title": "MongoDB(R) admin password",
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
@@ -30,19 +30,19 @@
|
||||
},
|
||||
"database": {
|
||||
"type": "string",
|
||||
"title": "MongoDB custom database",
|
||||
"description": "Name of the custom database to be created during the 1st initialization of MongoDB",
|
||||
"title": "MongoDB(R) custom database",
|
||||
"description": "Name of the custom database to be created during the 1st initialization of MongoDB(R)",
|
||||
"form": true
|
||||
},
|
||||
"username": {
|
||||
"type": "string",
|
||||
"title": "MongoDB custom user",
|
||||
"description": "Name of the custom user to be created during the 1st initialization of MongoDB. This user only has permissions on the MongoDB custom database",
|
||||
"title": "MongoDB(R) custom user",
|
||||
"description": "Name of the custom user to be created during the 1st initialization of MongoDB(R). This user only has permissions on the MongoDB(R) custom database",
|
||||
"form": true
|
||||
},
|
||||
"password": {
|
||||
"type": "string",
|
||||
"title": "Password for MongoDB custom user",
|
||||
"title": "Password for MongoDB(R) custom user",
|
||||
"form": true,
|
||||
"description": "Defaults to a random 10-character alphanumeric string if not set",
|
||||
"hidden": {
|
||||
@@ -65,7 +65,7 @@
|
||||
"replicaCount": {
|
||||
"type": "integer",
|
||||
"form": true,
|
||||
"title": "Number of MongoDB replicas",
|
||||
"title": "Number of MongoDB(R) replicas",
|
||||
"hidden": {
|
||||
"value": "standalone",
|
||||
"path": "architecture"
|
||||
@@ -73,7 +73,7 @@
|
||||
},
|
||||
"configuration": {
|
||||
"type": "string",
|
||||
"title": "MongoDB Custom Configuration",
|
||||
"title": "MongoDB(R) Custom Configuration",
|
||||
"form": true,
|
||||
"render": "textArea"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user