Bump image versions
This commit is contained in:
parent
1eaec16813
commit
1e6cdf20ef
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user