diff --git a/harbor/config/values.harbor.yaml b/harbor/config/values.harbor.yaml
index 10cc0bd..8a99608 100644
--- a/harbor/config/values.harbor.yaml
+++ b/harbor/config/values.harbor.yaml
@@ -8,6 +8,36 @@ database:
     coreDatabase: harbor
     existingSecret: db-credentials-harbor
 
+nginx:
+  image:
+    repository: nginx-photon
+    tag: latest
+
+portal:
+  image:
+    repository: harbor-portal
+    tag: latest
+
+core:
+  image:
+    repository: core
+    tag: latest
+
+registry:
+  registry:
+    image:
+      repository: registry-photon
+      tag: latest
+  controller:
+    image:
+      repository: registryctl
+      tag: latest
+
+trivy:
+  image:
+    repository: trivy-adapter-photon
+    tag: latest
+
 redis:
   type: external
   external:
@@ -30,5 +60,8 @@ persistence:
       regionendpoint: https://hel1.your-objectstorage.com
 
 jobservice:
+  image:
+    repository: jobservice
+    tag: latest
   jobLoggers:
     - database
diff --git a/harbor/kustomization.yaml b/harbor/kustomization.yaml
index f9d355f..4ada27d 100644
--- a/harbor/kustomization.yaml
+++ b/harbor/kustomization.yaml
@@ -3,6 +3,29 @@ kind: Kustomization
 
 namespace: harbor
 
+images:
+  - name: core
+    newName: ghcr.io/prskr/goharbor/core
+    newTag: latest
+  - name: harbor-portal
+    newName: ghcr.io/prskr/goharbor/harbor-portal
+    newTag: dev
+  - name: jobservice
+    newName: ghcr.io/prskr/goharbor/jobservice
+    newTag: latest
+  - name: registry-photon
+    newName: ghcr.io/prskr/goharbor/registry-photon
+    newTag: dev
+  - name: registryctl
+    newName: ghcr.io/prskr/goharbor/registryctl
+    newTag: latest
+  - name: trivy-adapter-photon
+    newName: ghcr.io/prskr/goharbor/trivy-adapter-photon
+    newTag: dev
+  - name: nginx-photon
+    newName: ghcr.io/prskr/goharbor/nginx-photon
+    newTag: dev
+
 resources:
   - resources/ns.yaml
   - config/secret.s3.yaml