forked from RemoteSync/librnms-helm-charts
Compare commits
2 Commits
librenms-4
...
ingress
Author | SHA1 | Date | |
---|---|---|---|
|
ff781504b0 | ||
|
7af1bb90ad |
6
.github/workflows/chart-testing.yml
vendored
6
.github/workflows/chart-testing.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
uses: azure/setup-helm@v4.3.0
|
uses: azure/setup-helm@v4.2.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.7.0
|
uses: helm/chart-testing-action@v2.6.1
|
||||||
|
|
||||||
- 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.12.0
|
uses: helm/kind-action@v1.10.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'
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -29,6 +29,6 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@v1.7.0
|
uses: helm/chart-releaser-action@v1.6.0
|
||||||
env:
|
env:
|
||||||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 20.11.2
|
version: 19.6.1
|
||||||
- name: mysql
|
- name: mysql
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 12.3.1
|
version: 11.1.8
|
||||||
digest: sha256:d60f6cc0103b8a2022e939a3ac6e2a655ad62292e0228d76ccacaf5d40c2a279
|
digest: sha256:4b82fafdf2c4c72a003d1dc6df9343a089eb5d2f686927d134821854f9633c83
|
||||||
generated: "2025-03-10T08:56:36.5861678Z"
|
generated: "2024-07-09T10:22:10.255911997Z"
|
||||||
|
@@ -2,17 +2,17 @@ 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: 4.0.0
|
version: 3.12.0
|
||||||
appVersion: "25.3.0"
|
appVersion: "24.5.0"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: jochbru
|
- name: TheChef23
|
||||||
url: https://github.com/jochbru
|
url: https://github.com/TheChef23
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: redis
|
- name: redis
|
||||||
version: "~20.11.0"
|
version: "~19.6.0"
|
||||||
repository: "https://charts.bitnami.com/bitnami"
|
repository: "https://charts.bitnami.com/bitnami"
|
||||||
condition: redis.enabled
|
condition: redis.enabled
|
||||||
- name: mysql
|
- name: mysql
|
||||||
version: "~12.3.0"
|
version: "~11.1.0"
|
||||||
repository: "https://charts.bitnami.com/bitnami"
|
repository: "https://charts.bitnami.com/bitnami"
|
||||||
condition: mysql.enabled
|
condition: mysql.enabled
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
librenms:
|
librenms:
|
||||||
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
|
appkey: base64:RTMmh+i10E2RMcDxookMu47BTzJQy87hOU+k/zcuPnA=
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: "true"
|
||||||
|
@@ -55,7 +55,7 @@ spec:
|
|||||||
- name: files
|
- name: files
|
||||||
mountPath: /data/files
|
mountPath: /data/files
|
||||||
- name: files
|
- name: files
|
||||||
mountPath: /data/config/custom.php
|
mountPath: /opt/librenms/custom.php
|
||||||
subPath: custom.php
|
subPath: custom.php
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: mysql
|
- name: mysql
|
||||||
|
@@ -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: 25.3.0
|
tag: 24.5.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
|
||||||
|
Reference in New Issue
Block a user