diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 154cfc01..c75eaaf1 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: v2.8.0 description: A Helm chart for Argo Workflows name: argo -version: 0.9.3 +version: 0.9.4 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/values.yaml b/charts/argo/values.yaml index 7f0eead3..8f8e825d 100644 --- a/charts/argo/values.yaml +++ b/charts/argo/values.yaml @@ -39,6 +39,8 @@ controller: # maxOpenConns: 0 # # save the entire workflow into etcd and DB # nodeStatusOffLoad: false + # # enable archiving of old workflows + # archive: false # postgresql: # host: localhost # port: 5432