From 7e13086d98e40be083610b73bd53a5643cf64dfa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:08:49 +0000 Subject: [PATCH] chore(deps): update postgresql docker tag to v16.4.1 (#488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update postgresql docker tag to v16.4.1 * Add image listing as part of chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- charts/netbox/Chart.lock | 6 +++--- charts/netbox/Chart.yaml | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index 4699859..fb128dc 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.29.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 16.3.5 + version: 16.4.1 - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 20.6.2 -digest: sha256:4095231b343d4631007dacee6a1a15ac669fdd1d50c6731034e7a379a77a9745 -generated: "2025-01-08T18:40:16.109396927Z" +digest: sha256:5de8920e3d3a08a971a77af74a39c30b5a27486e4b445d6b38893524c77c9be7 +generated: "2025-01-13T13:05:03.456010462Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 88e9343..43a07b2 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.12 +version: 5.0.13 # renovate: image=ghcr.io/netbox-community/netbox appVersion: "v4.2.1" type: application @@ -23,7 +23,7 @@ dependencies: tags: - bitnami-common - name: postgresql - version: ^16.3.5 + version: ^16.4.1 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis @@ -31,6 +31,11 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: + artifacthub.io/images: | + - name: netbox + image: ghcr.io/netbox-community/netbox:v4.2.1 + - name: busybox + image: docker.io/busybox:1.37.0 artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: Upstream Project