Bump appVersion to 3.1.0

Signed-off-by: Matt Carr <mcarr@kinaxis.com>
This commit is contained in:
Matt Carr 2021-07-12 15:10:48 -04:00
parent 07c1cf092c
commit 6d73de9456
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.3.0
appVersion: "v3.0.7"
appVersion: "v3.1.1"
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:

View file

@ -10,7 +10,7 @@ docker run \
-v "$SRCROOT:/workdir" \
--entrypoint /bin/sh \
quay.io/helmpack/chart-testing:v3.3.1 \
-c cd /workdir \
-c cd /workdir \
ct lint \
--config .github/configs/ct-lint.yaml \
--lint-conf .github/configs/lintconf.yaml \