From 22b08110907306ce55ba6a18c401e49c680b4b5e Mon Sep 17 00:00:00 2001 From: Vlad Losev Date: Thu, 25 Feb 2021 13:42:47 -0800 Subject: [PATCH] fix(argo): Add missing API version to aggregate roles. (#598) * fix(argo): Add missing API version to aggregate roles. Signed-off-by: Vlad Losev * Bumps chart version. Signed-off-by: Vlad Losev --- charts/argo/Chart.yaml | 2 +- charts/argo/templates/workflow-aggregate-roles.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 38d5718d..e985a33e 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -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: diff --git a/charts/argo/templates/workflow-aggregate-roles.yaml b/charts/argo/templates/workflow-aggregate-roles.yaml index fd0526ac..b89e7b13 100644 --- a/charts/argo/templates/workflow-aggregate-roles.yaml +++ b/charts/argo/templates/workflow-aggregate-roles.yaml @@ -1,4 +1,5 @@ {{- if .Values.createAggregateRoles }} +apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: annotations: