From ad34abed7e81514cc7f14369d07d5fb214bcc1f2 Mon Sep 17 00:00:00 2001 From: Kristof Farkas-Pall Date: Thu, 30 Apr 2020 15:29:30 +0100 Subject: [PATCH 1/2] fix: allow server cluster role to delete pods (#278) --- charts/argo/Chart.yaml | 2 +- charts/argo/templates/server-cluster-role.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 3f86de62..a919ab27 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "v2.7.6" description: A Helm chart for Argo Workflows name: argo -version: 0.8.3 +version: 0.8.4 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/server-cluster-role.yaml b/charts/argo/templates/server-cluster-role.yaml index 0d8103f2..193a5c7b 100644 --- a/charts/argo/templates/server-cluster-role.yaml +++ b/charts/argo/templates/server-cluster-role.yaml @@ -28,6 +28,7 @@ rules: - get - list - watch + - delete {{- if .Values.controller.persistence }} - apiGroups: - "" From ab83169c2d7a04d6911a8833e9949387831ba426 Mon Sep 17 00:00:00 2001 From: Pablo Osinaga Date: Thu, 30 Apr 2020 16:39:08 +0200 Subject: [PATCH 2/2] docs: Add paguos to argo workflows codeowners (#331) --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 4e0014f8..7de4e9c4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,7 +7,7 @@ /charts/argo-events @jbehling # Argo Workflows -/charts/argo @benjaminws @stefansedich +/charts/argo @benjaminws @stefansedich @paguos # Argo Rollouts /charts/argo-rollouts @cabrinha