Merge branch 'master' into master

This commit is contained in:
shortsn 2021-08-17 09:40:47 +02:00 committed by GitHub
commit 70b01cd657
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.3.0
appVersion: "v3.0.7"
version: 0.4.0
appVersion: "v3.1.5"
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -15,4 +15,4 @@ maintainers:
- name: benjaminws
annotations:
artifacthub.io/changes: |
- "[Added]: Support for extraContainers in controller/server"
- "[Changed]: Bump appVersion to 3.1.5"

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 \