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