Skip to content

Commit 524d2e6

Browse files
ilyagorban-codefreshalexecIlya Gorban
authored
Cr 7472 sync argo v3.1.14 (#67)
* fix: do not delete expr tag tmpl values. Fixes argoproj#6909 (argoproj#6921) Signed-off-by: Alex Collins <alex_collins@intuit.com> * update image registry * result of `make pre-commit -B` * Retrigger CI pipeline * result of `make codegen -B STATIC_FILES=false` Co-authored-by: Alex Collins <alexec@users.noreply.github.com> Co-authored-by: Ilya Gorban <ilyagorban@Ilyas-MacBook-Pro.local>
1 parent 97b0ec6 commit 524d2e6

File tree

13 files changed

+35
-29
lines changed

13 files changed

+35
-29
lines changed

examples/k8s-orchestration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
parameters:
6767
- name: job-uid
6868
container:
69-
image: argoproj/argoexec:latest
69+
image: quay.io/codefresh/argoexec:latest
7070
command: [sh, -c]
7171
args: ["
7272
for i in `kubectl get pods -l controller-uid={{inputs.parameters.job-uid}} -o name`; do

manifests/base/argo-server/argo-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: argo-server
1515
containers:
1616
- name: argo-server
17-
image: docker.io/argoproj/argocli:latest
17+
image: quay.io/codefresh/argocli:latest
1818
securityContext:
1919
capabilities:
2020
drop:

manifests/base/workflow-controller/workflow-controller-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
serviceAccountName: argo
1515
containers:
1616
- name: workflow-controller
17-
image: docker.io/argoproj/workflow-controller:latest
17+
image: quay.io/codefresh/workflow-controller:latest
1818
securityContext:
1919
readOnlyRootFilesystem: true
2020
runAsNonRoot: true
@@ -28,7 +28,7 @@ spec:
2828
- --configmap
2929
- workflow-controller-configmap
3030
- --executor-image
31-
- argoproj/argoexec:latest
31+
- quay.io/codefresh/argoexec:latest
3232
env:
3333
- name: LEADER_ELECTION_IDENTITY
3434
valueFrom:

manifests/install.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ spec:
559559
containers:
560560
- args:
561561
- server
562-
image: docker.io/argoproj/argocli:latest
562+
image: quay.io/codefresh/argocli:latest
563563
name: argo-server
564564
ports:
565565
- containerPort: 2746
@@ -605,7 +605,7 @@ spec:
605605
- --configmap
606606
- workflow-controller-configmap
607607
- --executor-image
608-
- argoproj/argoexec:latest
608+
- quay.io/codefresh/argoexec:latest
609609
command:
610610
- workflow-controller
611611
env:
@@ -614,7 +614,7 @@ spec:
614614
fieldRef:
615615
apiVersion: v1
616616
fieldPath: metadata.name
617-
image: docker.io/argoproj/workflow-controller:latest
617+
image: quay.io/codefresh/workflow-controller:latest
618618
livenessProbe:
619619
failureThreshold: 3
620620
httpGet:

manifests/namespace-install.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ spec:
453453
- args:
454454
- server
455455
- --namespaced
456-
image: docker.io/argoproj/argocli:latest
456+
image: quay.io/codefresh/argocli:latest
457457
name: argo-server
458458
ports:
459459
- containerPort: 2746
@@ -499,7 +499,7 @@ spec:
499499
- --configmap
500500
- workflow-controller-configmap
501501
- --executor-image
502-
- argoproj/argoexec:latest
502+
- quay.io/codefresh/argoexec:latest
503503
- --namespaced
504504
command:
505505
- workflow-controller
@@ -509,7 +509,7 @@ spec:
509509
fieldRef:
510510
apiVersion: v1
511511
fieldPath: metadata.name
512-
image: docker.io/argoproj/workflow-controller:latest
512+
image: quay.io/codefresh/workflow-controller:latest
513513
livenessProbe:
514514
failureThreshold: 3
515515
httpGet:

manifests/quick-start-minimal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ spec:
778778
- server
779779
- --auth-mode
780780
- client
781-
image: docker.io/argoproj/argocli:latest
781+
image: quay.io/codefresh/argocli:latest
782782
name: argo-server
783783
ports:
784784
- containerPort: 2746
@@ -873,7 +873,7 @@ spec:
873873
- --configmap
874874
- workflow-controller-configmap
875875
- --executor-image
876-
- argoproj/argoexec:latest
876+
- quay.io/codefresh/argoexec:latest
877877
- --namespaced
878878
command:
879879
- workflow-controller
@@ -883,7 +883,7 @@ spec:
883883
fieldRef:
884884
apiVersion: v1
885885
fieldPath: metadata.name
886-
image: docker.io/argoproj/workflow-controller:latest
886+
image: quay.io/codefresh/workflow-controller:latest
887887
livenessProbe:
888888
failureThreshold: 3
889889
httpGet:

manifests/quick-start-mysql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ spec:
822822
- server
823823
- --auth-mode
824824
- client
825-
image: docker.io/argoproj/argocli:latest
825+
image: quay.io/codefresh/argocli:latest
826826
name: argo-server
827827
ports:
828828
- containerPort: 2746
@@ -962,7 +962,7 @@ spec:
962962
- --configmap
963963
- workflow-controller-configmap
964964
- --executor-image
965-
- argoproj/argoexec:latest
965+
- quay.io/codefresh/argoexec:latest
966966
- --namespaced
967967
command:
968968
- workflow-controller
@@ -972,7 +972,7 @@ spec:
972972
fieldRef:
973973
apiVersion: v1
974974
fieldPath: metadata.name
975-
image: docker.io/argoproj/workflow-controller:latest
975+
image: quay.io/codefresh/workflow-controller:latest
976976
livenessProbe:
977977
failureThreshold: 3
978978
httpGet:

manifests/quick-start-postgres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ spec:
822822
- server
823823
- --auth-mode
824824
- client
825-
image: docker.io/argoproj/argocli:latest
825+
image: quay.io/codefresh/argocli:latest
826826
name: argo-server
827827
ports:
828828
- containerPort: 2746
@@ -954,7 +954,7 @@ spec:
954954
- --configmap
955955
- workflow-controller-configmap
956956
- --executor-image
957-
- argoproj/argoexec:latest
957+
- quay.io/codefresh/argoexec:latest
958958
- --namespaced
959959
command:
960960
- workflow-controller
@@ -964,7 +964,7 @@ spec:
964964
fieldRef:
965965
apiVersion: v1
966966
fieldPath: metadata.name
967-
image: docker.io/argoproj/workflow-controller:latest
967+
image: quay.io/codefresh/workflow-controller:latest
968968
livenessProbe:
969969
failureThreshold: 3
970970
httpGet:

test/e2e/functional/json-argument.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- name: json1
2020
- name: json2
2121
container:
22-
image: argoproj/argoexec:latest
22+
image: quay.io/codefresh/argoexec:latest
2323
command: [sh, -c]
2424
args: ["echo '{{inputs.parameters.json1}}' | jq . ; echo '{{inputs.parameters.json2}}' | jq ."]
2525

test/e2e/functional/output-jqfilter-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- name: key
5353
- name: value
5454
container:
55-
image: argoproj/argoexec:latest
55+
image: quay.io/codefresh/argoexec:latest
5656
command: [sh, -c]
5757
args: ["
5858
echo '<{{inputs.parameters.key}}>' > /tmp/input;

0 commit comments

Comments
 (0)