From 3905c2251d287e856e81be30018a22b36585bb41 Mon Sep 17 00:00:00 2001 From: BB_AUTO_MR_TOKEN <project_2872_bot_c0b5e5ba7fbe7ce9d836e755c36b3987@noreply.repo1.dso.mil> Date: Wed, 25 Sep 2024 15:40:38 +0000 Subject: [PATCH] clusterAuditor update to 1.5.0-bb.22 --- chart/templates/cluster-auditor/values.yaml | 5 +++++ chart/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/chart/templates/cluster-auditor/values.yaml b/chart/templates/cluster-auditor/values.yaml index d3e3283360..10400d24a8 100644 --- a/chart/templates/cluster-auditor/values.yaml +++ b/chart/templates/cluster-auditor/values.yaml @@ -31,4 +31,9 @@ istio: }} openshift: {{ .Values.openshift }} +{{- if .Values.kiali.enabled }} +podLabels: + {{ include "kialiVersionLabel" . | indent 2 }} +{{- end }} + {{- end -}} diff --git a/chart/values.yaml b/chart/values.yaml index 21bec4e89b..80f224a05d 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -428,11 +428,11 @@ clusterAuditor: git: repo: https://repo1.dso.mil/big-bang/product/packages/cluster-auditor.git path: "./chart" - tag: "1.5.0-bb.21" + tag: "1.5.0-bb.22" helmRepo: repoName: "registry1" chartName: "cluster-auditor" - tag: "1.5.0-bb.21" + tag: "1.5.0-bb.22" # -- Flux reconciliation overrides specifically for the Cluster Auditor Package flux: {} -- GitLab