fix(argo-workflows): change default type of .mainContainer.env and .executor.env from object to array (#1487)

Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
Aikawa 2022-09-26 10:49:33 +09:00 committed by GitHub
parent 9b3a65e239
commit bf2420767b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.0
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.19.2
version: 0.19.3
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -13,4 +13,4 @@ maintainers:
url: https://argoproj.github.io/
annotations:
artifacthub.io/changes: |
- "[Fixed]: Set only used values on SSO configuration"
- "[Fixed]: Change default type of `.mainContainer.env` and `.executor.env` from object to array"