Use quay.io instead of dockerhub for goharbor images

In an effort to avoid hitting dockerhub pull rate limit, the goharbor
images have been added to quay and will be pulled from there. The images
for Harbor are currently pinned and if a new image is needed it can be
added to quay in the future.

Change-Id: I0b51df27327fdfc666c9354c3588d17acc8a859b
This commit is contained in:
Rick Bartra 2021-03-23 19:29:27 +00:00
parent b0b449df1a
commit ec0ebbf9cc
1 changed files with 61 additions and 0 deletions

View File

@ -16,3 +16,64 @@ harbor:
notarySecretName: harbor-notary-tls
internalTLS:
enabled: true
nginx:
image:
repository: quay.io/rick_bartra/goharbor-nginx-photon
tag: v2.1.3
portal:
image:
repository: quay.io/rick_bartra/goharbor-harbor-portal
tag: v2.1.3
core:
image:
repository: quay.io/rick_bartra/goharbor-harbor-core
tag: v2.1.3
jobservice:
image:
repository: quay.io/rick_bartra/goharbor-harbor-jobservice
tag: v2.1.3
registry:
registry:
image:
repository: quay.io/rick_bartra/goharbor-registry-photon
tag: v2.1.3
controller:
image:
repository: quay.io/rick_bartra/goharbor-harbor-registryctl
tag: v2.1.3
chartmuseum:
image:
repository: quay.io/rick_bartra/goharbor-chartmuseum-photon
tag: v2.1.3
trivy:
image:
repository: quay.io/rick_bartra/goharbor-trivy-adapter-photon
tag: v2.1.3
notary:
server:
image:
repository: quay.io/rick_bartra/goharbor-notary-server-photon
tag: v2.1.3
signer:
image:
repository: quay.io/rick_bartra/goharbor-notary-signer-photon
tag: v2.1.3
database:
internal:
image:
repository: quay.io/rick_bartra/goharbor-harbor-db
tag: v2.1.3
redis:
internal:
image:
repository: quay.io/rick_bartra/goharbor-redis-photon
tag: v2.1.3
clair:
clair:
image:
repository: quay.io/rick_bartra/goharbor-clair-photon
tag: v2.1.3
adapter:
image:
repository: quay.io/rick_bartra/goharbor-clair-adapter-photon
tag: v2.1.3