Merge pull request #46 from librenms/develop

Upgrade LibreNMS
This commit is contained in:
Jacob Winther 2025-03-13 19:30:36 +13:00 committed by GitHub
commit c50c590525
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Helm - name: Set up Helm
uses: azure/setup-helm@v4.2.0 uses: azure/setup-helm@v4.3.0
with: with:
version: v3.14.4 version: v3.14.4
@ -22,7 +22,7 @@ jobs:
check-latest: true check-latest: true
- name: Set up chart-testing - name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1 uses: helm/chart-testing-action@v2.7.0
- name: Add repositories - name: Add repositories
run: | run: |
@ -48,7 +48,7 @@ jobs:
- name: Create kind cluster - name: Create kind cluster
if: steps.list-changed.outputs.changed == 'true' || github.event.pull_request.base.ref == 'main' if: steps.list-changed.outputs.changed == 'true' || github.event.pull_request.base.ref == 'main'
uses: helm/kind-action@v1.10.0 uses: helm/kind-action@v1.12.0
- name: Run chart-testing (install) - name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop' if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop'

View File

@ -29,6 +29,6 @@ jobs:
done done
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0 uses: helm/chart-releaser-action@v1.7.0
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View File

@ -1,9 +1,9 @@
dependencies: dependencies:
- name: redis - name: redis
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 20.6.0 version: 20.11.2
- name: mysql - name: mysql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 11.1.20 version: 11.1.20
digest: sha256:165b6a17235534d36cd4eb2ec95267e28e9ea3d374d173e9c0a8cddb8f1b7600 digest: sha256:98e21356d5f7a0ae37cc2bcd0fe3b55ad80bb892e0ecee13551164ed5580f527
generated: "2024-12-17T03:40:18.302396575Z" generated: "2025-03-10T08:50:31.291990148Z"

View File

@ -2,14 +2,14 @@ apiVersion: v2
name: librenms name: librenms
description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system.
type: application type: application
version: 3.18.0 version: 3.19.0
appVersion: "24.12.0" appVersion: "25.2.0"
maintainers: maintainers:
- name: jochbru - name: jochbru
url: https://github.com/jochbru url: https://github.com/jochbru
dependencies: dependencies:
- name: redis - name: redis
version: "~20.6.0" version: "~20.11.0"
repository: "https://charts.bitnami.com/bitnami" repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled condition: redis.enabled
- name: mysql - name: mysql

View File

@ -55,7 +55,7 @@ spec:
- name: files - name: files
mountPath: /data/files mountPath: /data/files
- name: files - name: files
mountPath: /opt/librenms/custom.php mountPath: /data/config/custom.php
subPath: custom.php subPath: custom.php
readOnly: true readOnly: true
- name: mysql - name: mysql

View File

@ -6,7 +6,7 @@ librenms:
# -- repository is the image repository to pull from. # -- repository is the image repository to pull from.
repository: librenms/librenms repository: librenms/librenms
# -- tag is image tag to pull. # -- tag is image tag to pull.
tag: 24.12.0 tag: 25.2.0
# -- Laravel appkey used by LibreNMS, this should be generated by you and is a # -- Laravel appkey used by LibreNMS, this should be generated by you and is a
# required setting. See the README for more information # required setting. See the README for more information