From 41133930d56f1948202078b5ad846ec37977337d Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 15 Nov 2022 06:10:06 +0000 Subject: [PATCH] chore(deps): update helm release postgresql to v11.9.13 --- charts/mastodon/Chart.lock | 6 +++--- charts/mastodon/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mastodon/Chart.lock b/charts/mastodon/Chart.lock index 961e4fa80..a0d04d67f 100644 --- a/charts/mastodon/Chart.lock +++ b/charts/mastodon/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 19.0.1 - name: postgresql repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami - version: 11.1.3 + version: 11.9.13 - name: redis repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami version: 16.13.2 -digest: sha256:17ea58a3264aa22faff18215c4269f47dabae956d0df273c684972f356416193 -generated: "2022-08-08T21:44:18.0195364+02:00" +digest: sha256:322a054afed70c1cb4f753fb3842a671d44e60047b641f779c9b44378832e6f1 +generated: "2022-11-15T06:09:47.664095425Z" diff --git a/charts/mastodon/Chart.yaml b/charts/mastodon/Chart.yaml index bb850c999..2b8d1bebd 100644 --- a/charts/mastodon/Chart.yaml +++ b/charts/mastodon/Chart.yaml @@ -28,7 +28,7 @@ dependencies: repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: elasticsearch.enabled - name: postgresql - version: 11.1.3 + version: 11.9.13 repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami condition: postgresql.enabled - name: redis -- GitLab