From 07a88fb074447de07296059a4aec1a626c029932 Mon Sep 17 00:00:00 2001 From: Tim Beermann Date: Thu, 24 Oct 2024 12:53:23 +0200 Subject: [PATCH] chore(deps): update postgresql docker tag to v16.0.6 (#47) 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 f051591..7c80870 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.0.5 -digest: sha256:4660c4a81bf80286c763a3b5ca70923c42a2f72f9f41db2f9a77c52b57bd6336 -generated: "2024-10-23T02:00:27.047862529Z" + version: 16.0.6 +digest: sha256:b4ffbb180416a9f5bdddffd4a4eee8e3df93dd19aec61d511605d4e15d9d7fcf +generated: "2024-10-24T10:30:37.607934186Z" diff --git a/guacamole/Chart.yaml b/guacamole/Chart.yaml index ed06eb2..e1f6461 100644 --- a/guacamole/Chart.yaml +++ b/guacamole/Chart.yaml @@ -26,6 +26,6 @@ appVersion: '1.5.5' dependencies: - name: postgresql - version: 16.0.5 + version: 16.0.6 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled diff --git a/invidious/Chart.lock b/invidious/Chart.lock index 4c22862..6c4a4c9 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.0.5 -digest: sha256:4660c4a81bf80286c763a3b5ca70923c42a2f72f9f41db2f9a77c52b57bd6336 -generated: "2024-10-23T02:00:33.84302348Z" + version: 16.0.6 +digest: sha256:b4ffbb180416a9f5bdddffd4a4eee8e3df93dd19aec61d511605d4e15d9d7fcf +generated: "2024-10-24T10:30:44.130661292Z" diff --git a/invidious/Chart.yaml b/invidious/Chart.yaml index 84a1bb2..9157d70 100644 --- a/invidious/Chart.yaml +++ b/invidious/Chart.yaml @@ -26,6 +26,6 @@ appVersion: '2024.08.25-cec905e-arm64' dependencies: - name: postgresql - version: 16.0.5 + version: 16.0.6 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled