Merge branch 'main' into gabe/probes

Signed-off-by: Gabe Conradi <gconradi@seatgeek.com>
This commit is contained in:
Gabe Conradi 2023-08-11 14:00:17 -04:00
commit f481c9b265
2 changed files with 1 additions and 6 deletions

View file

@ -3,7 +3,7 @@ appVersion: v3.4.10
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.32.1
version: 0.32.3
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
@ -18,5 +18,3 @@ annotations:
artifacthub.io/changes: |
- kind: added
description: Add support for overriding server livenessProbe, readinessProbe
- kind: added
description: Add support for executor args

View file

@ -47,7 +47,6 @@ rules:
- sso
verbs:
- get
- update
- apiGroups:
- ""
resources:
@ -71,8 +70,6 @@ rules:
- secrets
verbs:
- get
- list
- watch
{{- if and .Values.server.sso.enabled .Values.server.sso.rbac.enabled }}
{{- with .Values.server.sso.rbac.secretWhitelist }}
resourceNames: {{- toYaml . | nindent 4 }}