[bitnami/argo-workflows] bugfix: Fix argo workflows namespaces roles and rolebindings (#22522)

Signed-off-by: Fouad Semaan <semaanfouad@gmail.com>
This commit is contained in:
Fouad Semaan
2024-01-22 08:17:04 +01:00
committed by GitHub
parent 0e6b8edaf2
commit 68849560f4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ maintainers:
name: argo-workflows
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/argo-workflows
version: 6.3.0
version: 6.3.1
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
{{- if .Values.workflows.rbac.create }}
{{- $namespaces := list .Release.Namespace }}
{{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }}
{{- $namespaces := .Values.controller.workflowNamespaces }}
{{- $namespaces = .Values.controller.workflowNamespaces }}
{{- end }}
{{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.controller.image "chart" .Chart ) ) }}
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }}
@@ -6,7 +6,7 @@ SPDX-License-Identifier: APACHE-2.0
{{- if .Values.workflows.rbac.create }}
{{- $namespaces := list .Release.Namespace }}
{{- if and (not .Values.rbac.singleNamespace) .Values.controller.workflowNamespaces }}
{{- $namespaces := .Values.controller.workflowNamespaces }}
{{- $namespaces = .Values.controller.workflowNamespaces }}
{{- end }}
{{- $versionLabel := dict "app.kubernetes.io/version" ( include "common.images.version" ( dict "imageRoot" .Values.controller.image "chart" .Chart ) ) }}
{{- $labels := include "common.tplvalues.merge" ( dict "values" ( list .Values.commonLabels $versionLabel ) "context" . ) }}