Skip to content

Commit d19ff46

Browse files
committed
Add notary to SUSE Private Registry
Add notary to SUSE Private Registry, but keep it disabled by default. (cherry picked from commit 8f347c0)
1 parent c51b24b commit d19ff46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

harbor-helm/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -614,8 +614,8 @@ notary:
614614
# set the service account to be used, default if left empty
615615
serviceAccountName: ""
616616
image:
617-
repository: goharbor/notary-server-photon
618-
tag: v2.0.2
617+
repository: registry.suse.com/harbor/harbor-notary-server
618+
tag: 2.0.2
619619
replicas: 1
620620
# resources:
621621
# requests:
@@ -625,8 +625,8 @@ notary:
625625
# set the service account to be used, default if left empty
626626
serviceAccountName: ""
627627
image:
628-
repository: goharbor/notary-signer-photon
629-
tag: v2.0.2
628+
repository: registry.suse.com/harbor/harbor-notary-signer
629+
tag: 2.0.2
630630
replicas: 1
631631
# resources:
632632
# requests:

0 commit comments

Comments
 (0)