diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index dfb1eb20..019d2129 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v3.4.0 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.19.0 +version: 0.19.1 icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm sources: @@ -13,4 +13,4 @@ maintainers: url: https://argoproj.github.io/ annotations: artifacthub.io/changes: | - - "[Fixed]: Move crds folder into templates folder and add conditional flags for install and keep" + - "[Fixed]: Remove unsupported values from SSO configuration" diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index 0d661b6c..d4344a19 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -482,11 +482,6 @@ server: # redirectUrl: https://argo/oauth2/callback # rbac: # enabled: true - ## When present, restricts secrets the server can read to a given list. - ## You can use it to restrict the server to only be able to access the - ## service account token secrets that are associated with service accounts - ## used for authorization. - # secretWhitelist: [] ## Scopes requested from the SSO ID provider. The 'groups' scope requests ## group membership information, which is usually used for authorization ## decisions.