Skip to content

Commit 8fcb302

Browse files
authored
updated images to pull from quay instead of docker
1 parent acf6dc9 commit 8fcb302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/yamls/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ spec:
284284
- --configmap
285285
- workflow-controller-configmap
286286
- --executor-image
287-
- argoproj/argoexec:v3.0.7
287+
- quay.io/argoproj/argoexec:v3.0.7
288288
command:
289289
- workflow-controller
290290
env:
@@ -293,6 +293,6 @@ spec:
293293
fieldRef:
294294
apiVersion: v1
295295
fieldPath: metadata.name
296-
image: argoproj/workflow-controller:v3.0.7
296+
image: quay.io/argoproj/workflow-controller:v3.0.7
297297
name: workflow-controller
298298
serviceAccountName: argo

0 commit comments

Comments
 (0)