From 555caa891ae8b0661be8b2ea47824f2f09e5aed2 Mon Sep 17 00:00:00 2001 From: Jess Males Date: Tue, 27 Aug 2024 10:16:54 -0700 Subject: [PATCH] chore: Update kiwigrid/k8s-sidecar 1.27.5 is the latest at the time of change - https://hub.docker.com/r/kiwigrid/k8s-sidecar/tags the kiwigrid/k8s-sidecar 1.24.3 image is reportedly vulnerable to the following CVE: CVE-2023-29491 CVE-2023-52425 CVE-2023-7104 CVE-2024-28757 --- docs/sources/setup/install/helm/reference.md | 2 +- production/helm/loki/Chart.yaml | 2 +- production/helm/loki/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 80b4ab5fe1cbb..ff9eca098eb6b 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -9679,7 +9679,7 @@ false string Docker image tag
-"1.24.3"
+"1.27.5"
 
diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index 4b35a38ae3262..5f55dca8e8be9 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: loki description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. type: application -appVersion: 3.1.1 +appVersion: 3.1.2 version: 6.10.0 home: https://grafana.github.io/helm-charts sources: diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index bffeca816a62c..9a5b451b9a638 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -3150,7 +3150,7 @@ sidecar: # -- The Docker registry and image for the k8s sidecar repository: kiwigrid/k8s-sidecar # -- Docker image tag - tag: 1.24.3 + tag: 1.27.5 # -- Docker image sha. If empty, no sha will be used sha: "" # -- Docker image pull policy