diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index 651f2e0..384c1ef 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -363,7 +363,7 @@ spec: fsGroup: 1000 containers: - name: "riot" - image: "vectorim/element-web:v1.11.97" + image: "vectorim/element-web:v1.11.99" imagePullPolicy: IfNotPresent ports: - name: http diff --git a/manifests/monitoring-civo/promtail.yaml b/manifests/monitoring-civo/promtail.yaml index 6353bcd..d390c83 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.13" + image: "grafana/promtail:2.9.14" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index 075b1bd..ba06204 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.13" + image: "grafana/promtail:2.9.14" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 510e323..6abe5c6 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -203,7 +203,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:31.0.2-apache" + image: "nextcloud:31.0.4-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -374,7 +374,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:31.0.2-apache" + image: "nextcloud:31.0.4-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: diff --git a/manifests/rss/miniflux.yaml b/manifests/rss/miniflux.yaml index 4a48b46..9284599 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.2.7 + image: ghcr.io/miniflux/miniflux:2.2.8 imagePullPolicy: IfNotPresent envFrom: - configMapRef: diff --git a/manifests/traefik/traefik.yaml b/manifests/traefik/traefik.yaml index 8ba7541..7b96904 100644 --- a/manifests/traefik/traefik.yaml +++ b/manifests/traefik/traefik.yaml @@ -45,7 +45,7 @@ spec: - --entrypoints.websecure.http.tls=true - --entrypoints.web.http.redirections.entrypoint.to=websecure - --entrypoints.web.http.redirections.entrypoint.scheme=https - image: rancher/mirrored-library-traefik:2.11.22 + image: rancher/mirrored-library-traefik:2.11.24 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3