From e45ab81487e56d5d77a63b9319c108cbb4ea752d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 20 Jun 2022 14:58:00 +0200 Subject: [PATCH] chore(deps): update docker general non-major (#128) * chore(deps): update docker general non-major * Commit bumped App Version Signed-off-by: TrueCharts-Bot --- charts/common/Chart.yaml | 2 +- charts/common/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index 8e76d483..a6c2cc31 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 10.0.14 +version: 10.0.15 diff --git a/charts/common/values.yaml b/charts/common/values.yaml index f8122073..1256e020 100644 --- a/charts/common/values.yaml +++ b/charts/common/values.yaml @@ -64,7 +64,7 @@ postgresqlImage: # -- Specify the postgresql image repository: ghcr.io/truecharts/postgresql # -- Specify the postgresql image tag - tag: v14.4.0@sha256:80dc248a6d5c7870091e22551ef9a0cbc04295c74214f1dd9cb310e5c1a31288 + tag: v14.4.0@sha256:9f88fe352b51208f9a8fa01a95c07a74751e72629d009230cfe18a427e30550c # -- Specify the postgresql image pull policy pullPolicy: IfNotPresent @@ -74,7 +74,7 @@ mariadbImage: # -- Specify the mariadb image repository: ghcr.io/truecharts/mariadb # -- Specify the mariadb image tag - tag: v10.7.4@sha256:89729a04b0ba158d872f8056f2811b568619aa2d276f2618b714f4c88533e400 + tag: v10.7.4@sha256:2e2c1d19a9192dfb48721928d1820ec71bd393c08dfb0aea9698f3128a3101fa # -- Specify the mariadb image pull policy pullPolicy: IfNotPresent