Skip to content

Commit

Permalink
chore(deps): update postgresql docker tag to v16.4.1 (#488)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and LeoColomb authored Jan 13, 2025
1 parent 8942fee commit 7e13086
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/netbox/Chart.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -23,14 +23,19 @@ 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
version: ^20.6.2
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
Expand Down

0 comments on commit 7e13086

Please sign in to comment.