Skip to content

Commit

Permalink
fix(event-source-custom-resource): controller deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Dec 12, 2019
1 parent 8d973c1 commit 21fd070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/k8s/manifests/gateway-controller-deployment.yaml
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: argo-events-sa
containers:
- name: gateway-controller
image: argoproj/gateway-controller:v0.12-test
image: argoproj/gateway-controller
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
2 changes: 1 addition & 1 deletion hack/k8s/manifests/sensor-controller-deployment.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: argo-events-sa
containers:
- name: sensor-controller
image: argoproj/sensor-controller:v0.12-test
image: argoproj/sensor-controller
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down

0 comments on commit 21fd070

Please sign in to comment.