Bump appVersion to 3.1.0
Signed-off-by: Matt Carr <mcarr@kinaxis.com>
This commit is contained in:
parent
07c1cf092c
commit
6d73de9456
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.3.0
|
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
|
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
|
|
|
@ -10,7 +10,7 @@ docker run \
|
||||||
-v "$SRCROOT:/workdir" \
|
-v "$SRCROOT:/workdir" \
|
||||||
--entrypoint /bin/sh \
|
--entrypoint /bin/sh \
|
||||||
quay.io/helmpack/chart-testing:v3.3.1 \
|
quay.io/helmpack/chart-testing:v3.3.1 \
|
||||||
-c cd /workdir \
|
-c cd /workdir \
|
||||||
ct lint \
|
ct lint \
|
||||||
--config .github/configs/ct-lint.yaml \
|
--config .github/configs/ct-lint.yaml \
|
||||||
--lint-conf .github/configs/lintconf.yaml \
|
--lint-conf .github/configs/lintconf.yaml \
|
||||||
|
|
Loading…
Reference in a new issue