diff --git a/.github/workflows/chart-testing.yml b/.github/workflows/chart-testing.yml index 626b5b0..2c54c57 100644 --- a/.github/workflows/chart-testing.yml +++ b/.github/workflows/chart-testing.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v4.3.0 with: version: v3.14.4 @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.6.1 + uses: helm/chart-testing-action@v2.7.0 - name: Add repositories run: | @@ -48,7 +48,7 @@ jobs: - name: Create kind cluster 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) if: steps.list-changed.outputs.changed == 'true' && github.ref != 'refs/heads/develop' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 714391c..461f9fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: done - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.6.0 + uses: helm/chart-releaser-action@v1.7.0 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/charts/librenms/Chart.lock b/charts/librenms/Chart.lock index 3659497..b3dee2c 100644 --- a/charts/librenms/Chart.lock +++ b/charts/librenms/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 20.6.0 + version: 20.11.2 - name: mysql repository: https://charts.bitnami.com/bitnami version: 11.1.20 -digest: sha256:165b6a17235534d36cd4eb2ec95267e28e9ea3d374d173e9c0a8cddb8f1b7600 -generated: "2024-12-17T03:40:18.302396575Z" +digest: sha256:98e21356d5f7a0ae37cc2bcd0fe3b55ad80bb892e0ecee13551164ed5580f527 +generated: "2025-03-10T08:50:31.291990148Z" diff --git a/charts/librenms/Chart.yaml b/charts/librenms/Chart.yaml index 307058f..bd637d9 100644 --- a/charts/librenms/Chart.yaml +++ b/charts/librenms/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: librenms description: LibreNMS is an autodiscovering PHP/MySQL-based network monitoring system. type: application -version: 3.18.0 -appVersion: "24.12.0" +version: 3.19.0 +appVersion: "25.2.0" maintainers: - name: jochbru url: https://github.com/jochbru dependencies: - name: redis - version: "~20.6.0" + version: "~20.11.0" repository: "https://charts.bitnami.com/bitnami" condition: redis.enabled - name: mysql diff --git a/charts/librenms/templates/librenms-deployment.yml b/charts/librenms/templates/librenms-deployment.yml index b400510..06d2ff3 100644 --- a/charts/librenms/templates/librenms-deployment.yml +++ b/charts/librenms/templates/librenms-deployment.yml @@ -55,7 +55,7 @@ spec: - name: files mountPath: /data/files - name: files - mountPath: /opt/librenms/custom.php + mountPath: /data/config/custom.php subPath: custom.php readOnly: true - name: mysql diff --git a/charts/librenms/values.yaml b/charts/librenms/values.yaml index 93a776d..d7d1000 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.12.0 + tag: 25.2.0 # -- Laravel appkey used by LibreNMS, this should be generated by you and is a # required setting. See the README for more information