Compare commits

..

No commits in common. "e2799c5abc44d56a58d58046ca4af803265464c4" and "75637ad99b758a318ebda2f1728e2554f6a92418" have entirely different histories.

2 changed files with 7 additions and 10 deletions

View file

@ -9,7 +9,7 @@ spec:
sources: sources:
- repoURL: https://helm.nginx.com/stable - repoURL: https://helm.nginx.com/stable
chart: nginx-ingress chart: nginx-ingress
targetRevision: 1.1.2 targetRevision: 1.0.2
helm: helm:
releaseName: nginx releaseName: nginx
valueFiles: valueFiles:
@ -60,7 +60,7 @@ spec:
sources: sources:
- repoURL: https://charts.longhorn.io - repoURL: https://charts.longhorn.io
chart: longhorn chart: longhorn
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/ 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/
helm: helm:
releaseName: longhorn releaseName: longhorn
valueFiles: valueFiles:
@ -72,10 +72,10 @@ spec:
targetRevision: HEAD targetRevision: HEAD
path: longhorn path: longhorn
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git - repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
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/ 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/
path: client/config/crd path: client/config/crd
- repoURL: https://github.com/kubernetes-csi/external-snapshotter.git - repoURL: https://github.com/kubernetes-csi/external-snapshotter.git
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/ 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/
path: deploy/kubernetes/snapshot-controller path: deploy/kubernetes/snapshot-controller
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
@ -215,7 +215,7 @@ spec:
sources: sources:
- chart: loki - chart: loki
repoURL: https://grafana.github.io/helm-charts repoURL: https://grafana.github.io/helm-charts
targetRevision: 5.42.2 targetRevision: 5.41.4
helm: helm:
releaseName: loki releaseName: loki
valueFiles: valueFiles:
@ -246,7 +246,7 @@ spec:
sources: sources:
- chart: promtail - chart: promtail
repoURL: https://grafana.github.io/helm-charts repoURL: https://grafana.github.io/helm-charts
targetRevision: 6.15.5 targetRevision: 6.15.3
helm: helm:
releaseName: promtail releaseName: promtail
destination: destination:

View file

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