From 3a05b299f3b39d2f953d44744e7a3d0a7801b458 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 May 2025 19:00:58 +0000 Subject: [PATCH 1/6] Update Helm release external-secrets to v0.17.0 --- clusters/cl01tl/platform/external-secrets/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/external-secrets/Chart.yaml b/clusters/cl01tl/platform/external-secrets/Chart.yaml index 21721b499..79c428110 100644 --- a/clusters/cl01tl/platform/external-secrets/Chart.yaml +++ b/clusters/cl01tl/platform/external-secrets/Chart.yaml @@ -12,7 +12,7 @@ sources: - https://github.com/external-secrets/external-secrets/tree/main/deploy/charts/external-secrets dependencies: - name: external-secrets - version: 0.16.2 + version: 0.17.0 repository: https://charts.external-secrets.io icon: https://avatars.githubusercontent.com/u/68335991?s=48&v=4 appVersion: 0.16.2 -- 2.49.1 From 45118884be3d2c5a3c4bd82a4776e86017d76fcb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 14:04:54 -0500 Subject: [PATCH 2/6] comment out --- .../cl01tl/storage/democratic-csi-synology-iscsi/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml index 58cec45bd..518867bfc 100644 --- a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml +++ b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml @@ -33,5 +33,5 @@ democratic-csi: value: nsenter - name: ISCSIADM_HOST_PATH value: /usr/local/sbin/iscsiadm - iscsiDirHostPath: /var/lib/iscsi - iscsiDirHostPathType: "" + # iscsiDirHostPath: /var/lib/iscsi + # iscsiDirHostPathType: "" -- 2.49.1 From 4389586e9f1ca78541cc7b49a521a1a2847ebd55 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 14:06:39 -0500 Subject: [PATCH 3/6] uncomment --- .../cl01tl/storage/democratic-csi-synology-iscsi/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml index 518867bfc..58cec45bd 100644 --- a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml +++ b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml @@ -33,5 +33,5 @@ democratic-csi: value: nsenter - name: ISCSIADM_HOST_PATH value: /usr/local/sbin/iscsiadm - # iscsiDirHostPath: /var/lib/iscsi - # iscsiDirHostPathType: "" + iscsiDirHostPath: /var/lib/iscsi + iscsiDirHostPathType: "" -- 2.49.1 From 58123f28efd8884f3e9140295677c43a8b501b92 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 14:09:16 -0500 Subject: [PATCH 4/6] change mount --- .../cl01tl/storage/democratic-csi-synology-iscsi/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml index 58cec45bd..a23880fde 100644 --- a/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml +++ b/clusters/cl01tl/storage/democratic-csi-synology-iscsi/values.yaml @@ -33,5 +33,5 @@ democratic-csi: value: nsenter - name: ISCSIADM_HOST_PATH value: /usr/local/sbin/iscsiadm - iscsiDirHostPath: /var/lib/iscsi + iscsiDirHostPath: /var/iscsi iscsiDirHostPathType: "" -- 2.49.1 From 57b01ebaea934358c8a2f77197bcd40e0a6a2810 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 16 May 2025 14:25:27 -0500 Subject: [PATCH 5/6] enable backups --- clusters/cl01tl/monitoring/grafana-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/monitoring/grafana-operator/values.yaml b/clusters/cl01tl/monitoring/grafana-operator/values.yaml index e848b9169..b8e5bbf14 100644 --- a/clusters/cl01tl/monitoring/grafana-operator/values.yaml +++ b/clusters/cl01tl/monitoring/grafana-operator/values.yaml @@ -57,7 +57,7 @@ postgres-17-cluster: endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret recoveryIndex: 1 backup: - enabled: false + enabled: true endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/grafana-operator/grafana-operator-postgresql-17-cluster endpointCredentials: grafana-operator-postgresql-17-cluster-backup-secret -- 2.49.1 From 86cc427327ebf28db8814c7e4ec9f93052c57d62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 May 2025 19:31:19 +0000 Subject: [PATCH 6/6] Update Helm release authentik to v2025.4.1 --- clusters/cl01tl/platform/authentik/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/platform/authentik/Chart.yaml b/clusters/cl01tl/platform/authentik/Chart.yaml index cff3f270a..d2a671d9a 100644 --- a/clusters/cl01tl/platform/authentik/Chart.yaml +++ b/clusters/cl01tl/platform/authentik/Chart.yaml @@ -21,7 +21,7 @@ maintainers: - name: alexlebens dependencies: - name: authentik - version: 2025.4.0 + version: 2025.4.1 repository: https://charts.goauthentik.io/ - name: cloudflared alias: cloudflared -- 2.49.1