We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccdad0 commit 22b0811Copy full SHA for 22b0811
charts/argo/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: v2.12.5
3
description: A Helm chart for Argo Workflows
4
name: argo
5
-version: 0.16.5
+version: 0.16.6
6
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
7
home: https://github.com/argoproj/argo-helm
8
maintainers:
charts/argo/templates/workflow-aggregate-roles.yaml
@@ -1,4 +1,5 @@
1
{{- if .Values.createAggregateRoles }}
+apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
annotations:
0 commit comments