Skip to content

Commit b52648b

Browse files
chore(deps): update kiwigrid/k8s-sidecar docker tag to v2 (#568)
* chore(deps): update kiwigrid/k8s-sidecar docker tag to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * update changelog Signed-off-by: Tom Hayward <thayward@infoblox.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Tom Hayward <thayward@infoblox.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tom Hayward <thayward@infoblox.com>
1 parent feab5d2 commit b52648b

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## master / unreleased
44

5+
* [DEPENDENCY] update kiwigrid/k8s-sidecar docker tag to v2.5.0 #568
56
* [DEPENDENCY] update memcached docker tag to v1.6.40 #580
67
* [DEPENDENCY] update prom/memcached-exporter docker tag to v0.15.5 #581
78

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.30.11"` | |
146+
| alertmanager.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"2.5.0"` | |
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 |
@@ -829,7 +829,7 @@ Kubernetes: `^1.19.0-0`
829829
| 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 |
830830
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;repository | string | `"kiwigrid/k8s-sidecar"` | |
831831
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;sha | string | `""` | |
832-
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"1.30.11"` | |
832+
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;image.&ZeroWidthSpace;tag | string | `"2.5.0"` | |
833833
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;imagePullPolicy | string | `"IfNotPresent"` | |
834834
| ruler.&ZeroWidthSpace;sidecar.&ZeroWidthSpace;label | string | `"cortex_rules"` | label that the configmaps with rules are marked with |
835835
| 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.30.11
286+
tag: 2.5.0
287287
sha: ""
288288
imagePullPolicy: IfNotPresent
289289
resources: {}
@@ -700,7 +700,7 @@ ruler:
700700
enabled: false
701701
image:
702702
repository: kiwigrid/k8s-sidecar
703-
tag: 1.30.11
703+
tag: 2.5.0
704704
sha: ""
705705
imagePullPolicy: IfNotPresent
706706
resources: {}

0 commit comments

Comments
 (0)