From ec16d20472f8fefd2a2db85f36390e3ed8fae6ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:59:21 +0100 Subject: [PATCH] chore(deps): update non-major (#1443) * chore(deps): update non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: Renovate Bot Co-authored-by: TrueCharts-Bot --- charts/dependency/mariadb/Chart.yaml | 2 +- charts/dependency/mariadb/values.yaml | 2 +- charts/dependency/postgresql/Chart.yaml | 2 +- charts/dependency/postgresql/values.yaml | 2 +- charts/dependency/redis/Chart.yaml | 2 +- charts/dependency/redis/values.yaml | 2 +- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/dependency/mariadb/Chart.yaml b/charts/dependency/mariadb/Chart.yaml index df713655d54..5695c180c32 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: 1.0.17 +version: 1.0.18 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/mariadb/values.yaml b/charts/dependency/mariadb/values.yaml index 041afad118f..a986adbb014 100644 --- a/charts/dependency/mariadb/values.yaml +++ b/charts/dependency/mariadb/values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/mariadb pullPolicy: IfNotPresent - tag: 10.6.5@sha256:913ce8cd2369bc396f7285c2890120b2dba9e54c4caf788267d9c595ec9b8791 + tag: 10.6.5@sha256:eaf86b454e10783feaffe7743f7564bf570d2da3652a8627e3220cfe38fdddb2 controller: # -- Set the controller type. diff --git a/charts/dependency/postgresql/Chart.yaml b/charts/dependency/postgresql/Chart.yaml index 0a9169f4ca8..9ded1243268 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: 6.0.15 +version: 6.0.16 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/postgresql/values.yaml b/charts/dependency/postgresql/values.yaml index 090405d469f..405abd6d62b 100644 --- a/charts/dependency/postgresql/values.yaml +++ b/charts/dependency/postgresql/values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/postgresql pullPolicy: IfNotPresent - tag: 14.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe + tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e controller: # -- Set the controller type. diff --git a/charts/dependency/redis/Chart.yaml b/charts/dependency/redis/Chart.yaml index 7ede4d6032c..72361992f24 100644 --- a/charts/dependency/redis/Chart.yaml +++ b/charts/dependency/redis/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 1.0.19 +version: 1.0.20 annotations: truecharts.org/catagories: | - database diff --git a/charts/dependency/redis/values.yaml b/charts/dependency/redis/values.yaml index 808f8b1001e..f52d37dd5dc 100644 --- a/charts/dependency/redis/values.yaml +++ b/charts/dependency/redis/values.yaml @@ -1,7 +1,7 @@ image: repository: bitnami/redis pullPolicy: IfNotPresent - tag: 6.2.6@sha256:61237e1fb2fbc54ad58141057591538d9563d992ba09cf789766a314e9433c07 + tag: 6.2.6@sha256:5c14298baea515f4317aa2ab85eaadf119cc49c17e0ad2e1e87aeab87a4431d2 controller: # -- Set the controller type. diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index e414a8053c5..f417a1812be 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.9.7 +version: 8.9.8 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index fe5f2d52610..cb40e9df73e 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -64,7 +64,7 @@ postgresqlImage: # -- Specify the postgresql image repository: bitnami/postgresql # -- Specify the postgresql image tag - tag: 14.1.0@sha256:bdfeb12b5f8ae8dedfc2f7cb18a0ba48959c4dacc19176292a2fffd0abacdebe + tag: 14.1.0@sha256:a8d81b4ce9ba6377b7250847e3b02cf84ae409785cf7df797a160b0f31b4246e # -- Specify the postgresql image pull policy pullPolicy: IfNotPresent