Skip to content

Commit

Permalink
fix: correct the image in the cluster deployment.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: He Weiwei <hweiwei@vmware.com>
  • Loading branch information
heww committed Mar 15, 2021
1 parent 6710d3a commit 6b1c4d8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion manifests/cluster/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ spec:
- host
type: object
type: object
certificateRefs:
items:
type: string
type: array
chart:
properties:
allowOverwrite:
Expand Down Expand Up @@ -1959,6 +1963,10 @@ spec:
default: false
description: Harbor defaults ChartMuseum to returning relative urls, if you want using absolute url you should enable it
type: boolean
certificateRefs:
items:
type: string
type: array
image:
description: Image name for the component.
type: string
Expand Down Expand Up @@ -2220,6 +2228,7 @@ spec:
type: object
type: object
notary:
description: The ingress of the notary, required when notary component enabled.
properties:
ingress:
properties:
Expand Down Expand Up @@ -3638,6 +3647,10 @@ spec:
default: false
description: Harbor defaults ChartMuseum to returning relative urls, if you want using absolute url you should enable it
type: boolean
certificateRefs:
items:
type: string
type: array
image:
description: Image name for the component.
type: string
Expand Down Expand Up @@ -3899,6 +3912,7 @@ spec:
type: object
type: object
notary:
description: The ingress of the notary, required when notary component enabled.
properties:
ingress:
properties:
Expand Down Expand Up @@ -14443,7 +14457,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: heww/harbor-operator:dev
image: goharbor/harbor-operator:dev_develop
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 6b1c4d8

Please sign in to comment.