Skip to content

Commit

Permalink
chore: Update kiwigrid/k8s-sidecar
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jlm0x017 committed Aug 27, 2024
1 parent 1535183 commit 8846edd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/sources/setup/install/helm/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -9679,7 +9679,7 @@ false
<td>string</td>
<td>Docker image tag</td>
<td><pre lang="json">
"1.24.3"
"1.27.5"
</pre>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8846edd

Please sign in to comment.