Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -12143,7 +12143,7 @@ false
<td>string</td>
<td>The Docker registry and image for the k8s sidecar</td>
<td><pre lang="json">
"kiwigrid/k8s-sidecar"
"docker.io/kiwigrid/k8s-sidecar"
</pre>
</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Entries should include a reference to the pull request that introduced the chang

## Unreleased

- [BUGFIX] Explicitly set registry for k8s-sidecar image [#19233](https://github.com/grafana/loki/pull/19233]
- [ENHANCEMENT] Add configurable `livenessProbe` and `startupProbe` for the nginx container in the gateway pods. [#18545](https://github.com/grafana/loki/pull/18545)

## 6.40.0
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 @@ -3975,7 +3975,7 @@ extraObjects: null
sidecar:
image:
# -- The Docker registry and image for the k8s sidecar
repository: kiwigrid/k8s-sidecar
repository: docker.io/kiwigrid/k8s-sidecar
# -- Docker image tag
tag: 1.30.7
# -- Docker image sha. If empty, no sha will be used
Expand Down
Loading