chore(argo-workflows): Also test with default values (#950)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
248d6d2555
commit
098d59cbd7
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
name: argo-workflows
|
||||
description: A Helm chart for Argo Workflows
|
||||
type: application
|
||||
version: 0.7.0
|
||||
version: 0.7.1
|
||||
appVersion: "v3.1.8"
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- name: benjaminws
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Add server.serviceNodePort parameter"
|
||||
- "[Added]: Also test with default values"
|
||||
|
|
1
charts/argo-workflows/ci/default-values.yaml
Normal file
1
charts/argo-workflows/ci/default-values.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
# Test with default values
|
Loading…
Reference in a new issue