From fac6c2c6f68ea44e6ae696775c60c2110edd73b9 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 21 Jan 2023 01:52:40 +0100 Subject: [PATCH] fix(matrix): use absolute repository name This patch uses the absolute repository name, making sure that multi-registry configs, like cri-o uses on Fedora won't try to pull things from quay or other registries. --- apps/base/matrix/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/matrix/release.yaml b/apps/base/matrix/release.yaml index 722829f10..8e93fec83 100644 --- a/apps/base/matrix/release.yaml +++ b/apps/base/matrix/release.yaml @@ -23,6 +23,8 @@ spec: remediation: retries: -1 values: + image: + repository: docker.io/matrixdotorg/synapse # serverName: example.com # publicServerName: matrix.example.com signingkey: -- GitLab