forked from RemoteSync/librnms-helm-charts
Compare commits
34 Commits
librenms-3
...
librenms-4
Author | SHA1 | Date | |
---|---|---|---|
|
a4aae9d8bd | ||
|
b4a29df58c | ||
|
b03dcec8dd | ||
|
9bb7058da6 | ||
|
9746efa489 | ||
|
0c6c9d3bef | ||
|
69892fd155 | ||
|
4ef38d9ce1 | ||
|
43e9b90822 | ||
|
62d381f444 | ||
|
61f573cf40 | ||
|
d6725a562f | ||
|
e52e4ca911 | ||
|
d7d5a25941 | ||
|
dab97a4d19 | ||
|
45db6b2ba7 | ||
|
c50c590525 | ||
|
f2ef463308 | ||
|
ec8f70e569 | ||
|
7ae6ec6cc2 | ||
|
e8338ad154 | ||
|
2ec9adf4b8 | ||
|
5d508b16df | ||
|
45b101b8ec | ||
|
de78ede4dc | ||
|
b6b3d503f8 | ||
|
13341a88dc | ||
|
00347b6d27 | ||
|
b624805f38 | ||
|
09a05df2a3 | ||
|
985c0fd9e2 | ||
|
785e822f21 | ||
|
0c0bdae1fc | ||
|
988be4d222 |
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.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'
|
||||||
|
22
.github/workflows/release.yml
vendored
22
.github/workflows/release.yml
vendored
@@ -7,6 +7,8 @@ jobs:
|
|||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
packages: write
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
@@ -29,6 +31,24 @@ 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 }}"
|
||||||
|
|
||||||
|
# see https://github.com/helm/chart-releaser/issues/183
|
||||||
|
- name: Login to GitHub Container Registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: ghcr.io
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Push charts to GHCR
|
||||||
|
run: |
|
||||||
|
shopt -s nullglob
|
||||||
|
for pkg in .cr-release-packages/*; do
|
||||||
|
if [ -z "${pkg:-}" ]; then
|
||||||
|
break
|
||||||
|
fi
|
||||||
|
helm push "${pkg}" "oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/charts"
|
||||||
|
done
|
@@ -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: 12.3.1
|
||||||
digest: sha256:165b6a17235534d36cd4eb2ec95267e28e9ea3d374d173e9c0a8cddb8f1b7600
|
digest: sha256:d60f6cc0103b8a2022e939a3ac6e2a655ad62292e0228d76ccacaf5d40c2a279
|
||||||
generated: "2024-12-17T03:40:18.302396575Z"
|
generated: "2025-03-10T08:56:36.5861678Z"
|
||||||
|
@@ -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: 3.18.0
|
version: 4.0.1
|
||||||
appVersion: "24.12.0"
|
appVersion: "25.3.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
|
||||||
version: "~11.1.0"
|
version: "~12.3.0"
|
||||||
repository: "https://charts.bitnami.com/bitnami"
|
repository: "https://charts.bitnami.com/bitnami"
|
||||||
condition: mysql.enabled
|
condition: mysql.enabled
|
||||||
|
@@ -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
|
||||||
|
@@ -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.3.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