Skip to content

Commit dadab0e

Browse files
authored
fix image repo in helm chart (#8)
* fix image repo in helm chart Signed-off-by: Ant Weiss <anton@otomato.io> * Fix the registry in helm chart Signed-off-by: Ant Weiss <anton@otomato.io> --------- Signed-off-by: Ant Weiss <anton@otomato.io>
1 parent c4680b8 commit dadab0e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helm/khook/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
replicaCount: 1
33

44
image:
5-
registry: cr.kagent.dev
6-
repository: kagent-dev/khook
5+
registry: ghcr.io
6+
repository: kagent-dev/khook/khook
77
pullPolicy: IfNotPresent
88
# tag will default to Chart.AppVersion if not specified
99
tag: ""
@@ -101,4 +101,4 @@ namespace:
101101

102102
# CRD installation
103103
crds:
104-
install: true
104+
install: true

0 commit comments

Comments
 (0)