From 92599031ec3ad0bf04efec15beffffd706d09c37 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Fri, 23 Mar 2018 21:19:37 -0700 Subject: [PATCH] Bump argo chart version --- charts/argo/Chart.yaml | 2 +- charts/argo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 0c147c64..cdbafc0e 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes name: argo -version: 0.1.0 +version: 0.1.1 diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 5020feae..22311334 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -2,7 +2,7 @@ imagesNamespace: argoproj controllerImage: workflow-controller uiImage: argoui executorImage: argoexec -imagesTag: v2.0.0-alpha3 +imagesTag: v2.1.0-alpha1 controllerName: workflow-controller # Enables ability to SSH into pod using web UI