diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index d541ec48df3..56680fcb569 100644 --- a/charts/dependency/mariadb/Chart.yaml +++ b/charts/dependency/mariadb/Chart.yaml @@ -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 diff --git a/charts/dependency/mariadb/questions.yaml b/charts/dependency/mariadb/questions.yaml index 4573d003d48..3ea74832b66 100644 --- a/charts/dependency/mariadb/questions.yaml +++ b/charts/dependency/mariadb/questions.yaml @@ -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" diff --git a/charts/dependency/mongodb/Chart.yaml b/charts/dependency/mongodb/Chart.yaml index 79fda6717e8..c963c477541 100644 --- a/charts/dependency/mongodb/Chart.yaml +++ b/charts/dependency/mongodb/Chart.yaml @@ -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 diff --git a/charts/dependency/mongodb/questions.yaml b/charts/dependency/mongodb/questions.yaml index 474591b44a0..9ceeabaf4a7 100644 --- a/charts/dependency/mongodb/questions.yaml +++ b/charts/dependency/mongodb/questions.yaml @@ -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" diff --git a/charts/dependency/mongodb/values.yaml b/charts/dependency/mongodb/values.yaml index 780ae1099ad..3e3d51fc2f2 100644 --- a/charts/dependency/mongodb/values.yaml +++ b/charts/dependency/mongodb/values.yaml @@ -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. diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index e4ea1781acb..ab794f311df 100644 --- a/charts/dependency/postgresql/Chart.yaml +++ b/charts/dependency/postgresql/Chart.yaml @@ -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 diff --git a/charts/dependency/postgresql/questions.yaml b/charts/dependency/postgresql/questions.yaml index 2bee3318d8e..38b470c7d7e 100644 --- a/charts/dependency/postgresql/questions.yaml +++ b/charts/dependency/postgresql/questions.yaml @@ -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"