Merge branch 'main' into deprecate-extension
This commit is contained in:
commit
e070b725d3
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@ appVersion: v3.5.4
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.40.7
|
version: 0.40.8
|
||||||
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
|
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
sources:
|
sources:
|
||||||
|
@ -17,4 +17,4 @@ annotations:
|
||||||
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: fixed
|
- kind: fixed
|
||||||
description: Wrong identation in artifactRepository block
|
description: Remove trailing whitespace from `.resourceRateLimit` when value is set and `.sso.redirectUrl` when value is an empty string.
|
||||||
|
|
|
@ -19,7 +19,7 @@ data:
|
||||||
parallelism: {{ .Values.controller.parallelism }}
|
parallelism: {{ .Values.controller.parallelism }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.controller.resourceRateLimit }}
|
{{- if .Values.controller.resourceRateLimit }}
|
||||||
resourceRateLimit: {{ toYaml .Values.controller.resourceRateLimit | nindent 6 }}
|
resourceRateLimit: {{- toYaml .Values.controller.resourceRateLimit | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.controller.namespaceParallelism }}
|
{{- with .Values.controller.namespaceParallelism }}
|
||||||
namespaceParallelism: {{ . }}
|
namespaceParallelism: {{ . }}
|
||||||
|
@ -141,7 +141,7 @@ data:
|
||||||
clientSecret:
|
clientSecret:
|
||||||
name: {{ .Values.server.sso.clientSecret.name }}
|
name: {{ .Values.server.sso.clientSecret.name }}
|
||||||
key: {{ .Values.server.sso.clientSecret.key }}
|
key: {{ .Values.server.sso.clientSecret.key }}
|
||||||
redirectUrl: {{ .Values.server.sso.redirectUrl }}
|
redirectUrl: {{ .Values.server.sso.redirectUrl | quote }}
|
||||||
rbac:
|
rbac:
|
||||||
enabled: {{ .Values.server.sso.rbac.enabled }}
|
enabled: {{ .Values.server.sso.rbac.enabled }}
|
||||||
{{- with .Values.server.sso.scopes }}
|
{{- with .Values.server.sso.scopes }}
|
||||||
|
|
Loading…
Reference in a new issue