feat(databases): expose root password field on gui (#2327)

* feat(databases): expose root password field on gui

* update image ref to mongodb

* whoops

* bump common on mongo
This commit is contained in:
Stavros Kois 2022-03-28 20:11:19 +03:00 committed by GitHub
parent 557fa9b1c7
commit 5b08032a31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 27 additions and 6 deletions

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 2.0.15
version: 2.0.16
annotations:
truecharts.org/catagories: |
- database

View File

@ -90,6 +90,13 @@ questions:
type: string
default: ""
required: true
- variable: mariadbRootPassword
group: "App Configuration"
label: "Root Password"
schema:
type: string
default: ""
required: true
- variable: service
group: "Networking and Services"

View File

@ -3,7 +3,7 @@ appVersion: "4.4.13"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 9.1.15
version: 9.2.0
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://github.com/truecharts/apps/tree/master/stable/mongodb
@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- database

View File

@ -90,6 +90,13 @@ questions:
type: string
default: ""
required: true
- variable: mongodbRootPassword
group: "App Configuration"
label: "Root Password"
schema:
type: string
default: ""
required: true
- variable: service
group: "Networking and Services"

View File

@ -1,7 +1,7 @@
image:
repository: bitnami/mongodb
repository: ghcr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 4.4.13@sha256:c78b3d35adaae2efe74aa75be9ca31a9825bf43fd88ae50a674d8cf9915f4a45
tag: v5.0.6@sha256:c2c4d2883d1c90032e5990229a558d13ff1a0ab1854901442e0bb44a0e9b899c
controller:
# -- Set the controller type.

View File

@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 7.0.13
version: 7.0.14
annotations:
truecharts.org/catagories: |
- database

View File

@ -90,6 +90,13 @@ questions:
type: string
default: ""
required: true
- variable: postgrespassword
group: "App Configuration"
label: "Root Password"
schema:
type: string
default: ""
required: true
- variable: service
group: "Networking and Services"