Skip to content

Commit

Permalink
fix: replace docker.io with quay.io to avoid the image pull limit (#6539
Browse files Browse the repository at this point in the history
)

Signed-off-by: Hong Wang <wanghong230@gmail.com>
  • Loading branch information
wanghong230 authored Aug 13, 2021
1 parent a1a8d44 commit 37395d6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion manifests/base/argo-server/argo-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo-server
containers:
- name: argo-server
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
securityContext:
capabilities:
drop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand All @@ -28,7 +28,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
env:
- name: LEADER_ELECTION_IDENTITY
valueFrom:
Expand Down
6 changes: 3 additions & 3 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ spec:
containers:
- args:
- server
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -649,7 +649,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
command:
- workflow-controller
env:
Expand All @@ -658,7 +658,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ spec:
- args:
- server
- --namespaced
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -541,7 +541,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
- --namespaced
command:
- workflow-controller
Expand All @@ -551,7 +551,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ spec:
- server
- --auth-mode
- client
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -926,7 +926,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
- --namespaced
command:
- workflow-controller
Expand All @@ -936,7 +936,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ spec:
- server
- --auth-mode
- client
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -1015,7 +1015,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
- --namespaced
command:
- workflow-controller
Expand All @@ -1025,7 +1025,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
6 changes: 3 additions & 3 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ spec:
- server
- --auth-mode
- client
image: docker.io/argoproj/argocli:latest
image: quay.io/argoproj/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -1007,7 +1007,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:latest
- quay.io/argoproj/argoexec:latest
- --namespaced
command:
- workflow-controller
Expand All @@ -1017,7 +1017,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: docker.io/argoproj/workflow-controller:latest
image: quay.io/argoproj/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 37395d6

Please sign in to comment.