Compare commits
9
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3da1cedca7 | ||
|
|
7095c5e93d | ||
|
|
9fbccc8cc0 | ||
|
|
17068ffa30 | ||
|
|
97bb76165e | ||
|
|
6bb72b07cb | ||
|
|
74f888ab60 | ||
|
|
5383cf6277 | ||
|
|
66e09072fa |
@@ -53,7 +53,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: airtrail
|
||||
image: johly/airtrail:v3.11.1
|
||||
image: johly/airtrail:v3.12.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: git
|
||||
image: gitea/gitea:1.27.1
|
||||
image: gitea/gitea:1.27.2
|
||||
env:
|
||||
- name: APP_NAME
|
||||
value: "Git"
|
||||
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
serviceAccountName: prometheus-server
|
||||
containers:
|
||||
- name: vmagent
|
||||
image: "victoriametrics/vmagent:v1.148.0"
|
||||
image: "victoriametrics/vmagent:v1.149.0"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
args:
|
||||
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
|
||||
|
||||
@@ -206,7 +206,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:34.0.2-apache"
|
||||
image: "nextcloud:34.0.3-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SQLITE_DATABASE
|
||||
@@ -340,7 +340,7 @@ spec:
|
||||
mountPath: /var/www/html/config/smtp.config.php
|
||||
subPath: smtp.config.php
|
||||
- name: cron
|
||||
image: "nextcloud:34.0.2-apache"
|
||||
image: "nextcloud:34.0.3-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
Reference in New Issue
Block a user