From 6d597db8eefc6f244d2f5fc0864fdb4f18ed4251 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 11:52:22 +0200 Subject: [PATCH] Update librenms/librenms Docker tag to v24.6.0 (#19) * Update librenms/librenms Docker tag to v24.6.0 * Apply automatic changes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/librenms/Chart.yaml | 2 +- charts/librenms/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 6620109..6753b40 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -3,7 +3,7 @@ name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application version: 3.12.0 -appVersion: "24.5.0" +appVersion: "24.6.0" maintainers: - name: TheChef23 url: https://github.com/TheChef23 diff --git a/charts/librenms/values.yaml b/charts/librenms/values.yaml index 2796d2a..dae32cb 100644 --- a/charts/librenms/values.yaml +++ b/charts/librenms/values.yaml @@ -6,7 +6,7 @@ librenms: # -- repository is the image repository to pull from. repository: librenms/librenms # -- tag is image tag to pull. - tag: 24.5.0 + tag: 24.6.0 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information