From 9e15e8eb763f37da45c34b8199c86e22b35f3626 Mon Sep 17 00:00:00 2001 From: Tim Beermann Date: Thu, 14 Nov 2024 11:55:42 +0100 Subject: [PATCH] chore(deps): update postgresql docker tag to v16.2.0 (#67) Co-authored-by: Renovate Bot --- guacamole/Chart.lock | 6 +++--- guacamole/Chart.yaml | 2 +- invidious/Chart.lock | 6 +++--- invidious/Chart.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/guacamole/Chart.lock b/guacamole/Chart.lock index 7eace3a..0f8c748 100644 --- a/guacamole/Chart.lock +++ b/guacamole/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.1.2 -digest: sha256:e8acc307ca6493880feed07104f05ee3295e52f28075b84b50f841bb04a8640a -generated: "2024-11-06T21:45:36.73879865Z" + version: 16.2.0 +digest: sha256:b5e83ee2636b8053aa71372bc14bb200b5d7e061911bb04cfbbcb17bb79f0eb4 +generated: "2024-11-14T09:50:28.426638888Z" diff --git a/guacamole/Chart.yaml b/guacamole/Chart.yaml index f2b0666..8bd5a96 100644 --- a/guacamole/Chart.yaml +++ b/guacamole/Chart.yaml @@ -26,6 +26,6 @@ appVersion: '1.5.5' dependencies: - name: postgresql - version: 16.1.2 + version: 16.2.0 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled diff --git a/invidious/Chart.lock b/invidious/Chart.lock index a949d50..815d2a5 100644 --- a/invidious/Chart.lock +++ b/invidious/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.1.2 -digest: sha256:e8acc307ca6493880feed07104f05ee3295e52f28075b84b50f841bb04a8640a -generated: "2024-11-06T21:45:43.578084832Z" + version: 16.2.0 +digest: sha256:b5e83ee2636b8053aa71372bc14bb200b5d7e061911bb04cfbbcb17bb79f0eb4 +generated: "2024-11-14T09:50:35.770291942Z" diff --git a/invidious/Chart.yaml b/invidious/Chart.yaml index 7046084..1e21cfa 100644 --- a/invidious/Chart.yaml +++ b/invidious/Chart.yaml @@ -26,6 +26,6 @@ appVersion: '2024.11.10-9892604-arm64' dependencies: - name: postgresql - version: 16.1.2 + version: 16.2.0 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled