Skip to content

Commit

Permalink
chore: point manifests at pipekitdev images
Browse files Browse the repository at this point in the history
  • Loading branch information
tico24 committed Mar 7, 2023
1 parent 5047250 commit a8ec71c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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: quay.io/argoproj/argocli:latest
image: quay.io/pipekitdev/argocli:latest
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: argo
containers:
- name: workflow-controller
image: quay.io/argoproj/workflow-controller:latest
image: quay.io/pipekitdev/workflow-controller:latest
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down
4 changes: 2 additions & 2 deletions manifests/quick-start-minimal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ spec:
- --auth-mode
- client
env: []
image: quay.io/argoproj/argocli:latest
image: quay.io/pipekitdev/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -1800,7 +1800,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: quay.io/argoproj/workflow-controller:latest
image: quay.io/pipekitdev/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ spec:
- --auth-mode
- client
env: []
image: quay.io/argoproj/argocli:latest
image: quay.io/pipekitdev/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -1883,7 +1883,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: quay.io/argoproj/workflow-controller:latest
image: quay.io/pipekitdev/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down
4 changes: 2 additions & 2 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ spec:
- --auth-mode
- client
env: []
image: quay.io/argoproj/argocli:latest
image: quay.io/pipekitdev/argocli:latest
name: argo-server
ports:
- containerPort: 2746
Expand Down Expand Up @@ -1881,7 +1881,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: quay.io/argoproj/workflow-controller:latest
image: quay.io/pipekitdev/workflow-controller:latest
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit a8ec71c

Please sign in to comment.