fix(argo-workflows): artifactRepository will not be configured by default (#2132) (#2134)

This commit is contained in:
toyamagu 2023-06-25 07:28:46 +09:00 committed by GitHub
parent 4ff88759c9
commit f1526ec558
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 64 additions and 16 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.8
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.29.3
version: 0.30.0
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -17,4 +17,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Modify to allow ClusterRoleBinding to be created even if the server's ServiceAccount is not created
description: artifactRepository will not be configured by default