From e09dde470af6604ae7b4ca02410b6c3e119af92a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Nov 2023 21:01:44 +0000 Subject: [PATCH 01/16] Update ghcr.io/tailscale/tailscale Docker tag to v1.54 --- manifests/auth-proxy/auth-proxy.yaml | 2 +- manifests/auth-proxy/internal-proxy.yaml | 2 +- manifests/auth-proxy/non-auth-proxy.yaml | 2 +- manifests/proxy-civo/non-auth-proxy.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/manifests/auth-proxy/auth-proxy.yaml b/manifests/auth-proxy/auth-proxy.yaml index 2cf239d..4624bf3 100644 --- a/manifests/auth-proxy/auth-proxy.yaml +++ b/manifests/auth-proxy/auth-proxy.yaml @@ -148,7 +148,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.52 + image: ghcr.io/tailscale/tailscale:v1.54 imagePullPolicy: Always env: - name: TS_AUTH_KEY diff --git a/manifests/auth-proxy/internal-proxy.yaml b/manifests/auth-proxy/internal-proxy.yaml index 3b56d2e..58668c0 100644 --- a/manifests/auth-proxy/internal-proxy.yaml +++ b/manifests/auth-proxy/internal-proxy.yaml @@ -102,7 +102,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.52 + image: ghcr.io/tailscale/tailscale:v1.54 imagePullPolicy: Always tty: true env: diff --git a/manifests/auth-proxy/non-auth-proxy.yaml b/manifests/auth-proxy/non-auth-proxy.yaml index 5cd0690..8290b9c 100644 --- a/manifests/auth-proxy/non-auth-proxy.yaml +++ b/manifests/auth-proxy/non-auth-proxy.yaml @@ -109,7 +109,7 @@ spec: requests: memory: 50Mi - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.52 + image: ghcr.io/tailscale/tailscale:v1.54 imagePullPolicy: Always tty: true env: diff --git a/manifests/proxy-civo/non-auth-proxy.yaml b/manifests/proxy-civo/non-auth-proxy.yaml index 3dd6010..0c890fd 100644 --- a/manifests/proxy-civo/non-auth-proxy.yaml +++ b/manifests/proxy-civo/non-auth-proxy.yaml @@ -111,7 +111,7 @@ spec: - name: host-mappings mountPath: /config/ - name: tailscale - image: ghcr.io/tailscale/tailscale:v1.52 + image: ghcr.io/tailscale/tailscale:v1.54 imagePullPolicy: Always tty: true env: From a0fa1f9188f4a86258109f61885d0afe40aafae7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 21 Nov 2023 12:01:22 +0000 Subject: [PATCH 02/16] Update vectorim/element-web Docker tag to v1.11.50 --- manifests/matrix_chart/matrix_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index e33a664..9d07bd6 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -354,7 +354,7 @@ spec: fsGroup: 1000 containers: - name: "riot" - image: "vectorim/element-web:v1.11.49" + image: "vectorim/element-web:v1.11.50" imagePullPolicy: IfNotPresent ports: - name: http From 8b26ba278e669c2e8fb16e92dc943f6cadd6650d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 26 Nov 2023 18:01:21 +0000 Subject: [PATCH 03/16] Update gitea/gitea Docker tag to v1.21.1 --- manifests/gitea/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index ef804a6..cb83793 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -42,7 +42,7 @@ spec: spec: containers: - name: git - image: gitea/gitea:1.21.0 + image: gitea/gitea:1.21.1 env: - name: APP_NAME value: "Git" From 152af1446e9db58d01161d634cf10fef04513089 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Nov 2023 15:03:28 +0000 Subject: [PATCH 04/16] Update matrixdotorg/synapse Docker tag to v1.97.0 --- manifests/matrix_chart/matrix_chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index 9d07bd6..d4867c9 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -431,7 +431,7 @@ spec: fsGroup: 1000 initContainers: - name: generate-signing-key - image: "matrixdotorg/synapse:v1.96.1" + image: "matrixdotorg/synapse:v1.97.0" imagePullPolicy: IfNotPresent env: - name: SYNAPSE_SERVER_NAME @@ -458,7 +458,7 @@ spec: mountPath: /data/keys containers: - name: "synapse" - image: "matrixdotorg/synapse:v1.96.1" + image: "matrixdotorg/synapse:v1.97.0" imagePullPolicy: IfNotPresent ports: - name: http From e98e29cf61cb191940efc14329f057576aee5368 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Nov 2023 21:13:55 +0000 Subject: [PATCH 05/16] Update nextcloud Docker tag to v27.1.4 --- manifests/nextcloud_chart/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 34e0060..b2b0103 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:27.1.3-apache" + image: "nextcloud:27.1.4-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:27.1.3-apache" + image: "nextcloud:27.1.4-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: From fee0773df2343369b3de9524b7ddc5a4db22781f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 30 Nov 2023 21:03:40 +0000 Subject: [PATCH 06/16] Update nodered/node-red Docker tag to v3.1.1 --- manifests/nodered/nodered.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index 9acd6c8..b5b5139 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -58,7 +58,7 @@ spec: mountPath: /data containers: - name: web - image: nodered/node-red:3.1.0-14 + image: nodered/node-red:3.1.1-14 imagePullPolicy: Always ports: - containerPort: 1880 From 99d87bcab2ab86eb53a21b2bdafd58084c6a90c4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 Dec 2023 15:04:35 +0000 Subject: [PATCH 07/16] Update vectorim/element-web Docker tag to v1.11.51 --- manifests/matrix_chart/matrix_chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index d4867c9..c371732 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -354,7 +354,7 @@ spec: fsGroup: 1000 containers: - name: "riot" - image: "vectorim/element-web:v1.11.50" + image: "vectorim/element-web:v1.11.51" imagePullPolicy: IfNotPresent ports: - name: http From 40fc4df5a9c02191467ffd254a353de981f06e02 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 6 Dec 2023 15:02:44 +0000 Subject: [PATCH 08/16] Update outlinewiki/outline Docker tag to v0.74.0 --- manifests/outline/outline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index 67114e9..09cec0e 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -45,7 +45,7 @@ spec: spec: containers: - name: outline - image: outlinewiki/outline:0.73.1 + image: outlinewiki/outline:0.74.0 imagePullPolicy: IfNotPresent env: - name: ALLOWED_DOMAINS From 3319f832e2db7d1521aa5dad5708bc804345546c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Dec 2023 15:01:25 +0000 Subject: [PATCH 09/16] Update nodered/node-red Docker tag to v3.1.2 --- manifests/nodered/nodered.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index b5b5139..6329b05 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -58,7 +58,7 @@ spec: mountPath: /data containers: - name: web - image: nodered/node-red:3.1.1-14 + image: nodered/node-red:3.1.2-14 imagePullPolicy: Always ports: - containerPort: 1880 From d44ecda0ebdb1d7899f2dbeb691a75a950ee7038 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 7 Dec 2023 21:01:21 +0000 Subject: [PATCH 10/16] Update nodered/node-red Docker tag to v3.1.3 --- manifests/nodered/nodered.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index 6329b05..a417073 100644 --- a/manifests/nodered/nodered.yaml +++ b/manifests/nodered/nodered.yaml @@ -58,7 +58,7 @@ spec: mountPath: /data containers: - name: web - image: nodered/node-red:3.1.2-14 + image: nodered/node-red:3.1.3-14 imagePullPolicy: Always ports: - containerPort: 1880 From a9410bb02498f45e52761d077c88f9ea9f0c588d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Dec 2023 21:09:28 +0000 Subject: [PATCH 11/16] Update grafana/promtail Docker tag to v2.9.3 --- manifests/monitoring-civo/promtail.yaml | 2 +- manifests/monitoring/promtail.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/monitoring-civo/promtail.yaml b/manifests/monitoring-civo/promtail.yaml index 9e22776..0118b51 100644 --- a/manifests/monitoring-civo/promtail.yaml +++ b/manifests/monitoring-civo/promtail.yaml @@ -236,7 +236,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.9.2" + image: "grafana/promtail:2.9.3" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 966619a..b0bc06c 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -215,7 +215,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.9.2" + image: "grafana/promtail:2.9.3" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" From d1d38e29e61fe8e71c5ce925b95a4ebf9a19d94e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Dec 2023 09:01:56 +0000 Subject: [PATCH 12/16] Update gitea/gitea Docker tag to v1.21.2 --- manifests/gitea/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index cb83793..89e2ac0 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -42,7 +42,7 @@ spec: spec: containers: - name: git - image: gitea/gitea:1.21.1 + image: gitea/gitea:1.21.2 env: - name: APP_NAME value: "Git" From 31f4627157d3786f2da53bdf73f33e6f99cbd2de Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 12 Dec 2023 18:03:50 +0000 Subject: [PATCH 13/16] Update matrixdotorg/synapse Docker tag to v1.98.0 --- manifests/matrix_chart/matrix_chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index c371732..487a05b 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -431,7 +431,7 @@ spec: fsGroup: 1000 initContainers: - name: generate-signing-key - image: "matrixdotorg/synapse:v1.97.0" + image: "matrixdotorg/synapse:v1.98.0" imagePullPolicy: IfNotPresent env: - name: SYNAPSE_SERVER_NAME @@ -458,7 +458,7 @@ spec: mountPath: /data/keys containers: - name: "synapse" - image: "matrixdotorg/synapse:v1.97.0" + image: "matrixdotorg/synapse:v1.98.0" imagePullPolicy: IfNotPresent ports: - name: http From 60e20a3033879a633f34fe38b4bea58bba3f02d2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Dec 2023 00:03:41 +0000 Subject: [PATCH 14/16] Update victoriametrics/vmagent Docker tag to v1.96.0 --- manifests/monitoring-civo/vmagent.yaml | 2 +- manifests/monitoring/vmagent.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/monitoring-civo/vmagent.yaml b/manifests/monitoring-civo/vmagent.yaml index 298c313..02a06ef 100644 --- a/manifests/monitoring-civo/vmagent.yaml +++ b/manifests/monitoring-civo/vmagent.yaml @@ -147,7 +147,7 @@ spec: serviceAccountName: prometheus-server containers: - name: vmagent - image: "victoriametrics/vmagent:v1.95.1" + image: "victoriametrics/vmagent:v1.96.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.proxy-civo.svc/insert/0/prometheus/ diff --git a/manifests/monitoring/vmagent.yaml b/manifests/monitoring/vmagent.yaml index 5242c9a..ed55f0d 100644 --- a/manifests/monitoring/vmagent.yaml +++ b/manifests/monitoring/vmagent.yaml @@ -153,7 +153,7 @@ spec: serviceAccountName: prometheus-server containers: - name: vmagent - image: "victoriametrics/vmagent:v1.95.1" + image: "victoriametrics/vmagent:v1.96.0" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/ From b9a981b9f1e3cca8bc176ed923c711f55a32f761 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Dec 2023 00:03:48 +0000 Subject: [PATCH 15/16] Update nextcloud Docker tag to v28 --- manifests/nextcloud_chart/manifest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index b2b0103..83d1f48 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:27.1.4-apache" + image: "nextcloud:28.0.0-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:27.1.4-apache" + image: "nextcloud:28.0.0-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: From 0809d35c87158c280a344951cfcfb8a4df68f829 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Dec 2023 03:04:21 +0000 Subject: [PATCH 16/16] Update ghcr.io/miniflux/miniflux Docker tag to v2.0.51 --- manifests/rss/miniflux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/rss/miniflux.yaml b/manifests/rss/miniflux.yaml index 9306a80..70f1395 100644 --- a/manifests/rss/miniflux.yaml +++ b/manifests/rss/miniflux.yaml @@ -66,7 +66,7 @@ spec: spec: containers: - name: web - image: ghcr.io/miniflux/miniflux:2.0.50 + image: ghcr.io/miniflux/miniflux:2.0.51 imagePullPolicy: IfNotPresent envFrom: - configMapRef: