argocd-helm/charts/argo-workflows/Chart.yaml
Aikawa 5f33394042
fix(argo-workflows): add missing rules for workflow role to run HTTP templates (#1291)
* fix(argo-workflows): add missing rules for workflow role to run HTTP/plugin templates

Signed-off-by: yu-croco <yuki.kita22@gmail.com>

* chore(argo-workflows): refactor role rules simpler

Signed-off-by: yu-croco <yuki.kita22@gmail.com>
2022-05-25 10:51:50 +02:00

18 lines
537 B
YAML

apiVersion: v2
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.15.4
appVersion: v3.3.5
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png
home: https://github.com/argoproj/argo-helm
sources:
- https://github.com/argoproj/argo-workflows
maintainers:
- name: alexec
- name: alexmt
- name: jessesuen
- name: benjaminws
annotations:
artifacthub.io/changes: |
- "[Fixed]: Add missing rules for workflow role to run HTTP/plugin templates"