Skip to content

Commit

Permalink
fix(sample): update the sample yaml to align with latest spec
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Zou <szou@vmware.com>
  • Loading branch information
steven-zou committed Mar 11, 2020
1 parent a5de59d commit 7fc751f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions config/samples/goharbor_v1alpha1_harbor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ spec:
core:
databaseSecret: core-database
image: "goharbor/harbor-core:v1.10.0"
registryCtl:
image: "goharbor/harbor-registryctl:v1.10.0"
registry:
controller:
image: "goharbor/harbor-registryctl:v1.10.0"
storageSecret: registry-storage
cacheSecret: registry-cache
image: goharbor/registry-photon:v2.7.1-patch-2819-2553-v1.10.0
Expand All @@ -39,7 +39,8 @@ spec:
image: goharbor/chartmuseum-photon:v0.9.0-v1.10.0
notary:
publicURL: 'https://{{ env.Getenv "NOTARY_DOMAIN" }}'
notaryDBMigratorImage: jmonsinjon/notary-db-migrator:v0.6.1
dbMigrator:
image: jmonsinjon/notary-db-migrator:v0.6.1
server:
databaseSecret: notary-server-database
image: goharbor/notary-server-photon:v0.6.1-v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ secretGenerator:
- namespace=harbor.scanner.clair:store

resources:
- containerregistry_v1alpha1_harbor.yaml
- goharbor_v1alpha1_harbor.yam
- certificate.yaml
- requirements.tmpl

0 comments on commit 7fc751f

Please sign in to comment.