feat(argo-workflows): Bump appVersion to 3.1.5 (#831)
* Bump appVersion to 3.1.0 Signed-off-by: Matt Carr <mcarr@kinaxis.com> * Update charts/argo-workflows/Chart.yaml Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Signed-off-by: Matt Carr <mcarr@kinaxis.com> * Fix conflicts with upstream Signed-off-by: Matt Carr <mcarr@kinaxis.com> * Update changelog annotations and bump minor version Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Oliver Bähler <oliverbaehler@hotmail.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
3053af0500
commit
04cbf217ae
2 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@ apiVersion: v2
|
||||||
name: argo-workflows
|
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.4.0
|
||||||
appVersion: "v3.0.7"
|
appVersion: "v3.1.5"
|
||||||
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:
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Added]: Support for extraContainers in controller/server"
|
- "[Changed]: Bump appVersion to 3.1.5"
|
||||||
|
|
|
@ -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