9 Commits

3 changed files with 6 additions and 6 deletions

View File

@@ -363,7 +363,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
containers: containers:
- name: "riot" - name: "riot"
image: "vectorim/element-web:v1.11.101" image: "vectorim/element-web:v1.11.102"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
@@ -444,7 +444,7 @@ spec:
fsGroup: 1000 fsGroup: 1000
initContainers: initContainers:
- name: generate-signing-key - name: generate-signing-key
image: "ghcr.io/element-hq/synapse:v1.130.0" image: "ghcr.io/element-hq/synapse:v1.131.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
env: env:
- name: SYNAPSE_SERVER_NAME - name: SYNAPSE_SERVER_NAME
@@ -471,7 +471,7 @@ spec:
mountPath: /data/keys mountPath: /data/keys
containers: containers:
- name: "synapse" - name: "synapse"
image: "ghcr.io/element-hq/synapse:v1.130.0" image: "ghcr.io/element-hq/synapse:v1.131.0"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http

View File

@@ -491,7 +491,7 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: LD_PRELOAD - name: LD_PRELOAD
value: /usr/local/lib/libmimalloc.so value: /usr/local/lib/libmimalloc.so
image: registry.k8s.io/ingress-nginx/controller:v1.12.2@sha256:03497ee984628e95eca9b2279e3f3a3c1685dd48635479e627d219f00c8eefa9 image: registry.k8s.io/ingress-nginx/controller:v1.12.3@sha256:ac444cd9515af325ba577b596fe4f27a34be1aa330538e8b317ad9d6c8fb94ee
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
lifecycle: lifecycle:
preStop: preStop:

View File

@@ -95,7 +95,7 @@ spec:
spec: spec:
initContainers: initContainers:
- name: db-migrate - name: db-migrate
image: "wallabag/wallabag:2.6.12" image: "wallabag/wallabag:2.6.13"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- /var/www/wallabag/bin/console - /var/www/wallabag/bin/console
@@ -126,7 +126,7 @@ spec:
value: "false" value: "false"
containers: containers:
- name: wallabag - name: wallabag
image: "wallabag/wallabag:2.6.12" image: "wallabag/wallabag:2.6.13"
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
envFrom: envFrom:
- secretRef: - secretRef: