Skip to content

Commit 22b0811

Browse files
authored
fix(argo): Add missing API version to aggregate roles. (#598)
* fix(argo): Add missing API version to aggregate roles. Signed-off-by: Vlad Losev <[email protected]> * Bumps chart version. Signed-off-by: Vlad Losev <[email protected]>
1 parent 0ccdad0 commit 22b0811

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/argo/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v2.12.5
33
description: A Helm chart for Argo Workflows
44
name: argo
5-
version: 0.16.5
5+
version: 0.16.6
66
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
77
home: https://github.com/argoproj/argo-helm
88
maintainers:

charts/argo/templates/workflow-aggregate-roles.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{{- if .Values.createAggregateRoles }}
2+
apiVersion: rbac.authorization.k8s.io/v1
23
kind: ClusterRole
34
metadata:
45
annotations:

0 commit comments

Comments
 (0)