From 123aaef2458ed53f0ab3c02e3bf62cf674fe1aff Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 2 Feb 2024 14:16:19 +0100 Subject: [PATCH 1/4] update nginx-ingress to 1.1.2 (closes #25) --- core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index ac9ea8f..4a138f9 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -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: From af907bb2afa4335ed0fbe9d8a5f9d32b35676d14 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 2 Feb 2024 14:34:49 +0100 Subject: [PATCH 2/4] update longhorn to 1.6.0 (closes #26) --- core-deployments.yaml | 6 +++--- longhorn/values.yaml | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index 4a138f9..e13004f 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -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 diff --git a/longhorn/values.yaml b/longhorn/values.yaml index 49adb30..997f65f 100644 --- a/longhorn/values.yaml +++ b/longhorn/values.yaml @@ -25,4 +25,7 @@ ingress: ingressClassName: nginx host: longhorn.services.yolokube.de annotations: - nginx.org/basic-auth-secret: longhorn-basic-auth-secret \ No newline at end of file + nginx.org/basic-auth-secret: longhorn-basic-auth-secret +metrics: + serviceMonitor: + enabled: true From 16b3a389e8c34ce26a6371ca9cdcdd1f54a4bc7d Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 2 Feb 2024 14:36:28 +0100 Subject: [PATCH 3/4] update loki to 5.42.2 (closes #27) --- core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index e13004f..f4a27c9 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -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: From e2799c5abc44d56a58d58046ca4af803265464c4 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 2 Feb 2024 14:36:54 +0100 Subject: [PATCH 4/4] update promtail to 6.15.5 (closes #28) --- core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-deployments.yaml b/core-deployments.yaml index f4a27c9..b5991b4 100644 --- a/core-deployments.yaml +++ b/core-deployments.yaml @@ -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: