Skip to content

Commit

Permalink
fix: Argo-Server should still use old image repository (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
domderen authored Sep 1, 2021
1 parent 8b49b2f commit 01dc7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/apps/argo-server/argo-server-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
runAsUser: 8737
containers:
- name: argo-server
image: quay.io/argoprojlabs/argocli:latest
image: quay.io/argoproj/argocli:latest
imagePullPolicy: Always
args: [ server, --namespaced=true, --auth-mode=server, --secure=false ]
readinessProbe:
Expand Down

0 comments on commit 01dc7a6

Please sign in to comment.