Merge branch 'master' into testing/argo-workflows_also_test_with_defaults

This commit is contained in:
Marco Kilchhofer 2021-09-27 17:11:05 +02:00 committed by GitHub
commit 0c6361d8de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View file

@ -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."

View file

@ -0,0 +1 @@
# Test with default values

View 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

View file

@ -1,2 +0,0 @@
dashboard:
enabled: true