chore(argo-rollouts): Define 2 separate tests (#949)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
ae3ad0e57b
commit
248d6d2555
4 changed files with 9 additions and 4 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "v1.0.2"
|
||||
description: A Helm chart for Argo Rollouts
|
||||
name: argo-rollouts
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
@ -11,4 +11,4 @@ maintainers:
|
|||
- name: jessesuen
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- "[Added]: Keep CRDs on Helm uninstall by default, add corresponding option"
|
||||
- "[Added]: Two separate tests. One for default values and one for dashboard enabled."
|
||||
|
|
1
charts/argo-rollouts/ci/default-values.yaml
Normal file
1
charts/argo-rollouts/ci/default-values.yaml
Normal file
|
@ -0,0 +1 @@
|
|||
# Test with default values
|
6
charts/argo-rollouts/ci/enable-dashboard-values.yaml
Normal file
6
charts/argo-rollouts/ci/enable-dashboard-values.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Test with dashboard enabled
|
||||
# Do not deploy the CRDs as they are already present from the previous test
|
||||
installCRDs: false
|
||||
|
||||
dashboard:
|
||||
enabled: true
|
|
@ -1,2 +0,0 @@
|
|||
dashboard:
|
||||
enabled: true
|
Loading…
Reference in a new issue