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