forked from RemoteSync/librnms-helm-charts
commit
c50c590525
6
.github/workflows/chart-testing.yml
vendored
6
.github/workflows/chart-testing.yml
vendored
@ -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'
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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 }}"
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user