Skip to content

Commit a4b8153

Browse files
author
Riajul Islam
committed
fix: default chart images to published ghcr repos
1 parent f1c0a4e commit a4b8153

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm/vibe-kanban-team/values-example.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Image configuration
55
image:
6-
repository: registry.example.com/community-infra/vibe-kanban-team/vibe-kanban-team-remote
6+
repository: ghcr.io/iamriajul/vibe-kanban-team-remote
77
tag: "" # Defaults to chart appVersion; set to a version to pin
88
pullPolicy: Always
99

@@ -38,7 +38,7 @@ relay:
3838
enabled: false
3939

4040
image:
41-
repository: registry.example.com/community-infra/vibe-kanban-team/vibe-kanban-team-relay
41+
repository: ghcr.io/iamriajul/vibe-kanban-team-relay
4242
tag: "" # Defaults to chart appVersion; set to a version to pin
4343
pullPolicy: Always
4444

helm/vibe-kanban-team/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
replicaCount: 1
99

1010
image:
11-
repository: registry.example.com/community-infra/vibe-kanban-team/vibe-kanban-team-remote
11+
repository: ghcr.io/iamriajul/vibe-kanban-team-remote
1212
pullPolicy: IfNotPresent
1313
tag: "" # Defaults to chart appVersion (latest in repo; release packages set appVersion to version)
1414

@@ -186,7 +186,7 @@ relay:
186186
replicaCount: 1
187187

188188
image:
189-
repository: registry.example.com/community-infra/vibe-kanban-team/vibe-kanban-team-relay
189+
repository: ghcr.io/iamriajul/vibe-kanban-team-relay
190190
pullPolicy: IfNotPresent
191191
tag: "" # Defaults to chart appVersion
192192

0 commit comments

Comments
 (0)