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/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index ef804a6..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.0 + image: gitea/gitea:1.21.2 env: - name: APP_NAME value: "Git" diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index e33a664..487a05b 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.51" imagePullPolicy: IfNotPresent ports: - name: http @@ -431,7 +431,7 @@ spec: fsGroup: 1000 initContainers: - name: generate-signing-key - image: "matrixdotorg/synapse:v1.96.1" + 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.96.1" + image: "matrixdotorg/synapse:v1.98.0" imagePullPolicy: IfNotPresent ports: - name: http 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-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/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" 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/ diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 34e0060..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.3-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.3-apache" + image: "nextcloud:28.0.0-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: diff --git a/manifests/nodered/nodered.yaml b/manifests/nodered/nodered.yaml index 9acd6c8..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.0-14 + image: nodered/node-red:3.1.3-14 imagePullPolicy: Always ports: - containerPort: 1880 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 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: 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: