From 0c19a7d4ee96820059a3ff398ce75ea1324890a9 Mon Sep 17 00:00:00 2001 From: Ant Weiss Date: Fri, 19 Sep 2025 10:16:04 +0300 Subject: [PATCH 1/2] fix image repo in helm chart Signed-off-by: Ant Weiss --- helm/khook/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/khook/values.yaml b/helm/khook/values.yaml index fbe6e81..cf48c05 100644 --- a/helm/khook/values.yaml +++ b/helm/khook/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: registry: cr.kagent.dev - repository: kagent-dev/khook + repository: kagent-dev/khook/khook pullPolicy: IfNotPresent # tag will default to Chart.AppVersion if not specified tag: "" @@ -101,4 +101,4 @@ namespace: # CRD installation crds: - install: true \ No newline at end of file + install: true From c77ea6a2022d129e9d8597f2f2ed81954012e273 Mon Sep 17 00:00:00 2001 From: Ant Weiss Date: Fri, 19 Sep 2025 10:19:54 +0300 Subject: [PATCH 2/2] Fix the registry in helm chart Signed-off-by: Ant Weiss --- helm/khook/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/khook/values.yaml b/helm/khook/values.yaml index cf48c05..1112004 100644 --- a/helm/khook/values.yaml +++ b/helm/khook/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: - registry: cr.kagent.dev + registry: ghcr.io repository: kagent-dev/khook/khook pullPolicy: IfNotPresent # tag will default to Chart.AppVersion if not specified