Skip to content

Commit

Permalink
Don't use forked image repository
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kravec <kravciak@gmail.com>
  • Loading branch information
kravciak committed Nov 21, 2024
1 parent aa096b1 commit b07dddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b07dddd

Please sign in to comment.