diff --git a/README.md b/README.md index ddfd6ec7..1eac5ac2 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ Type: `kubernetes.io/basic-auth` * NAPALM support has been moved into a plugin since NetBox 3.5, so all NAPALM configuration has been **removed from this chart**. * Please consult the [NetBox](https://docs.netbox.dev/en/stable/release-notes/) and [netbox-docker](https://github.com/netbox-community/netbox-docker) release notes in case there are any other changes that may affect your configuration. * The Bitnami [PostgreSQL](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) sub-chart was upgraded from 10.x to 15.x; please read the upstream upgrade notes if you are using the bundled PostgreSQL. -* The Bitnami [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) sub-chart was upgraded from 15.x to 19.x; please read the upstream upgrade notes if you are using the bundled Redis. +* The Bitnami [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) sub-chart was upgraded from 15.x to 20.x; please read the upstream upgrade notes if you are using the bundled Redis. ### From 3.x to 4.x diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index a96557c6..e0a348a0 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.22.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.23 + version: 15.5.28 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.0.3 -digest: sha256:c7cee1762f6496bb07f9e32520987956946d27c90f555c31e6e4508acc6e2877 -generated: "2024-08-21T15:03:50.816634-04:00" + version: 20.0.5 +digest: sha256:b968eff2f28c3857fb84812475fa372942fd432480127e2ea8a27808a2513ea0 +generated: "2024-09-05T11:39:28.741696145Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index c35b0ad0..f9249c9b 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.83 -appVersion: "v4.0.9" +version: 5.0.0-beta.87 +appVersion: "v4.0.11" type: application kubeVersion: ^1.25.0-0 description: IP address management (IPAM) and data center infrastructure management (DCIM) tool @@ -22,11 +22,11 @@ dependencies: tags: - bitnami-common - name: postgresql - version: ^15.5.23 + version: ^15.5.28 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis - version: ^20.0.3 + version: ^20.0.5 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: