From 94dbe6942ed2e7a3018911880e03ef8aa6344c17 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 14 Apr 2024 11:12:57 +0000 Subject: [PATCH 001/149] chore(deps): update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v6.3.4 --- app-files/core-deployments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index fea2098..6b4d03b 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -75,10 +75,10 @@ spec: targetRevision: HEAD path: longhorn - 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.3.4 # <-- 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.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.3.4 # <-- 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 From 0651d3f5b96798549eec46432f2ed5fdc68e4abd Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 15 Apr 2024 15:50:24 +0200 Subject: [PATCH 002/149] loki: fix directory to pvc mountpoint --- loki/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/loki/values.yaml b/loki/values.yaml index eaa9a17..75c0275 100644 --- a/loki/values.yaml +++ b/loki/values.yaml @@ -20,8 +20,8 @@ loki: period: 24h storageConfig: tsdb_shipper: - active_index_directory: /data/tsdb-index - cache_location: /data/tsdb-cache + active_index_directory: /var/loki/tsdb-index + cache_location: /var/loki/tsdb-cache # compactor: # working_directory: /data/retention # compaction_interval: 10m From 962d2e3fb5cc0d8b01473a87fbb6eb157b00c056 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Mon, 15 Apr 2024 16:01:30 +0200 Subject: [PATCH 003/149] loki: change to s3 --- loki/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/loki/values.yaml b/loki/values.yaml index 75c0275..8c1e337 100644 --- a/loki/values.yaml +++ b/loki/values.yaml @@ -13,15 +13,11 @@ loki: configs: - from: 2024-04-14 store: tsdb - object_store: filesystem + object_store: s3 schema: v13 index: prefix: index_ period: 24h - storageConfig: - tsdb_shipper: - active_index_directory: /var/loki/tsdb-index - cache_location: /var/loki/tsdb-cache # compactor: # working_directory: /data/retention # compaction_interval: 10m From 21a200ea7182fb3c4fb1c382dc03b065c3c687f7 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 15 Apr 2024 18:14:47 +0000 Subject: [PATCH 004/149] DASHBOARD STAGING: update image tag to 1000 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 6010717..9e1aca5 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-997 + newTag: staging-1000 namespace: dashboard-staging patches: - patch: |- From 198f05d0eecb2f9d60e046ca9c9f64cadfda2d41 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 15 Apr 2024 18:14:56 +0000 Subject: [PATCH 005/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 891 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 15e8de7..a693ba5 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-997 + - image: git.ar21.de/yolokube/dashboard:staging-1000 imagePullPolicy: Always livenessProbe: httpGet: From df16d2facd9a48c644da80287f6039754c812121 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 15 Apr 2024 18:15:41 +0000 Subject: [PATCH 006/149] DASHBOARD: update image tag to 1002 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index d6df56c..c5c0096 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "999" + newTag: "1002" namespace: dashboard From c6a51ea894f0d660e16337e726447cc6ce0455ca Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 15 Apr 2024 18:15:48 +0000 Subject: [PATCH 007/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 892 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index f8a9a90..3ea0a2c 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:999 + - image: git.ar21.de/yolokube/dashboard:1002 imagePullPolicy: Always livenessProbe: httpGet: From 57f7c9da73117e1cff1a3d3ae16d7648912d8d6c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Apr 2024 16:12:55 +0000 Subject: [PATCH 008/149] chore(deps): update helm release loki to v6.3.1 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index fea2098..0f2b48b 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.2.0 + targetRevision: 6.3.1 helm: releaseName: loki valueFiles: From c274d121d960df9ab7551a7c78142cab4c30b3a8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Apr 2024 17:12:55 +0000 Subject: [PATCH 009/149] chore(deps): update helm release loki to v6.3.2 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 0f2b48b..a985569 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.3.1 + targetRevision: 6.3.2 helm: releaseName: loki valueFiles: From 268ced2b7c3d0e0cd58050667673aef6a121aea7 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Apr 2024 22:14:29 +0000 Subject: [PATCH 010/149] DASHBOARD STAGING: update image tag to 1003 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 9e1aca5..4a360e5 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1000 + newTag: staging-1003 namespace: dashboard-staging patches: - patch: |- From 8eb353a960b13e21a9428105430aa3f2fd9ad8f9 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Apr 2024 22:14:40 +0000 Subject: [PATCH 011/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 901 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index a693ba5..707476e 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1000 + - image: git.ar21.de/yolokube/dashboard:staging-1003 imagePullPolicy: Always livenessProbe: httpGet: From f41a5a38ed914c4a81df955c49ebad947858f958 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Apr 2024 22:15:27 +0000 Subject: [PATCH 012/149] DASHBOARD: update image tag to 1005 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index c5c0096..72748f4 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1002" + newTag: "1005" namespace: dashboard From e42702c087d9f7d963ce15a0912360602de97fd5 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 19 Apr 2024 22:15:34 +0000 Subject: [PATCH 013/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 902 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 3ea0a2c..27be637 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1002 + - image: git.ar21.de/yolokube/dashboard:1005 imagePullPolicy: Always livenessProbe: httpGet: From c1ee5e81892c74ece4b57153971bc9b5aab7d8b4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Apr 2024 16:13:04 +0000 Subject: [PATCH 014/149] chore(deps): update helm release loki to v6.3.3 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index a985569..4c38485 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.3.2 + targetRevision: 6.3.3 helm: releaseName: loki valueFiles: From ad0670025a5c4cd6ad732a49b533604353bee255 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 17:19:34 +0000 Subject: [PATCH 015/149] DASHBOARD STAGING: update image tag to 1006 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 4a360e5..86166a4 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1003 + newTag: staging-1006 namespace: dashboard-staging patches: - patch: |- From d0b8f8e98db0658f36bfc213e90e3859a7028eff Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 17:19:43 +0000 Subject: [PATCH 016/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 905 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 707476e..76f4211 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1003 + - image: git.ar21.de/yolokube/dashboard:staging-1006 imagePullPolicy: Always livenessProbe: httpGet: From f0eb506aa61c76335d0917f062ebe0ae96089989 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 17:20:25 +0000 Subject: [PATCH 017/149] DASHBOARD: update image tag to 1008 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 72748f4..4e634a0 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1005" + newTag: "1008" namespace: dashboard From 4250059e80c0312d842212d270c7b7bc4b585b33 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 17:20:32 +0000 Subject: [PATCH 018/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 906 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 27be637..4fa8315 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1005 + - image: git.ar21.de/yolokube/dashboard:1008 imagePullPolicy: Always livenessProbe: httpGet: From 51d5ff7e1f78d72aa79cabb6a173ba90756f13a4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Apr 2024 18:17:48 +0000 Subject: [PATCH 019/149] chore(deps): update helm release loki to v6.3.4 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 4c38485..1a25cef 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.3.3 + targetRevision: 6.3.4 helm: releaseName: loki valueFiles: From 79323f71d52d3bd0ab16cec94de37d3ddd683245 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 20:19:47 +0000 Subject: [PATCH 020/149] DASHBOARD STAGING: update image tag to 1009 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 86166a4..d8eacc7 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1006 + newTag: staging-1009 namespace: dashboard-staging patches: - patch: |- From c8071129dbd6aa76b786a7294be504512a064321 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 20:19:55 +0000 Subject: [PATCH 021/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 909 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 76f4211..5d794dd 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1006 + - image: git.ar21.de/yolokube/dashboard:staging-1009 imagePullPolicy: Always livenessProbe: httpGet: From 4ffba7f384561677ff073aefe762c00a65e3a8db Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 20:20:38 +0000 Subject: [PATCH 022/149] DASHBOARD: update image tag to 1011 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 4e634a0..e257455 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1008" + newTag: "1011" namespace: dashboard From 035df1c58bbb347de5bef9672863cf042958dc2f Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 22 Apr 2024 20:20:45 +0000 Subject: [PATCH 023/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 910 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 4fa8315..1b27c5e 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1008 + - image: git.ar21.de/yolokube/dashboard:1011 imagePullPolicy: Always livenessProbe: httpGet: From 37dc97826b1a67e2fe6259c56cff546c304d8627 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 11:19:37 +0000 Subject: [PATCH 024/149] DASHBOARD STAGING: update image tag to 1012 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index d8eacc7..4a63b6e 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1009 + newTag: staging-1012 namespace: dashboard-staging patches: - patch: |- From f03e1ea3c016e70564a1d784bea5af0887a97b7e Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 11:19:46 +0000 Subject: [PATCH 025/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 911 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 5d794dd..0f43988 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1009 + - image: git.ar21.de/yolokube/dashboard:staging-1012 imagePullPolicy: Always livenessProbe: httpGet: From 0dd221f7f3ca11a76104b1ac24259983534d87a5 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 11:20:22 +0000 Subject: [PATCH 026/149] DASHBOARD: update image tag to 1014 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index e257455..750fb1b 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1011" + newTag: "1014" namespace: dashboard From 72cee625d367c3f48fbbe08031dd61bfea12e915 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 11:20:30 +0000 Subject: [PATCH 027/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 912 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 1b27c5e..5db8d93 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1011 + - image: git.ar21.de/yolokube/dashboard:1014 imagePullPolicy: Always livenessProbe: httpGet: From a00740fed9a0ab70b38cd477e5ea00d32d3e3423 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 16:19:44 +0000 Subject: [PATCH 028/149] DASHBOARD STAGING: update image tag to 1015 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 4a63b6e..6d37a1c 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1012 + newTag: staging-1015 namespace: dashboard-staging patches: - patch: |- From 2310417eb93c2f1026e28905d5fd3141c224a16c Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 16:19:53 +0000 Subject: [PATCH 029/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 913 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 0f43988..72bc4dd 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1012 + - image: git.ar21.de/yolokube/dashboard:staging-1015 imagePullPolicy: Always livenessProbe: httpGet: From 3a87c20a87bb02ce011b205004a0899145ad84ba Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 16:20:33 +0000 Subject: [PATCH 030/149] DASHBOARD: update image tag to 1017 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 750fb1b..673cf8d 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1014" + newTag: "1017" namespace: dashboard From 20eb147921fb8b154292c058987fd0af9f4f4727 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 23 Apr 2024 16:20:40 +0000 Subject: [PATCH 031/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 914 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 5db8d93..c148b3f 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1014 + - image: git.ar21.de/yolokube/dashboard:1017 imagePullPolicy: Always livenessProbe: httpGet: From 7be4f1bd60ab659b1046d0b484652e89261247c9 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 17:19:21 +0000 Subject: [PATCH 032/149] DASHBOARD STAGING: update image tag to 1018 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 6d37a1c..e36fdf3 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1015 + newTag: staging-1018 namespace: dashboard-staging patches: - patch: |- From fe9d4dc48403d6dfc7d8c8b5ffc24fe153d778ed Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 17:20:38 +0000 Subject: [PATCH 033/149] DASHBOARD STAGING: update image tag to 1021 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index e36fdf3..3d6025c 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1018 + newTag: staging-1021 namespace: dashboard-staging patches: - patch: |- From 28d86ba51d24c8ca21fc349c01423c3b9af211ea Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 17:20:46 +0000 Subject: [PATCH 034/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 915 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 72bc4dd..de91faa 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1015 + - image: git.ar21.de/yolokube/dashboard:staging-1021 imagePullPolicy: Always livenessProbe: httpGet: From b40ce7955699d0cf540929809c28694d0ca0c23f Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 17:20:52 +0000 Subject: [PATCH 035/149] DASHBOARD: update image tag to 1023 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 673cf8d..a4332af 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1017" + newTag: "1023" namespace: dashboard From 6798a52a53bbb10ec386d8ad003c595ab7edf412 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 17:21:00 +0000 Subject: [PATCH 036/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 917 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index c148b3f..3faac93 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1017 + - image: git.ar21.de/yolokube/dashboard:1023 imagePullPolicy: Always livenessProbe: httpGet: From e1060ec1d1a6c8de5faf743b380bc709ba9fc9ee Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 18:19:41 +0000 Subject: [PATCH 037/149] DASHBOARD STAGING: update image tag to 1024 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 3d6025c..9c88447 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1021 + newTag: staging-1024 namespace: dashboard-staging patches: - patch: |- From a0322b6ae2618046cbefb3b158760f8553624ff8 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 18:20:35 +0000 Subject: [PATCH 038/149] DASHBOARD STAGING: update image tag to 1027 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 9c88447..37a3237 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1024 + newTag: staging-1027 namespace: dashboard-staging patches: - patch: |- From 4313d80e33e69e8b5808a578e8693abc6494b11f Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 18:20:46 +0000 Subject: [PATCH 039/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 918 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index de91faa..bb82fe5 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1021 + - image: git.ar21.de/yolokube/dashboard:staging-1027 imagePullPolicy: Always livenessProbe: httpGet: From aebbc9afcca60e58f2701e527ff0177b8ca5174d Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 18:21:07 +0000 Subject: [PATCH 040/149] DASHBOARD: update image tag to 1029 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index a4332af..d6e4a3b 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1023" + newTag: "1029" namespace: dashboard From ac62e073b1559a3362c42e326d5325b9e9538352 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 18:21:14 +0000 Subject: [PATCH 041/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 920 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 3faac93..2e1d9d2 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1023 + - image: git.ar21.de/yolokube/dashboard:1029 imagePullPolicy: Always livenessProbe: httpGet: From 31a5be26815c2c9b491e197675ef9bdafc7414da Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 19:19:25 +0000 Subject: [PATCH 042/149] DASHBOARD STAGING: update image tag to 1030 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 37a3237..9def1c8 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1027 + newTag: staging-1030 namespace: dashboard-staging patches: - patch: |- From 560afb7954036374e6c88ad0db552eafb12e0234 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 19:19:32 +0000 Subject: [PATCH 043/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 921 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index bb82fe5..8c5985b 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1027 + - image: git.ar21.de/yolokube/dashboard:staging-1030 imagePullPolicy: Always livenessProbe: httpGet: From 1ce5c65bfdb9b94acab5a7c47e51826a7c845dd2 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:19:34 +0000 Subject: [PATCH 044/149] DASHBOARD STAGING: update image tag to 1033 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 9def1c8..18f2696 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1030 + newTag: staging-1033 namespace: dashboard-staging patches: - patch: |- From 8abd6b35e15a2426f94a514ed1f722d15f344a21 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:20:40 +0000 Subject: [PATCH 045/149] DASHBOARD: update image tag to 1035 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index d6e4a3b..b762ab9 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1029" + newTag: "1035" namespace: dashboard From 63502e36f2b6c365ca7042d41edf4922b6f98b30 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:20:50 +0000 Subject: [PATCH 046/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 922 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- dashboard/staging/dashboard.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 2e1d9d2..9011221 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1029 + - image: git.ar21.de/yolokube/dashboard:1035 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 8c5985b..4fd8ff2 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1030 + - image: git.ar21.de/yolokube/dashboard:staging-1033 imagePullPolicy: Always livenessProbe: httpGet: From 07e056b5cf7adac021a58a7a4325f42104f56d68 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:20:57 +0000 Subject: [PATCH 047/149] DASHBOARD STAGING: update image tag to 1036 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 18f2696..be14d63 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1033 + newTag: staging-1036 namespace: dashboard-staging patches: - patch: |- From 7abd17cc341007b45c0025d49f606f8745550cdb Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:21:04 +0000 Subject: [PATCH 048/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 924 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 4fd8ff2..44e8d9e 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1033 + - image: git.ar21.de/yolokube/dashboard:staging-1036 imagePullPolicy: Always livenessProbe: httpGet: From 9dadbc410b11a30f6a7c9698fca97696e00c84f0 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:22:10 +0000 Subject: [PATCH 049/149] DASHBOARD: update image tag to 1038 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index b762ab9..c76390f 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1035" + newTag: "1038" namespace: dashboard From 6989eff179d979d6821e37b2b9fe101a0d5895d9 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 25 Apr 2024 20:22:17 +0000 Subject: [PATCH 050/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 925 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 9011221..991cc3f 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1035 + - image: git.ar21.de/yolokube/dashboard:1038 imagePullPolicy: Always livenessProbe: httpGet: From aa4566a2e2aec44cb9ef694191a64af9b3746c64 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 16:19:33 +0000 Subject: [PATCH 051/149] DASHBOARD STAGING: update image tag to 1039 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index be14d63..5665daa 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1036 + newTag: staging-1039 namespace: dashboard-staging patches: - patch: |- From b19a6ee7d2fc5f4fd514531b085904075108f305 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 16:19:42 +0000 Subject: [PATCH 052/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 926 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 44e8d9e..2f68075 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1036 + - image: git.ar21.de/yolokube/dashboard:staging-1039 imagePullPolicy: Always livenessProbe: httpGet: From 849520f1694e792dd0f9971323d8ddd5eddf74c0 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 16:20:20 +0000 Subject: [PATCH 053/149] DASHBOARD: update image tag to 1041 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index c76390f..e4aaf19 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1038" + newTag: "1041" namespace: dashboard From ea7e6fe5f0fd3ed6bde053af160c2fb4584e5665 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 16:20:27 +0000 Subject: [PATCH 054/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 927 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 991cc3f..9227aba 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1038 + - image: git.ar21.de/yolokube/dashboard:1041 imagePullPolicy: Always livenessProbe: httpGet: From 50a996ee9eff343b1f5f8099a4a17c0ebe576347 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:19:20 +0000 Subject: [PATCH 055/149] DASHBOARD STAGING: update image tag to 1042 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 5665daa..0ea16af 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1039 + newTag: staging-1042 namespace: dashboard-staging patches: - patch: |- From 4fd1f9868dcf4fca5e67ad51e3d590e69c124022 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:20:36 +0000 Subject: [PATCH 056/149] DASHBOARD STAGING: update image tag to 1044 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 0ea16af..692a3a2 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1042 + newTag: staging-1044 namespace: dashboard-staging patches: - patch: |- From dfe5140f82f7fb74b8cd4bdd0fe7e7f135e9ff69 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:20:45 +0000 Subject: [PATCH 057/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 928 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 2f68075..8ed5155 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1039 + - image: git.ar21.de/yolokube/dashboard:staging-1044 imagePullPolicy: Always livenessProbe: httpGet: From 6f9dbb007ce0632fa978a5cb7457df57fa49021c Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:20:51 +0000 Subject: [PATCH 058/149] DASHBOARD: update image tag to 1046 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index e4aaf19..c970c24 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1041" + newTag: "1046" namespace: dashboard From c548e15459c7c16fe009031591b5cd66a64e2d4d Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:21:04 +0000 Subject: [PATCH 059/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 929 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 9227aba..d231328 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1041 + - image: git.ar21.de/yolokube/dashboard:1046 imagePullPolicy: Always livenessProbe: httpGet: From 89b7131b1004221c10feadb9822e94012f72d39a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:21:57 +0000 Subject: [PATCH 060/149] DASHBOARD: update image tag to 1047 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index c970c24..3383c5b 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1046" + newTag: "1047" namespace: dashboard From 7e1e94365fc6a148897886ae5339264912517a81 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 17:22:04 +0000 Subject: [PATCH 061/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 931 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index d231328..7ceb517 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1046 + - image: git.ar21.de/yolokube/dashboard:1047 imagePullPolicy: Always livenessProbe: httpGet: From aeb5d4c08a8633c9411e4564f29e6c1bd3d288d3 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 18:19:34 +0000 Subject: [PATCH 062/149] DASHBOARD STAGING: update image tag to 1048 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 692a3a2..4981e7b 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1044 + newTag: staging-1048 namespace: dashboard-staging patches: - patch: |- From aef67b93b05e3d8aaa8e210cf220be83217cb369 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 18:19:42 +0000 Subject: [PATCH 063/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 932 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 8ed5155..197d17c 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1044 + - image: git.ar21.de/yolokube/dashboard:staging-1048 imagePullPolicy: Always livenessProbe: httpGet: From 9636446faa41502340826dfb716a6bf14591f5b9 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 18:20:21 +0000 Subject: [PATCH 064/149] DASHBOARD: update image tag to 1050 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 3383c5b..b4e0d86 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1047" + newTag: "1050" namespace: dashboard From 0ca4923b7690a5fbf484e6ac24573ab601410c92 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 26 Apr 2024 18:20:28 +0000 Subject: [PATCH 065/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 933 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 7ceb517..0326bc5 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1047 + - image: git.ar21.de/yolokube/dashboard:1050 imagePullPolicy: Always livenessProbe: httpGet: From 71410a3300dcd9f0ccca4aeb84251c4cacf0624f Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 29 Apr 2024 17:19:42 +0000 Subject: [PATCH 066/149] DASHBOARD STAGING: update image tag to 1051 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 4981e7b..41f2f19 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1048 + newTag: staging-1051 namespace: dashboard-staging patches: - patch: |- From 540f39b4b7e7b1307701da18a25776eb3b17f419 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 29 Apr 2024 17:19:52 +0000 Subject: [PATCH 067/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 934 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 197d17c..8278b62 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1048 + - image: git.ar21.de/yolokube/dashboard:staging-1051 imagePullPolicy: Always livenessProbe: httpGet: From 99e557befa724bfc21b750ddbe246147d49e85c4 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 29 Apr 2024 17:20:30 +0000 Subject: [PATCH 068/149] DASHBOARD: update image tag to 1053 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index b4e0d86..b1f90aa 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1050" + newTag: "1053" namespace: dashboard From c3786b3ad819eef5ca985f7610591d5a0d20ffa3 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 29 Apr 2024 17:20:37 +0000 Subject: [PATCH 069/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 935 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 0326bc5..254143c 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1050 + - image: git.ar21.de/yolokube/dashboard:1053 imagePullPolicy: Always livenessProbe: httpGet: From b0e8ef075ac6cb7214330b9286ee862627377d5b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Apr 2024 08:17:48 +0000 Subject: [PATCH 070/149] Update Helm release traefik to v28 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 1a25cef..46dd5db 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -9,7 +9,7 @@ spec: sources: - repoURL: https://traefik.github.io/charts chart: traefik - targetRevision: 27.0.2 + targetRevision: 28.0.0 helm: releaseName: traefik valueFiles: From 05df61812c3f1d236c254c2802f60e1a83a53f1f Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 30 Apr 2024 23:19:46 +0000 Subject: [PATCH 071/149] DASHBOARD STAGING: update image tag to 1054 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 41f2f19..68a55b6 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1051 + newTag: staging-1054 namespace: dashboard-staging patches: - patch: |- From 27c5de43d64dc27b0a7933bcfb2e7f9aa3094dc6 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 30 Apr 2024 23:19:55 +0000 Subject: [PATCH 072/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 940 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 8278b62..9163f80 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1051 + - image: git.ar21.de/yolokube/dashboard:staging-1054 imagePullPolicy: Always livenessProbe: httpGet: From 324876563c571fca4eac92c2f4aa53a915d974cf Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 30 Apr 2024 23:20:34 +0000 Subject: [PATCH 073/149] DASHBOARD: update image tag to 1056 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index b1f90aa..3aff225 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1053" + newTag: "1056" namespace: dashboard From 8982e91a9da5b2bb965a33b411beccef2a849de1 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 30 Apr 2024 23:20:41 +0000 Subject: [PATCH 074/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 941 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 254143c..65574d4 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1053 + - image: git.ar21.de/yolokube/dashboard:1056 imagePullPolicy: Always livenessProbe: httpGet: From b7ef4640aa3016db15bfbbef602067ff04c654b8 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:19:57 +0000 Subject: [PATCH 075/149] DASHBOARD STAGING: update image tag to 1057 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 68a55b6..f54dbed 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1054 + newTag: staging-1057 namespace: dashboard-staging patches: - patch: |- From d264ae9723c4972b49258367d858ac7f3777bf3e Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:21:10 +0000 Subject: [PATCH 076/149] DASHBOARD STAGING: update image tag to 1060 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index f54dbed..e62c0a8 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1057 + newTag: staging-1060 namespace: dashboard-staging patches: - patch: |- From c27d7f3fd050765fdc5f0b485f1ec95a68666716 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:21:31 +0000 Subject: [PATCH 077/149] DASHBOARD: update image tag to 1062 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 3aff225..1bd7d6b 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1056" + newTag: "1062" namespace: dashboard From 935a15c0b9572a3a3a4d6b623aee68adaef725e5 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:21:40 +0000 Subject: [PATCH 078/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 942 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- dashboard/staging/dashboard.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 65574d4..9d8f094 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1056 + - image: git.ar21.de/yolokube/dashboard:1062 imagePullPolicy: Always livenessProbe: httpGet: diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 9163f80..ce23fc5 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1054 + - image: git.ar21.de/yolokube/dashboard:staging-1060 imagePullPolicy: Always livenessProbe: httpGet: From 19535c4aedae4824adb3d480b9e1497e286e0396 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:22:25 +0000 Subject: [PATCH 079/149] DASHBOARD: update image tag to 1063 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 1bd7d6b..4ab9de3 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1062" + newTag: "1063" namespace: dashboard From 4caf5616e404377a65e9a63c13050d110f5d6a22 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 1 May 2024 19:22:33 +0000 Subject: [PATCH 080/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 945 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 9d8f094..d7892a6 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1062 + - image: git.ar21.de/yolokube/dashboard:1063 imagePullPolicy: Always livenessProbe: httpGet: From 7819d7e36ba3783ec38a8d49406f50a8dbf9eaf6 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 07:19:51 +0000 Subject: [PATCH 081/149] DASHBOARD STAGING: update image tag to 1064 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index e62c0a8..402baff 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1060 + newTag: staging-1064 namespace: dashboard-staging patches: - patch: |- From ff67b57e2534f5119a058a0e6f6cfb5c0ab30b32 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 07:20:00 +0000 Subject: [PATCH 082/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 946 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index ce23fc5..84ea19b 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1060 + - image: git.ar21.de/yolokube/dashboard:staging-1064 imagePullPolicy: Always livenessProbe: httpGet: From e38e6082b7bda5d5f54eba403f8e95d2b4954ecd Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 07:20:44 +0000 Subject: [PATCH 083/149] DASHBOARD: update image tag to 1066 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 4ab9de3..8c52be8 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1063" + newTag: "1066" namespace: dashboard From 27051d9ec92dc358527ffb6eb2ec097b54cfd657 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 07:20:51 +0000 Subject: [PATCH 084/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 947 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index d7892a6..64a8ea9 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1063 + - image: git.ar21.de/yolokube/dashboard:1066 imagePullPolicy: Always livenessProbe: httpGet: From 393ecba13d12d0be61c11db17e65e50319f78285 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 May 2024 08:17:58 +0000 Subject: [PATCH 085/149] Update Helm release loki to v6.5.0 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 1a25cef..1f31cac 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.3.4 + targetRevision: 6.5.0 helm: releaseName: loki valueFiles: From fae0e36f32b5534bbc57fd229ba4689d7b23c151 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 15:19:49 +0000 Subject: [PATCH 086/149] DASHBOARD STAGING: update image tag to 1067 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 402baff..7d6ff4b 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1064 + newTag: staging-1067 namespace: dashboard-staging patches: - patch: |- From 199bb13821d7838317e1062816368d52348777f7 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 15:19:58 +0000 Subject: [PATCH 087/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 949 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 84ea19b..ac16d7a 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1064 + - image: git.ar21.de/yolokube/dashboard:staging-1067 imagePullPolicy: Always livenessProbe: httpGet: From d06f6164f75693963d9e6af8e45d5e57bd933db0 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 15:20:38 +0000 Subject: [PATCH 088/149] DASHBOARD: update image tag to 1069 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 8c52be8..bb63d06 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1066" + newTag: "1069" namespace: dashboard From 9f7620734fc9d9ce4d80f2c71880b2a15a483474 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 15:20:45 +0000 Subject: [PATCH 089/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 950 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 64a8ea9..7623a23 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1066 + - image: git.ar21.de/yolokube/dashboard:1069 imagePullPolicy: Always livenessProbe: httpGet: From a2b6695072704b8c8694aeb5fa8e32e37a1b320a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 19:19:33 +0000 Subject: [PATCH 090/149] DASHBOARD STAGING: update image tag to 1070 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 7d6ff4b..c00a067 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1067 + newTag: staging-1070 namespace: dashboard-staging patches: - patch: |- From 23fb2438a96d323cc34d44dbc6eb9a91e2270c99 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 19:19:42 +0000 Subject: [PATCH 091/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 953 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index ac16d7a..d8797e1 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1067 + - image: git.ar21.de/yolokube/dashboard:staging-1070 imagePullPolicy: Always livenessProbe: httpGet: From 4c13c88d825895916bcbafc524c0bd1aac0894d6 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 19:20:23 +0000 Subject: [PATCH 092/149] DASHBOARD: update image tag to 1072 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index bb63d06..d483e30 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1069" + newTag: "1072" namespace: dashboard From f7a9e9dd2a26437ee05a258e3480cf459e6bc09b Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 19:20:30 +0000 Subject: [PATCH 093/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 954 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 7623a23..8296e1c 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1069 + - image: git.ar21.de/yolokube/dashboard:1072 imagePullPolicy: Always livenessProbe: httpGet: From da8c2144e372eeb8095f5efd4b8850d942a41992 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 20:19:47 +0000 Subject: [PATCH 094/149] DASHBOARD STAGING: update image tag to 1073 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index c00a067..fafe7e5 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1070 + newTag: staging-1073 namespace: dashboard-staging patches: - patch: |- From 9e0e3b532781eba68eff471a00bde9dd8be81cbe Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 20:19:56 +0000 Subject: [PATCH 095/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 955 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index d8797e1..d2c4b22 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1070 + - image: git.ar21.de/yolokube/dashboard:staging-1073 imagePullPolicy: Always livenessProbe: httpGet: From aa5fca602d7ec83854dcfd4fc5067b523390aea8 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 20:20:38 +0000 Subject: [PATCH 096/149] DASHBOARD: update image tag to 1075 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index d483e30..68c54d2 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1072" + newTag: "1075" namespace: dashboard From e88bd10c14885da4d3f83084ba3c93470e16ba5a Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 3 May 2024 20:20:48 +0000 Subject: [PATCH 097/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 956 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 8296e1c..c3dfebe 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1072 + - image: git.ar21.de/yolokube/dashboard:1075 imagePullPolicy: Always livenessProbe: httpGet: From e71310385def0e6ec63332014138e0211b0bd321 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 14:18:52 +0000 Subject: [PATCH 098/149] DASHBOARD STAGING: update image tag to 1077 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index fafe7e5..a0f3efb 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1073 + newTag: staging-1077 namespace: dashboard-staging patches: - patch: |- From 48c074edeffb9f7e87a4b7f944f4889cc466f534 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 14:19:00 +0000 Subject: [PATCH 099/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 957 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index d2c4b22..f30676c 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1073 + - image: git.ar21.de/yolokube/dashboard:staging-1077 imagePullPolicy: Always livenessProbe: httpGet: From 05c9ab5f1ab8be0b57838c66d2a752dff02c76a3 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 15:19:13 +0000 Subject: [PATCH 100/149] DASHBOARD: update image tag to 1079 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 68c54d2..c6fa8d2 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1075" + newTag: "1079" namespace: dashboard From c495990f48c9799ac723aeca108f274569155b63 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 15:19:21 +0000 Subject: [PATCH 101/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 958 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index c3dfebe..efdc8e6 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1075 + - image: git.ar21.de/yolokube/dashboard:1079 imagePullPolicy: Always livenessProbe: httpGet: From b8b645efa884a52a16a8df671662705308ce210c Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 17:19:15 +0000 Subject: [PATCH 102/149] DASHBOARD STAGING: update image tag to 1081 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index a0f3efb..95f4b1b 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1077 + newTag: staging-1081 namespace: dashboard-staging patches: - patch: |- From 3029563fae4e835f80ecbc81d76fe363a822d541 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 17:19:22 +0000 Subject: [PATCH 103/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 959 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index f30676c..8b2fb4e 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1077 + - image: git.ar21.de/yolokube/dashboard:staging-1081 imagePullPolicy: Always livenessProbe: httpGet: From bbf85d3a9676d887114034cef66b6e16ce917033 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 18:18:48 +0000 Subject: [PATCH 104/149] DASHBOARD: update image tag to 1083 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index c6fa8d2..2a75aa5 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1079" + newTag: "1083" namespace: dashboard From 1d050156cc90ef8d3e5f0099c53b883e1707f7fc Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 6 May 2024 18:18:55 +0000 Subject: [PATCH 105/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 960 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index efdc8e6..3cb02eb 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1079 + - image: git.ar21.de/yolokube/dashboard:1083 imagePullPolicy: Always livenessProbe: httpGet: From be50b08fc7414e48f2d98f4004011d008cb06168 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 11:19:31 +0000 Subject: [PATCH 106/149] DASHBOARD STAGING: update image tag to 1084 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 95f4b1b..29b82dc 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1081 + newTag: staging-1084 namespace: dashboard-staging patches: - patch: |- From 3d1e4443c53dc3148cab8dc12f1e7264f0b7fb80 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 11:19:41 +0000 Subject: [PATCH 107/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 961 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 8b2fb4e..2bd9ad9 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1081 + - image: git.ar21.de/yolokube/dashboard:staging-1084 imagePullPolicy: Always livenessProbe: httpGet: From 612c85e1bbb974c82243a30ec24567a9bd13c9a7 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 11:20:27 +0000 Subject: [PATCH 108/149] DASHBOARD: update image tag to 1086 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 2a75aa5..1b265e6 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1083" + newTag: "1086" namespace: dashboard From 54278dfe535e92ee8306d4817cd4eabfe067161f Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 11:20:34 +0000 Subject: [PATCH 109/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 962 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 3cb02eb..a740f8c 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1083 + - image: git.ar21.de/yolokube/dashboard:1086 imagePullPolicy: Always livenessProbe: httpGet: From 36173dddef2c95f1bb3b81838d403f5de468b8d4 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 21:19:01 +0000 Subject: [PATCH 110/149] DASHBOARD STAGING: update image tag to 1087 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 29b82dc..183a145 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1084 + newTag: staging-1087 namespace: dashboard-staging patches: - patch: |- From fea072ed912c9c947eea9575d782165a5872731d Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 21:19:10 +0000 Subject: [PATCH 111/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 963 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 2bd9ad9..8759a82 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1084 + - image: git.ar21.de/yolokube/dashboard:staging-1087 imagePullPolicy: Always livenessProbe: httpGet: From 534fad06da916bb551429fe1dda7eaac2ab71640 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 21:19:55 +0000 Subject: [PATCH 112/149] DASHBOARD: update image tag to 1089 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 1b265e6..d13477d 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1086" + newTag: "1089" namespace: dashboard From 37e4d11752665a011edfd3c6c56eb276667198c0 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 7 May 2024 21:20:02 +0000 Subject: [PATCH 113/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 964 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index a740f8c..556fa1f 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1086 + - image: git.ar21.de/yolokube/dashboard:1089 imagePullPolicy: Always livenessProbe: httpGet: From 20531f882a65e1c22e3f94ed3b147c30dcc8793d Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 8 May 2024 12:19:11 +0000 Subject: [PATCH 114/149] DASHBOARD STAGING: update image tag to 1091 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 183a145..b41f7b0 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1087 + newTag: staging-1091 namespace: dashboard-staging patches: - patch: |- From d6a0dec7aa75205fbeb534b3510cd66b7825764f Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 8 May 2024 12:19:20 +0000 Subject: [PATCH 115/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 965 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 8759a82..ed62f30 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1087 + - image: git.ar21.de/yolokube/dashboard:staging-1091 imagePullPolicy: Always livenessProbe: httpGet: From 901bea70a00a9848d0a2be8e3a8e05b23f2d3fd2 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 8 May 2024 12:20:01 +0000 Subject: [PATCH 116/149] DASHBOARD: update image tag to 1093 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index d13477d..82e2ea9 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1089" + newTag: "1093" namespace: dashboard From 82637894290edfc8572b71631cccb74bfbd42bc1 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 8 May 2024 12:20:09 +0000 Subject: [PATCH 117/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 966 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 556fa1f..2aeac80 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1089 + - image: git.ar21.de/yolokube/dashboard:1093 imagePullPolicy: Always livenessProbe: httpGet: From d3d42cda1dff003725d428bf8320f9da112fe1ef Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 9 May 2024 18:19:23 +0000 Subject: [PATCH 118/149] DASHBOARD STAGING: update image tag to 1094 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index b41f7b0..b2d5c25 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1091 + newTag: staging-1094 namespace: dashboard-staging patches: - patch: |- From d25b745435f2ed15f8e16326398be78100f8045b Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 9 May 2024 18:19:32 +0000 Subject: [PATCH 119/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 968 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index ed62f30..b289ced 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1091 + - image: git.ar21.de/yolokube/dashboard:staging-1094 imagePullPolicy: Always livenessProbe: httpGet: From 3bbf34aa92e74aded211cd4104402ccc88d687c0 Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 9 May 2024 18:20:14 +0000 Subject: [PATCH 120/149] DASHBOARD: update image tag to 1096 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 82e2ea9..a2b7df3 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1093" + newTag: "1096" namespace: dashboard From 8ad56d2f66cd0f701915e56a8e76a39f451a8aed Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 9 May 2024 18:20:21 +0000 Subject: [PATCH 121/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 969 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 2aeac80..1202b02 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1093 + - image: git.ar21.de/yolokube/dashboard:1096 imagePullPolicy: Always livenessProbe: httpGet: From d5357239931e01aefe61de68a2a20bcc876351b1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 May 2024 16:17:20 +0000 Subject: [PATCH 122/149] Update Helm release loki to v6.5.2 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 483f289..c7f2876 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.5.0 + targetRevision: 6.5.2 helm: releaseName: loki valueFiles: From bb85935c49f5d04c37b1b4cbf5c7fdb9d9738349 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 13 May 2024 17:19:35 +0000 Subject: [PATCH 123/149] DASHBOARD STAGING: update image tag to 1097 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index b2d5c25..abd67cd 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1094 + newTag: staging-1097 namespace: dashboard-staging patches: - patch: |- From 20ebde8d2f2d82c0db9d1a8190ca1b647bcca66c Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 13 May 2024 17:19:44 +0000 Subject: [PATCH 124/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 971 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index b289ced..ef2cb61 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1094 + - image: git.ar21.de/yolokube/dashboard:staging-1097 imagePullPolicy: Always livenessProbe: httpGet: From e7a165dad9bbf7fa2538f32ca9f21178a2109160 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 13 May 2024 17:20:22 +0000 Subject: [PATCH 125/149] DASHBOARD: update image tag to 1099 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index a2b7df3..cc25650 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1096" + newTag: "1099" namespace: dashboard From ecb231467244bd4a7a2aa5de3a0f5b3634166604 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 13 May 2024 17:20:30 +0000 Subject: [PATCH 126/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 972 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 1202b02..f725947 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1096 + - image: git.ar21.de/yolokube/dashboard:1099 imagePullPolicy: Always livenessProbe: httpGet: From 1762d030e91463bafca0f6bd76b5a64ac6f1fb45 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 14 May 2024 06:19:18 +0000 Subject: [PATCH 127/149] DASHBOARD STAGING: update image tag to 1101 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index abd67cd..b9af9d3 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1097 + newTag: staging-1101 namespace: dashboard-staging patches: - patch: |- From cdee7e03455b1203e341e040daa1b0ad59895fe1 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 14 May 2024 06:19:27 +0000 Subject: [PATCH 128/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 973 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index ef2cb61..6a6feb4 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1097 + - image: git.ar21.de/yolokube/dashboard:staging-1101 imagePullPolicy: Always livenessProbe: httpGet: From 7e8b80f123dc396c46abdee40e2ecae296dbd6c5 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 14 May 2024 06:20:07 +0000 Subject: [PATCH 129/149] DASHBOARD: update image tag to 1103 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index cc25650..de3b71f 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1099" + newTag: "1103" namespace: dashboard From 13aa200063183e4fc3af107f289025118b80d845 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 14 May 2024 06:20:14 +0000 Subject: [PATCH 130/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 974 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index f725947..e647223 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1099 + - image: git.ar21.de/yolokube/dashboard:1103 imagePullPolicy: Always livenessProbe: httpGet: From 22b2b6da5085c6bc4b6cced95b8791e2a2295e84 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 17 May 2024 21:08:07 +0000 Subject: [PATCH 131/149] DASHBOARD STAGING: update image tag to 1104 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index b9af9d3..68322c5 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1101 + newTag: staging-1104 namespace: dashboard-staging patches: - patch: |- From 2eb2b4dd8561101ac20b8852837010be6853aa14 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 17 May 2024 21:08:17 +0000 Subject: [PATCH 132/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 976 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index 6a6feb4..b8d5afb 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1101 + - image: git.ar21.de/yolokube/dashboard:staging-1104 imagePullPolicy: Always livenessProbe: httpGet: From a23afb415b7a934ff791540db9dd16eeed0e6380 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 17 May 2024 21:08:55 +0000 Subject: [PATCH 133/149] DASHBOARD: update image tag to 1106 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index de3b71f..7081076 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1103" + newTag: "1106" namespace: dashboard From 2447de702c7d7d29da20101c7cf38fad1d2e08c5 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 17 May 2024 21:09:03 +0000 Subject: [PATCH 134/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 977 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index e647223..dc295fe 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1103 + - image: git.ar21.de/yolokube/dashboard:1106 imagePullPolicy: Always livenessProbe: httpGet: From ac8ebe79102698a8a22ebca0febf3c6c3d059b0f Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 May 2024 18:19:25 +0000 Subject: [PATCH 135/149] DASHBOARD STAGING: update image tag to 1107 (done automagically via Drone pipeline) --- dashboard/overlays/staging/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/staging/kustomization.yaml b/dashboard/overlays/staging/kustomization.yaml index 68322c5..5eb96e4 100644 --- a/dashboard/overlays/staging/kustomization.yaml +++ b/dashboard/overlays/staging/kustomization.yaml @@ -5,7 +5,7 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: staging-1104 + newTag: staging-1107 namespace: dashboard-staging patches: - patch: |- From 934a6496a72274130643462265134d9bac19b990 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 May 2024 18:19:34 +0000 Subject: [PATCH 136/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 978 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/staging/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/staging/dashboard.yaml b/dashboard/staging/dashboard.yaml index b8d5afb..c011df9 100644 --- a/dashboard/staging/dashboard.yaml +++ b/dashboard/staging/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:staging-1104 + - image: git.ar21.de/yolokube/dashboard:staging-1107 imagePullPolicy: Always livenessProbe: httpGet: From 34ec94d2b3a065f7a7f934509e9c68b7eb329ca8 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 May 2024 18:20:17 +0000 Subject: [PATCH 137/149] DASHBOARD: update image tag to 1109 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 7081076..181ab57 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1106" + newTag: "1109" namespace: dashboard From 778e90a6b798a3f28a247475402ef5978fae2bbe Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 20 May 2024 18:20:25 +0000 Subject: [PATCH 138/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 979 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index dc295fe..564837c 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1106 + - image: git.ar21.de/yolokube/dashboard:1109 imagePullPolicy: Always livenessProbe: httpGet: From b98eb1f4618d27306c20f8a70d2bcc57d4b52339 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 22 May 2024 12:17:30 +0000 Subject: [PATCH 139/149] Update Helm release traefik to v28.1.0 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index c7f2876..5573c1b 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -9,7 +9,7 @@ spec: sources: - repoURL: https://traefik.github.io/charts chart: traefik - targetRevision: 28.0.0 + targetRevision: 28.1.0 helm: releaseName: traefik valueFiles: From 774fe47856872a572d2ad1c936b31fec9dc725ec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 May 2024 02:17:29 +0000 Subject: [PATCH 140/149] Update Helm release longhorn to v1.6.2 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index c7f2876..6693737 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -63,7 +63,7 @@ spec: sources: - repoURL: https://charts.longhorn.io chart: longhorn - targetRevision: 1.6.1 # 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.2 # 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: From 4bce560e0f1089af6f33ba312066f5438bdbe56d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 23 May 2024 21:17:41 +0000 Subject: [PATCH 141/149] Update Helm release loki to v6.6.0 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 5ae979d..25060d4 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.5.2 + targetRevision: 6.6.0 helm: releaseName: loki valueFiles: From de95111b07d77592be7aa4301fbbdafd518e8233 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 24 May 2024 09:58:15 +0200 Subject: [PATCH 142/149] Update kustomize-ci image name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2cf4da0..efd305b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: deploy steps: - name: kustomize build dashboard (prod + staging) - image: aaronriedel/kustomize-ci + image: git.ar21.de/aaron/kustomize-ci commands: - cd /deployment-repo - git clone https://git.ar21.de/yolokube/core-deployments.git . @@ -19,7 +19,7 @@ steps: event: - push - name: kustomize build dashboard (staging) - image: aaronriedel/kustomize-ci + image: git.ar21.de/aaron/kustomize-ci commands: - cd /deployment-repo - git clone https://git.ar21.de/yolokube/core-deployments.git . From 71b6f5db652cf5739cae17482f15884b556021fa Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 24 May 2024 08:03:54 +0000 Subject: [PATCH 143/149] DASHBOARD: update image tag to 1110 (done automagically via Drone pipeline) --- dashboard/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/overlays/prod/kustomization.yaml b/dashboard/overlays/prod/kustomization.yaml index 181ab57..e11653b 100644 --- a/dashboard/overlays/prod/kustomization.yaml +++ b/dashboard/overlays/prod/kustomization.yaml @@ -5,5 +5,5 @@ kind: Kustomization images: - name: git.ar21.de/yolokube/dashboard newName: git.ar21.de/yolokube/dashboard - newTag: "1109" + newTag: "1110" namespace: dashboard From bae5635adc68b17783c7ca00c84c8eddc771bbde Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 24 May 2024 08:06:08 +0000 Subject: [PATCH 144/149] KUSTOMIZE BUILD: rebuild dashboard deployment with kustomize 987 (done automagically via Drone pipeline) [CI SKIP] --- dashboard/prod/dashboard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/prod/dashboard.yaml b/dashboard/prod/dashboard.yaml index 564837c..06e5f17 100644 --- a/dashboard/prod/dashboard.yaml +++ b/dashboard/prod/dashboard.yaml @@ -34,7 +34,7 @@ spec: app: dashboard spec: containers: - - image: git.ar21.de/yolokube/dashboard:1109 + - image: git.ar21.de/yolokube/dashboard:1110 imagePullPolicy: Always livenessProbe: httpGet: From 92a382d8f7630992f8a499f3d19477b8e566ce35 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 May 2024 13:17:29 +0000 Subject: [PATCH 145/149] Update Helm release loki to v6.6.1 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 25060d4..dab49d9 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -218,7 +218,7 @@ spec: sources: - chart: loki repoURL: https://grafana.github.io/helm-charts - targetRevision: 6.6.0 + targetRevision: 6.6.1 helm: releaseName: loki valueFiles: From cebf59ed2006b0a0eacd268de17d7ad43284198e Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sun, 26 May 2024 14:35:54 +0200 Subject: [PATCH 146/149] add cilium to argocd --- app-files/core-deployments.yaml | 33 +++++++++++++++++++++++++++++ cilium/values.yaml | 37 +++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 cilium/values.yaml diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index dab49d9..7229f81 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -126,6 +126,39 @@ spec: --- apiVersion: argoproj.io/v1alpha1 kind: Application +metadata: + name: cilium + namespace: argocd +spec: + project: default + sources: + - chart: cilium + repoURL: https://helm.cilium.io/ + targetRevision: 1.15.5 + helm: + releaseName: cilium-cni + valueFiles: + - $values/cilium/values.yaml + - repoURL: https://git.ar21.de/yolokube/core-deployments.git + targetRevision: HEAD + ref: values + - repoURL: https://git.ar21.de/yolokube/core-deployments.git + targetRevision: HEAD + path: cilium + destination: + server: https://kubernetes.default.svc + namespace: kube-cilium + syncPolicy: + syncOptions: + - CreateNamespace=true + - ServerSideApply=true + + automated: + selfHeal: false + prune: true +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application metadata: name: node-labeler namespace: argocd diff --git a/cilium/values.yaml b/cilium/values.yaml new file mode 100644 index 0000000..f110c6d --- /dev/null +++ b/cilium/values.yaml @@ -0,0 +1,37 @@ +encryption: + enabled: false +ipam: + mode: kubernetes + operator: + clusterPoolIPv4PodCIDRList: + - "10.1.0.0/16" + clusterPoolIPv6PodCIDRList: + - "fd01::/104" +ipv6: + enabled: true +ipv4: + enabled: true +prometheus: + enabled: true + serviceMonitor: + enabled: true +dashboards: + enabled: true +operator: + prometheus: + serviceMonitor: + enabled: true + dashboards: + enabled: true +hostPort: + enabled: true +envoy: + enabled: false + prometheus: + enabled: false +proxy: + prometheus: + enabled: false +tunnel: vxlan +enableIPv4Masquerade: true +enableIPv6Masquerade: true From 73af6c6473329a7be69761d56a5cade590f1b081 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sun, 26 May 2024 15:06:40 +0200 Subject: [PATCH 147/149] app-files/core-deployments.yaml: bump prometheus-kube-stack to 58.7.2 --- app-files/core-deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 7229f81..40b0405 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -101,7 +101,7 @@ spec: sources: - chart: kube-prometheus-stack repoURL: https://prometheus-community.github.io/helm-charts - targetRevision: 58.0.1 + targetRevision: 58.7.2 helm: releaseName: prometheus valueFiles: From b7eca9be46cddef3341271be0f2b63ffd17260ba Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Sun, 26 May 2024 15:15:59 +0200 Subject: [PATCH 148/149] README.md: update overview panel --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a0f7200..117f413 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Please find the Documentation in the [Wiki](https://git.ar21.de/yolokube/masterplan/wiki/Core-Deployments). +[![App Status](https://argo.services.yolokube.de/api/badge?name=cilium)](https://argo.services.yolokube.de/applications/cilium) Cilium + [![App Status](https://argo.services.yolokube.de/api/badge?name=dashboard)](https://argo.services.yolokube.de/applications/dashboard) Dashboard [![App Status](https://argo.services.yolokube.de/api/badge?name=dashboard-staging)](https://argo.services.yolokube.de/applications/dashboard-staging) Dashboard (staging) From 32bf1481df89686cbbdb1270ade4042f7a0355cb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 May 2024 13:17:29 +0000 Subject: [PATCH 149/149] Update dependency https://github.com/kubernetes-csi/external-snapshotter.git to v6.3.4 --- app-files/core-deployments.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-files/core-deployments.yaml b/app-files/core-deployments.yaml index 40b0405..f3ac1fe 100644 --- a/app-files/core-deployments.yaml +++ b/app-files/core-deployments.yaml @@ -75,10 +75,10 @@ spec: targetRevision: HEAD path: longhorn - 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.3.4 # <-- 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.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.3.4 # <-- 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