From ee4417aee2eb05d74022acea27db278450ed3787 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Wed, 10 Dec 2025 15:52:20 +0100 Subject: [PATCH] fix: fix fornix registry --- charts/fornix/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/fornix/values.yaml b/charts/fornix/values.yaml index 6e812b9a..4d0599e5 100644 --- a/charts/fornix/values.yaml +++ b/charts/fornix/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 # This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/ image: - repository: registry.gitlab.com/oceanbox/poseidon/fornix + repository: registry.gitlab.com/oceanbox/fornix # This sets the pull policy for images. pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion.