Compare commits

..

4 commits

Author SHA1 Message Date
e2799c5abc
update promtail to 6.15.5 (closes #28)
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-02 14:36:54 +01:00
16b3a389e8
update loki to 5.42.2 (closes #27) 2024-02-02 14:36:28 +01:00
af907bb2af
update longhorn to 1.6.0 (closes #26) 2024-02-02 14:34:49 +01:00
123aaef245
update nginx-ingress to 1.1.2 (closes #25) 2024-02-02 14:16:19 +01:00
2 changed files with 10 additions and 7 deletions

View file

@ -9,7 +9,7 @@ spec:
sources:
- repoURL: https://helm.nginx.com/stable
chart: nginx-ingress
targetRevision: 1.0.2
targetRevision: 1.1.2
helm:
releaseName: nginx
valueFiles:
@ -60,7 +60,7 @@ spec:
sources:
- repoURL: https://charts.longhorn.io
chart: longhorn
targetRevision: 1.5.3 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/
targetRevision: 1.6.0 # see Infos below, the CSI snapshotter needs to be updated too <-- version association can be found here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/enable-csi-snapshot-support/
helm:
releaseName: longhorn
valueFiles:
@ -72,10 +72,10 @@ spec:
targetRevision: HEAD
path: longhorn
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: v6.2.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
path: client/config/crd
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
targetRevision: v6.2.1 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
targetRevision: v6.3.2 # <-- needs to be updated when longhorn version is changed. Find the correct version here: https://longhorn.io/docs/latest/snapshots-and-backups/csi-snapshot-support/csi-volume-snapshot-associated-with-longhorn-snapshot/
path: deploy/kubernetes/snapshot-controller
destination:
server: https://kubernetes.default.svc
@ -215,7 +215,7 @@ spec:
sources:
- chart: loki
repoURL: https://grafana.github.io/helm-charts
targetRevision: 5.41.4
targetRevision: 5.42.2
helm:
releaseName: loki
valueFiles:
@ -246,7 +246,7 @@ spec:
sources:
- chart: promtail
repoURL: https://grafana.github.io/helm-charts
targetRevision: 6.15.3
targetRevision: 6.15.5
helm:
releaseName: promtail
destination:

View file

@ -26,3 +26,6 @@ ingress:
host: longhorn.services.yolokube.de
annotations:
nginx.org/basic-auth-secret: longhorn-basic-auth-secret
metrics:
serviceMonitor:
enabled: true