chore: update images to custom built ones

This commit is contained in:
Peter 2025-03-24 13:42:02 +01:00
parent a09b65aea6
commit 7eb36c1c29
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 56 additions and 0 deletions

View file

@ -8,6 +8,36 @@ database:
coreDatabase: harbor coreDatabase: harbor
existingSecret: db-credentials-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: redis:
type: external type: external
external: external:
@ -30,5 +60,8 @@ persistence:
regionendpoint: https://hel1.your-objectstorage.com regionendpoint: https://hel1.your-objectstorage.com
jobservice: jobservice:
image:
repository: jobservice
tag: latest
jobLoggers: jobLoggers:
- database - database

View file

@ -3,6 +3,29 @@ kind: Kustomization
namespace: harbor 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:
- resources/ns.yaml - resources/ns.yaml
- config/secret.s3.yaml - config/secret.s3.yaml