Compare commits
23
Commits
cfa503a0d7
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a1e3138588
|
||
|
|
29b5f9b6d7
|
||
|
|
dc0832ed70
|
||
|
|
3c3fb73708 | ||
|
|
966776772b | ||
|
|
d8c23afe95 | ||
|
|
b444bb6225 | ||
|
|
4aaa96c695 | ||
|
|
dcc6e371cf | ||
|
|
183dc20d35 | ||
|
|
1355d27bd9 | ||
|
|
2f68b2d875 | ||
|
|
407555362a | ||
|
|
397f2640ad | ||
|
|
782eabcbd3 | ||
|
|
2e20ea10e6 | ||
|
|
10012bd5b0 | ||
|
|
97f1a7f069 | ||
|
|
3f670fcd3c | ||
|
|
bc60301944 | ||
|
|
846f2d8c49 | ||
|
|
3b4aa26ff4 | ||
|
|
2153672357 |
@@ -35,7 +35,7 @@ spec:
|
||||
name: cluster-fun (v2)
|
||||
source:
|
||||
repoURL: 'https://charts.jetstack.io'
|
||||
targetRevision: v1.21.1
|
||||
targetRevision: v1.21.2
|
||||
chart: cert-manager
|
||||
helm:
|
||||
version: v3
|
||||
|
||||
@@ -75,7 +75,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: grist
|
||||
image: gristlabs/grist-oss:1.7.18
|
||||
image: gristlabs/grist-oss:1.7.19
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: frontend
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.24.0
|
||||
image: ghcr.io/mealie-recipes/mealie:v3.26.0
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
serviceAccountName: prometheus-server
|
||||
containers:
|
||||
- name: vmagent
|
||||
image: "victoriametrics/vmagent:v1.150.0"
|
||||
image: "victoriametrics/vmagent:v1.152.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.3-apache"
|
||||
image: "nextcloud:34.0.4-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.3-apache"
|
||||
image: "nextcloud:34.0.4-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- /cron.sh
|
||||
|
||||
@@ -57,7 +57,7 @@ spec:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
- name: update-native-modules
|
||||
image: nodered/node-red:4.1.13-18
|
||||
image: nodered/node-red:4.1.15-18
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- bash
|
||||
@@ -73,7 +73,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: nodered/node-red:4.1.13-18
|
||||
image: nodered/node-red:4.1.15-18
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
||||
@@ -46,7 +46,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: outline
|
||||
image: outlinewiki/outline:1.9.2
|
||||
image: outlinewiki/outline:1.10.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: ALLOWED_DOMAINS
|
||||
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: trek
|
||||
image: mauriceboe/trek:4.1.1
|
||||
image: mauriceboe/trek:4.2.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user