Skip to content

Commit

Permalink
Use operator image SHA from redhat-cop repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jomkz committed Oct 13, 2020
1 parent 5b4f9a2 commit f68e240
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Auto Pilot
categories: Integration & Delivery
certified: "false"
containerImage: quay.io/redhat-cop/argocd-operator@sha256:218a8e9a078aa83ae6c41e524b978c4eb5d73d39dff45f7ecffc03a47afeef29
containerImage: quay.io/redhat-cop/argocd-operator@sha256:d661aba8a5bc7c8a69cd7d5da8193585118b93f3e7ef14a213e1fa9c2684b47c
createdAt: "2020-10-09 15:19:40"
description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v0.19.4
Expand Down Expand Up @@ -635,7 +635,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: argocd-operator
image: quay.io/redhat-cop/argocd-operator@sha256:218a8e9a078aa83ae6c41e524b978c4eb5d73d39dff45f7ecffc03a47afeef29
image: quay.io/redhat-cop/argocd-operator@sha256:d661aba8a5bc7c8a69cd7d5da8193585118b93f3e7ef14a213e1fa9c2684b47c
imagePullPolicy: Always
name: argocd-operator
resources: {}
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/redhat-cop/argocd-operator@sha256:218a8e9a078aa83ae6c41e524b978c4eb5d73d39dff45f7ecffc03a47afeef29
image: quay.io/redhat-cop/argocd-operator@sha256:d661aba8a5bc7c8a69cd7d5da8193585118b93f3e7ef14a213e1fa9c2684b47c
command:
- argocd-operator
imagePullPolicy: Always
Expand Down

0 comments on commit f68e240

Please sign in to comment.