Skip to content

Commit

Permalink
Upgrade Argo so we can use DAGs. (kubeflow#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Mar 1, 2018
1 parent 8bdd3fc commit 7d6fbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-infra/components/argo.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
},
},
],
image: "argoproj/workflow-controller:v2.0.0-alpha3",
image: "argoproj/workflow-controller:v2.1.0-alpha1",
imagePullPolicy: "IfNotPresent",
name: "workflow-controller",
resources: {},
Expand Down Expand Up @@ -157,7 +157,7 @@
value: "true",
},
],
image: "argoproj/argoui:v2.0.0-alpha3",
image: "argoproj/argoui:v2.1.0-alpha1",
imagePullPolicy: "IfNotPresent",
name: "argo-ui",
resources: {},
Expand Down Expand Up @@ -240,7 +240,7 @@
config: {
apiVersion: "v1",
data: {
config: @"executorImage: argoproj/argoexec:v2.0.0-alpha2",
config: @"executorImage: argoproj/argoexec:v2.1.0-alpha1",
},
kind: "ConfigMap",
metadata: {
Expand Down

0 comments on commit 7d6fbb1

Please sign in to comment.