Skip to content

Commit 42dac23

Browse files
fix: update librenms/librenms docker tag to v26.8.2 (#277)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [librenms/librenms](https://redirect.github.com/librenms/docker) | patch | `26.8.1` → `26.8.2` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/librenms/helm-charts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40OS4wIiwidXBkYXRlZEluVmVyIjoiNDQuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff3ecfa commit 42dac23

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/librenms/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: librenms
33
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
44
type: application
55
version: 10.1.0
6-
appVersion: "26.8.1"
6+
appVersion: "26.8.2"
77
kubeVersion: ">=1.26.0-0"
88
maintainers:
99
- name: jacobw

charts/librenms/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ librenms:
77
# -- repository is the image repository to pull from.
88
repository: librenms/librenms
99
# -- tag is image tag to pull.
10-
tag: 26.8.1
10+
tag: 26.8.2
1111
# -- pullPolicy is the Kubernetes image pull policy for the main LibreNMS image.
1212
pullPolicy: Always
1313

0 commit comments

Comments
 (0)