fix(argo): Add missing API version to aggregate roles. (#598)
* fix(argo): Add missing API version to aggregate roles. Signed-off-by: Vlad Losev <vladimir.losev@sage.com> * Bumps chart version. Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
0ccdad07ae
commit
22b0811090
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: v2.12.5
|
||||
description: A Helm chart for Argo Workflows
|
||||
name: argo
|
||||
version: 0.16.5
|
||||
version: 0.16.6
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
maintainers:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{{- if .Values.createAggregateRoles }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue