Skip to content

Commit be7069d

Browse files
authored
Merge pull request #58 from stefannica/enable-notary-2.0
[2.0] Add notary to SUSE Private Registry
2 parents c51b24b + d19ff46 commit be7069d

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)