mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +01:00
Update repository reference in helm chart
This commit update the repository in helm chart from vmware namespace to goharbor Signed-off-by: Daniel Jiang <jiangd@vmware.com>
This commit is contained in:
parent
38a5adb5c9
commit
c8824698dd
@ -52,7 +52,7 @@ harborImageTag: &harbor_image_tag dev
|
|||||||
|
|
||||||
adminserver:
|
adminserver:
|
||||||
image:
|
image:
|
||||||
repository: vmware/harbor-adminserver
|
repository: goharbor/harbor-adminserver
|
||||||
tag: *harbor_image_tag
|
tag: *harbor_image_tag
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
volumes:
|
volumes:
|
||||||
@ -70,7 +70,7 @@ adminserver:
|
|||||||
|
|
||||||
jobservice:
|
jobservice:
|
||||||
image:
|
image:
|
||||||
repository: vmware/harbor-jobservice
|
repository: goharbor/harbor-jobservice
|
||||||
tag: *harbor_image_tag
|
tag: *harbor_image_tag
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
secret: not-a-secure-secret
|
secret: not-a-secure-secret
|
||||||
@ -85,7 +85,7 @@ jobservice:
|
|||||||
|
|
||||||
ui:
|
ui:
|
||||||
image:
|
image:
|
||||||
repository: vmware/harbor-ui
|
repository: goharbor/harbor-ui
|
||||||
tag: *harbor_image_tag
|
tag: *harbor_image_tag
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
secret: not-a-secure-secret
|
secret: not-a-secure-secret
|
||||||
@ -104,7 +104,7 @@ database:
|
|||||||
type: internal
|
type: internal
|
||||||
internal:
|
internal:
|
||||||
image:
|
image:
|
||||||
repository: vmware/harbor-db
|
repository: goharbor/harbor-db
|
||||||
tag: *harbor_image_tag
|
tag: *harbor_image_tag
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# the superuser password of database
|
# the superuser password of database
|
||||||
@ -133,7 +133,7 @@ database:
|
|||||||
|
|
||||||
registry:
|
registry:
|
||||||
image:
|
image:
|
||||||
repository: vmware/registry-photon
|
repository: goharbor/registry-photon
|
||||||
tag: dev
|
tag: dev
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
httpSecret: not-a-secure-secret
|
httpSecret: not-a-secure-secret
|
||||||
@ -217,7 +217,7 @@ registry:
|
|||||||
chartmuseum:
|
chartmuseum:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: vmware/chartmuseum-photon
|
repository: goharbor/chartmuseum-photon
|
||||||
tag: dev
|
tag: dev
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
volumes:
|
volumes:
|
||||||
@ -236,7 +236,7 @@ chartmuseum:
|
|||||||
clair:
|
clair:
|
||||||
enabled: true
|
enabled: true
|
||||||
image:
|
image:
|
||||||
repository: vmware/clair-photon
|
repository: goharbor/clair-photon
|
||||||
tag: dev
|
tag: dev
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
volumes:
|
volumes:
|
||||||
@ -277,12 +277,12 @@ notary:
|
|||||||
enabled: true
|
enabled: true
|
||||||
server:
|
server:
|
||||||
image:
|
image:
|
||||||
repository: vmware/notary-server-photon
|
repository: goharbor/notary-server-photon
|
||||||
tag: dev
|
tag: dev
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
signer:
|
signer:
|
||||||
image:
|
image:
|
||||||
repository: vmware/notary-signer-photon
|
repository: goharbor/notary-signer-photon
|
||||||
tag: dev
|
tag: dev
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user