Compare commits

...

7 Commits

Author SHA1 Message Date
197a4d5480
Bump gitea
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:26:30 +00:00
2c9387421b
Bump goplayground
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:25:48 +00:00
f020bef2ca
Bumped matrix bridges
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:25:10 +00:00
f9e7e7eaf8
Bump matrix/element
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:22:53 +00:00
b51a92f72e
Bump wallabag
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:20:48 +00:00
73808d4039
Bump nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:20:03 +00:00
c005791531
Bump node-red
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
2022-11-12 10:18:55 +00:00
9 changed files with 17 additions and 17 deletions

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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:

View File

@ -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

View File

@ -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: