chore: Update manifests after change

This commit is contained in:
2026-04-10 02:10:21 +00:00
parent 61e516fcff
commit b304d60064
22 changed files with 57 additions and 57 deletions

View File

@@ -42,7 +42,7 @@ spec:
runAsUser: 1000
initContainers:
- name: matrix-synapse-valkey-init
image: docker.io/valkey/valkey:9.0.3
image: docker.io/valkey/valkey:9.0.3@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
imagePullPolicy: IfNotPresent
securityContext:
capabilities:
@@ -69,7 +69,7 @@ spec:
readOnly: true
containers:
- name: matrix-synapse-valkey
image: docker.io/valkey/valkey:9.0.3
image: docker.io/valkey/valkey:9.0.3@sha256:3b55fbaa0cd93cf0d9d961f405e4dfcc70efe325e2d84da207a0a8e6d8fde4f9
imagePullPolicy: IfNotPresent
command: ["valkey-server"]
args: ["/data/conf/valkey.conf"]