Skip to content

Commit

Permalink
Add OLM Artifacts for v0.0.11 (#118)
Browse files Browse the repository at this point in the history
* Update Application CRD to Argo CD v1.6.1
* Use operator image v0.0.11
* Use registry image v0.0.11
  • Loading branch information
jomkz authored Jul 1, 2020
1 parent 1bd6864 commit 1214537
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/catalog_source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ metadata:
name: argocd-catalog
spec:
sourceType: grpc
image: quay.io/jmckind/argocd-operator-registry@sha256:45f9b0ad3722cd45125347e4e9d149728200221341583a998158d1b5b4761756
image: quay.io/jmckind/argocd-operator-registry@sha256:03d7a735c3f46055cd1041c78bff2e961b2786cb6430e545b6f3eae4e1d156a8
displayName: Argo CD Operators
publisher: Argo CD Community
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@ spec:
operation:
description: Operation contains requested operation parameters.
properties:
info:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
initiatedBy:
description: OperationInitiator holds information about the operation
initiator
Expand Down Expand Up @@ -572,7 +584,7 @@ spec:
type: boolean
type: object
syncOptions:
description: Options allow youe to specify whole app sync-options
description: Options allow you to specify whole app sync-options
items:
type: string
type: array
Expand Down Expand Up @@ -613,6 +625,7 @@ spec:
message:
type: string
status:
description: Represents resource health status
type: string
type: object
history:
Expand Down Expand Up @@ -846,6 +859,18 @@ spec:
operation:
description: Operation is the original requested operation
properties:
info:
items:
properties:
name:
type: string
value:
type: string
required:
- name
- value
type: object
type: array
initiatedBy:
description: OperationInitiator holds information about the
operation initiator
Expand Down Expand Up @@ -1411,6 +1436,7 @@ spec:
message:
type: string
status:
description: Represents resource health status
type: string
type: object
hook:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: argocd-operator
containers:
- name: argocd-operator
image: quay.io/jmckind/argocd-operator@sha256:0ff40a548e30f89b90bbcb5ed4933d177835a4683545b78afa2133e8b1c457a6
image: quay.io/jmckind/argocd-operator@sha256:a472ee86bbd1ec8e98178c6283f8c748deb9fd9ac396207ff80623b926003faa
command:
- argocd-operator
imagePullPolicy: Always
Expand Down

0 comments on commit 1214537

Please sign in to comment.