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: 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 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 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 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