Merge branch 'master' into master
This commit is contained in:
commit
f22adb5806
6 changed files with 12 additions and 6 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: "v1.0.2"
|
appVersion: "v1.0.2"
|
||||||
description: A Helm chart for Argo Rollouts
|
description: A Helm chart for Argo Rollouts
|
||||||
name: argo-rollouts
|
name: argo-rollouts
|
||||||
version: 2.1.0
|
version: 2.1.1
|
||||||
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
@ -11,4 +11,4 @@ maintainers:
|
||||||
- name: jessesuen
|
- name: jessesuen
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
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
|
|
|
@ -2,7 +2,7 @@ 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.7.0
|
version: 0.7.1
|
||||||
appVersion: "v3.1.8"
|
appVersion: "v3.1.8"
|
||||||
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
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
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