From b07ddddbb9d0e3e4f37056659a4e2801415971f1 Mon Sep 17 00:00:00 2001 From: Martin Kravec Date: Thu, 21 Nov 2024 10:56:42 +0100 Subject: [PATCH] Don't use forked image repository Signed-off-by: Martin Kravec --- helm/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 005e591..517f8d1 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -4,21 +4,21 @@ controller: image: - repository: ghcr.io/fabriziosestito/sbombastic/controller + repository: ghcr.io/rancher-sandbox/sbombastic/controller tag: v0.1.0-alpha1 pullPolicy: IfNotPresent replicas: 3 storage: image: - repository: ghcr.io/fabriziosestito/sbombastic/storage + repository: ghcr.io/rancher-sandbox/sbombastic/storage tag: v0.1.0-alpha1 pullPolicy: IfNotPresent replicas: 3 worker: image: - repository: ghcr.io/fabriziosestito/sbombastic/worker + repository: ghcr.io/rancher-sandbox/sbombastic/worker tag: v0.1.0-alpha1 pullPolicy: IfNotPresent replicas: 3