Skip to content

Commit 706f190

Browse files
chore(deps): update kiwigrid/k8s-sidecar docker tag to v1.30.5 (#531)
* chore(deps): update kiwigrid/k8s-sidecar docker tag to v1.30.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Update Changelog.md Signed-off-by: Niclas Schad <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Niclas Schad <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Niclas Schad <[email protected]>
1 parent 808b538 commit 706f190

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* [CHANGE] Change default config: distributors, rulers, queriers, query-frontend, nginx and compactors can be disrupted until 30%
66
* [CHANGE] Remove startup probes from compactors from default values. It's not recommended in general #542
77
* [CHANGE] Use default value for num_tokens in ingester configuration #544
8+
* [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531
89

910
## 2.6.0 / 2025-05-07
1011

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Kubernetes: `^1.19.0-0`
143143
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;folderAnnotation | string | `"k8s-sidecar-target-directory"` | The annotation the sidecar will look for in ConfigMaps and/or Secrets to override the destination folder for files. If the value is a relative path, it will be relative to FOLDER |
144144
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;repository | string | `"kiwigrid/k8s-sidecar"` | |
145145
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;sha | string | `""` | |
146-
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"1.19.5"` | |
146+
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"1.30.5"` | |
147147
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;imagePullPolicy | string | `"IfNotPresent"` | |
148148
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;label | string | `"cortex_alertmanager"` | Label that should be used for filtering |
149149
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;labelValue | string | `""` | The value for the label you want to filter your resources on. Don't set a value to filter by any value |
@@ -760,7 +760,7 @@ Kubernetes: `^1.19.0-0`
760760
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;folderAnnotation | string | `"k8s-sidecar-target-directory"` | The annotation the sidecar will look for in ConfigMaps and/or Secrets to override the destination folder for files. If the value is a relative path, it will be relative to FOLDER |
761761
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;repository | string | `"kiwigrid/k8s-sidecar"` | |
762762
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;sha | string | `""` | |
763-
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"1.19.5"` | |
763+
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"1.30.5"` | |
764764
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;imagePullPolicy | string | `"IfNotPresent"` | |
765765
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;label | string | `"cortex_rules"` | label that the configmaps with rules are marked with |
766766
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;labelValue | string | `""` | The value for the label you want to filter your resources on. Don't set a value to filter by any value |

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ alertmanager:
283283
enabled: false
284284
image:
285285
repository: kiwigrid/k8s-sidecar
286-
tag: 1.19.5
286+
tag: 1.30.5
287287
sha: ""
288288
imagePullPolicy: IfNotPresent
289289
resources: {}
@@ -699,7 +699,7 @@ ruler:
699699
enabled: false
700700
image:
701701
repository: kiwigrid/k8s-sidecar
702-
tag: 1.19.5
702+
tag: 1.30.5
703703
sha: ""
704704
imagePullPolicy: IfNotPresent
705705
resources: {}

0 commit comments

Comments
 (0)