From 7eb36c1c298cfdd820665e21da8434e1f887a7db Mon Sep 17 00:00:00 2001
From: Peter Kurfer <peter@icb4dc0.de>
Date: Mon, 24 Mar 2025 13:42:02 +0100
Subject: [PATCH] chore: update images to custom built ones

---
 harbor/config/values.harbor.yaml | 33 ++++++++++++++++++++++++++++++++
 harbor/kustomization.yaml        | 23 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)

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