Compare commits
7 Commits
408e642c75
...
197a4d5480
Author | SHA1 | Date | |
---|---|---|---|
197a4d5480 | |||
2c9387421b | |||
f020bef2ca | |||
f9e7e7eaf8 | |||
b51a92f72e | |||
73808d4039 | |||
c005791531 |
@ -42,7 +42,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: git
|
||||
image: gitea/gitea:1.17.0
|
||||
image: gitea/gitea:1.17.3
|
||||
env:
|
||||
- name: APP_NAME
|
||||
value: "Git"
|
||||
|
@ -29,7 +29,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: web
|
||||
image: x1unix/go-playground:1.6.2
|
||||
image: x1unix/go-playground:1.12.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
|
@ -386,7 +386,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
containers:
|
||||
- name: "riot"
|
||||
image: "vectorim/element-web:v1.11.3"
|
||||
image: "vectorim/element-web:v1.11.14"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
@ -463,7 +463,7 @@ spec:
|
||||
fsGroup: 1000
|
||||
initContainers:
|
||||
- name: generate-signing-key
|
||||
image: "matrixdotorg/synapse:v1.65.0"
|
||||
image: "matrixdotorg/synapse:v1.71.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SYNAPSE_SERVER_NAME
|
||||
@ -490,7 +490,7 @@ spec:
|
||||
mountPath: /data/keys
|
||||
containers:
|
||||
- name: "synapse"
|
||||
image: "matrixdotorg/synapse:v1.65.0"
|
||||
image: "matrixdotorg/synapse:v1.71.0"
|
||||
imagePullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -101,7 +101,7 @@ spec:
|
||||
- name: signald
|
||||
mountPath: /signald
|
||||
- name: mautrix-signal
|
||||
image: "dock.mau.dev/mautrix/signal:v0.3.0"
|
||||
image: "dock.mau.dev/mautrix/signal:v0.4.1"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: "TZ"
|
||||
|
@ -95,7 +95,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: mautrix-telegram
|
||||
image: "dock.mau.dev/mautrix/telegram:v0.11.3"
|
||||
image: "dock.mau.dev/mautrix/telegram:v0.12.1"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: "TZ"
|
||||
|
@ -95,7 +95,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: mautrix-whatsapp
|
||||
image: "dock.mau.dev/mautrix/whatsapp:v0.6.1"
|
||||
image: "dock.mau.dev/mautrix/whatsapp:v0.7.1"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: "TZ"
|
||||
|
@ -234,7 +234,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:24.0.1-apache"
|
||||
image: "nextcloud:24.0.7-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: SQLITE_DATABASE
|
||||
@ -399,7 +399,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: nextcloud
|
||||
image: "nextcloud:24.0.1-apache"
|
||||
image: "nextcloud:24.0.7-apache"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "curl" ]
|
||||
args:
|
||||
|
@ -68,7 +68,7 @@ spec:
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: web
|
||||
image: nodered/node-red:2.2.2-16
|
||||
image: nodered/node-red:2.3.2-12
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 1880
|
||||
|
@ -44,7 +44,7 @@ spec:
|
||||
restartPolicy: OnFailure
|
||||
containers:
|
||||
- name: db-init
|
||||
image: "wallabag/wallabag:2.5.0"
|
||||
image: "wallabag/wallabag:2.5.2"
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- secretRef:
|
||||
@ -66,10 +66,10 @@ spec:
|
||||
value: "en"
|
||||
- name: "TZ"
|
||||
value: "UTC"
|
||||
command:
|
||||
- /var/www/wallabag/bin/console
|
||||
- wallabag:install
|
||||
- --env=prod
|
||||
command:
|
||||
- /var/www/wallabag/bin/console
|
||||
- wallabag:install
|
||||
- --env=prod
|
||||
- --no-interaction
|
||||
|
||||
---
|
||||
@ -95,7 +95,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: wallabag
|
||||
image: "wallabag/wallabag:2.5.0"
|
||||
image: "wallabag/wallabag:2.5.2"
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
Loading…
x
Reference in New Issue
Block a user