From 4f7e5f2f10a78725e158b1b9604bfa0266335116 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Nov 2021 17:43:17 +0000 Subject: [PATCH 1/5] Update docker.io/eclipse-mosquitto Docker tag to v2.0.14 --- mosquitto/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mosquitto/deployment.yaml b/mosquitto/deployment.yaml index c8f35ea..517edb6 100644 --- a/mosquitto/deployment.yaml +++ b/mosquitto/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: mosquitto - image: docker.io/eclipse-mosquitto:2.0.13-openssl + image: docker.io/eclipse-mosquitto:2.0.14-openssl imagePullPolicy: Always ports: - containerPort: 1883 From 85bb465ff1e7df6930f3b2aee739c5458560aadb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Nov 2021 17:43:21 +0000 Subject: [PATCH 2/5] Update docker.io/drone/drone Docker tag to v2.5.0 --- drone/drone.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drone/drone.yaml b/drone/drone.yaml index 72cd5ea..27ca9aa 100644 --- a/drone/drone.yaml +++ b/drone/drone.yaml @@ -30,7 +30,7 @@ spec: envFrom: - secretRef: name: drone - image: docker.io/drone/drone:2.4.0 + image: docker.io/drone/drone:2.5.0 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 From 6f7ac0c3ec1ed76877cdef3ca087f157735321e2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Nov 2021 17:43:17 +0000 Subject: [PATCH 3/5] Update grafana/grafana Docker tag to v8.2.5 --- graphs/grafana.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphs/grafana.yaml b/graphs/grafana.yaml index 213bdc1..acea5df 100644 --- a/graphs/grafana.yaml +++ b/graphs/grafana.yaml @@ -333,7 +333,7 @@ spec: mountPath: "/var/lib/grafana" containers: - name: grafana - image: "grafana/grafana:8.2.3" + image: "grafana/grafana:8.2.5" imagePullPolicy: IfNotPresent volumeMounts: - name: config From 576b2bebe4d59e6d824d1bf0ee6565ca842f48d9 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Nov 2021 17:43:20 +0000 Subject: [PATCH 4/5] Update quay.io/argoproj/argocd Docker tag to v2.1.7 --- argocd/argocd.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/argocd/argocd.yaml b/argocd/argocd.yaml index ad7d1d5..ef5dd36 100644 --- a/argocd/argocd.yaml +++ b/argocd/argocd.yaml @@ -3049,7 +3049,7 @@ spec: - -n - /usr/local/bin/argocd - /shared/argocd-dex - image: quay.io/argoproj/argocd:v2.1.6 + image: quay.io/argoproj/argocd:v2.1.7 imagePullPolicy: Always name: copyutil volumeMounts: @@ -3224,7 +3224,7 @@ spec: key: reposerver.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.6 + image: quay.io/argoproj/argocd:v2.1.7 imagePullPolicy: Always livenessProbe: failureThreshold: 3 @@ -3463,7 +3463,7 @@ spec: key: server.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.6 + image: quay.io/argoproj/argocd:v2.1.7 imagePullPolicy: Always livenessProbe: httpGet: @@ -3653,7 +3653,7 @@ spec: key: controller.default.cache.expiration name: argocd-cmd-params-cm optional: true - image: quay.io/argoproj/argocd:v2.1.6 + image: quay.io/argoproj/argocd:v2.1.7 imagePullPolicy: Always livenessProbe: httpGet: From 2b2e510bc4db45b1995a74eac7c8b1b552044cbf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Nov 2021 17:43:31 +0000 Subject: [PATCH 5/5] Update renovate/renovate Docker tag to v29.12.7 --- renovate/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate/cronjob.yaml b/renovate/cronjob.yaml index e01ffb1..f4fccba 100644 --- a/renovate/cronjob.yaml +++ b/renovate/cronjob.yaml @@ -12,7 +12,7 @@ spec: containers: - name: renovate # Update this to the latest available and then enable Renovate on the manifest - image: renovate/renovate:29.10.1-slim + image: renovate/renovate:29.12.7-slim # Environment Variables env: - name: RENOVATE_PLATFORM