Skip to content

Commit e0c07c4

Browse files
fix(helm): explicitly set registry for k8s-sidecar image (#19233)
Signed-off-by: yellowhat <[email protected]> Signed-off-by: Jay Clifford <[email protected]> Co-authored-by: Jay Clifford <[email protected]>
1 parent 82aa322 commit e0c07c4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/sources/setup/install/helm/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12143,7 +12143,7 @@ false
1214312143
<td>string</td>
1214412144
<td>The Docker registry and image for the k8s sidecar</td>
1214512145
<td><pre lang="json">
12146-
"kiwigrid/k8s-sidecar"
12146+
"docker.io/kiwigrid/k8s-sidecar"
1214712147
</pre>
1214812148
</td>
1214912149
</tr>

production/helm/loki/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
## Unreleased
1515

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

1819
## 6.40.0

production/helm/loki/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3975,7 +3975,7 @@ extraObjects: null
39753975
sidecar:
39763976
image:
39773977
# -- The Docker registry and image for the k8s sidecar
3978-
repository: kiwigrid/k8s-sidecar
3978+
repository: docker.io/kiwigrid/k8s-sidecar
39793979
# -- Docker image tag
39803980
tag: 1.30.7
39813981
# -- Docker image sha. If empty, no sha will be used

0 commit comments

Comments
 (0)