diff --git a/manifests/gitea/gitea.yaml b/manifests/gitea/gitea.yaml index e1aff1f..d516657 100644 --- a/manifests/gitea/gitea.yaml +++ b/manifests/gitea/gitea.yaml @@ -42,7 +42,7 @@ spec: spec: containers: - name: git - image: gitea/gitea:1.12.3 + image: gitea/gitea:1.16.8 env: - name: APP_NAME value: "Git" diff --git a/manifests/matrix_chart/matrix_chart.yaml b/manifests/matrix_chart/matrix_chart.yaml index 4515760..1d84932 100644 --- a/manifests/matrix_chart/matrix_chart.yaml +++ b/manifests/matrix_chart/matrix_chart.yaml @@ -369,7 +369,7 @@ spec: fsGroup: 1000 containers: - name: "riot" - image: "vectorim/element-web:v1.9.8" + image: "vectorim/element-web:v1.10.12" imagePullPolicy: IfNotPresent ports: - name: http diff --git a/manifests/monitoring/kube-state-metrics.yaml b/manifests/monitoring/kube-state-metrics.yaml index 60ce33f..cba61e5 100644 --- a/manifests/monitoring/kube-state-metrics.yaml +++ b/manifests/monitoring/kube-state-metrics.yaml @@ -237,7 +237,7 @@ spec: - --resources=validatingwebhookconfigurations - --resources=volumeattachments imagePullPolicy: IfNotPresent - image: "k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.1.0" + image: "k8s.gcr.io/kube-state-metrics/kube-state-metrics:v2.4.2" ports: - containerPort: 8080 livenessProbe: diff --git a/manifests/monitoring/node-exporter.yaml b/manifests/monitoring/node-exporter.yaml index 3d5d1bc..f338602 100644 --- a/manifests/monitoring/node-exporter.yaml +++ b/manifests/monitoring/node-exporter.yaml @@ -54,7 +54,7 @@ spec: serviceAccountName: prometheus-node-exporter containers: - name: prometheus-node-exporter - image: "prom/node-exporter:v1.1.2" + image: "prom/node-exporter:v1.3.1" imagePullPolicy: "IfNotPresent" args: - --path.procfs=/host/proc diff --git a/manifests/monitoring/promtail.yaml b/manifests/monitoring/promtail.yaml index d576bce..c87f6cd 100644 --- a/manifests/monitoring/promtail.yaml +++ b/manifests/monitoring/promtail.yaml @@ -257,7 +257,7 @@ spec: serviceAccountName: promtail containers: - name: promtail - image: "grafana/promtail:2.4.1" + image: "grafana/promtail:2.5.0" imagePullPolicy: IfNotPresent args: - "-config.file=/etc/promtail/promtail.yaml" diff --git a/manifests/monitoring/vmagent.yaml b/manifests/monitoring/vmagent.yaml index 9f9ded4..6ce39ce 100644 --- a/manifests/monitoring/vmagent.yaml +++ b/manifests/monitoring/vmagent.yaml @@ -137,7 +137,7 @@ spec: serviceAccountName: prometheus-server containers: - name: vmagent - image: "victoriametrics/vmagent:v1.76.1" + image: "victoriametrics/vmagent:v1.77.2" imagePullPolicy: "IfNotPresent" args: - -remoteWrite.url=http://prometheus.auth-proxy.svc/api/v1/write diff --git a/manifests/nextcloud_chart/manifest.yaml b/manifests/nextcloud_chart/manifest.yaml index 192b9d6..706755c 100644 --- a/manifests/nextcloud_chart/manifest.yaml +++ b/manifests/nextcloud_chart/manifest.yaml @@ -465,7 +465,7 @@ spec: spec: containers: - name: nextcloud - image: "nextcloud:21.0.1-apache" + image: "nextcloud:24.0.1-apache" imagePullPolicy: IfNotPresent env: - name: SQLITE_DATABASE @@ -882,7 +882,7 @@ spec: restartPolicy: Never containers: - name: nextcloud - image: "nextcloud:21.0.1-apache" + image: "nextcloud:24.0.1-apache" imagePullPolicy: IfNotPresent command: [ "curl" ] args: diff --git a/manifests/outline/outline.yaml b/manifests/outline/outline.yaml index fc7ed07..44cf185 100644 --- a/manifests/outline/outline.yaml +++ b/manifests/outline/outline.yaml @@ -49,7 +49,7 @@ spec: - containerPort: 6379 name: redis - name: outline - image: outlinewiki/outline:0.63.0 + image: outlinewiki/outline:0.64.1 imagePullPolicy: IfNotPresent command: - sh diff --git a/manifests/wallabag/wallabag.yaml b/manifests/wallabag/wallabag.yaml index 21980cb..23c906f 100644 --- a/manifests/wallabag/wallabag.yaml +++ b/manifests/wallabag/wallabag.yaml @@ -44,7 +44,7 @@ spec: restartPolicy: OnFailure containers: - name: db-init - image: "wallabag/wallabag:2.4.3" + image: "wallabag/wallabag:2.5.0" imagePullPolicy: IfNotPresent envFrom: - secretRef: @@ -95,7 +95,7 @@ spec: spec: containers: - name: wallabag - image: "wallabag/wallabag:2.4.3" + image: "wallabag/wallabag:2.5.0" imagePullPolicy: IfNotPresent envFrom: - secretRef: