diff --git a/chart/templates/loki/values.yaml b/chart/templates/loki/values.yaml index bcbdb09254064f2e6707be250ac21b24ddaec2bc..7a9d9932ebf3d258800310db2def9b1a23c60990 100644 --- a/chart/templates/loki/values.yaml +++ b/chart/templates/loki/values.yaml @@ -61,6 +61,11 @@ promtail: {{- end }} loki: + {{- if .Values.kiali.enabled }} + podLabels: + {{- include "kialiAppLabel" . | nindent 4 }} + {{- include "kialiVersionLabel" . | nindent 4 }} + {{- end }} extraMemberlistConfig: bind_addr: - ${MY_POD_IP} diff --git a/chart/values.yaml b/chart/values.yaml index fc119ebf1b1649dcf604b4d974ea50a9b936f6fe..f0b422bbb3735bd88f78eb7ca55f90777e3499eb 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -701,11 +701,11 @@ loki: git: repo: https://repo1.dso.mil/big-bang/product/packages/loki.git path: "./chart" - tag: "6.7.1-bb.1" + tag: "6.7.1-bb.2" helmRepo: repoName: "registry1" chartName: "loki" - tag: "6.7.1-bb.1" + tag: "6.7.1-bb.2" # -- Flux reconciliation overrides specifically for the Loki Package flux: {}