Skip to content

Commit de7af44

Browse files
[tempo-distributed] update memcached image to 1.6.39, memcached-exporter to 0.15.3
Addresses several CVEs Signed-off-by: Fabian Woelk <[email protected]>
1 parent d5d7d3f commit de7af44

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/tempo-distributed/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tempo-distributed
33
description: Grafana Tempo in MicroService mode
44
type: application
5-
version: 1.47.1
5+
version: 1.47.2
66
appVersion: 2.8.2
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.47.1](https://img.shields.io/badge/Version-1.47.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
3+
![Version: 1.47.2](https://img.shields.io/badge/Version-1.47.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.8.2](https://img.shields.io/badge/AppVersion-2.8.2-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -661,7 +661,7 @@ The memcached default args are removed and should be provided manually. The sett
661661
| memcached.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
662662
| memcached.image.registry | string | `nil` | The Docker registry for the Memcached image. Overrides `global.image.registry` |
663663
| memcached.image.repository | string | `"memcached"` | Memcached Docker image repository |
664-
| memcached.image.tag | string | `"1.6.33-alpine"` | Memcached Docker image tag |
664+
| memcached.image.tag | string | `"1.6.39-alpine"` | Memcached Docker image tag |
665665
| memcached.initContainers | list | `[]` | Init containers for the memcached pod |
666666
| memcached.livenessProbe | object | `{"failureThreshold":6,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | configuration for liveness probe for memcached statefulset |
667667
| memcached.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
@@ -680,7 +680,7 @@ The memcached default args are removed and should be provided manually. The sett
680680
| memcachedExporter.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
681681
| memcachedExporter.image.registry | string | `nil` | The Docker registry for the Memcached Exporter image. Overrides `global.image.registry` |
682682
| memcachedExporter.image.repository | string | `"prom/memcached-exporter"` | Memcached Exporter Docker image repository |
683-
| memcachedExporter.image.tag | string | `"v0.14.4"` | Memcached Exporter Docker image tag |
683+
| memcachedExporter.image.tag | string | `"v0.15.3"` | Memcached Exporter Docker image tag |
684684
| memcachedExporter.resources | object | `{}` | |
685685
| metaMonitoring.grafanaAgent.annotations | object | `{}` | Annotations to add to all monitoring.grafana.com custom resources. Does not affect the ServiceMonitors for kubernetes metrics; use serviceMonitor.annotations for that. |
686686
| metaMonitoring.grafanaAgent.enabled | bool | `false` | Controls whether to create PodLogs, MetricsInstance, LogsInstance, and GrafanaAgent CRs to scrape the ServiceMonitors of the chart and ship metrics and logs to the remote endpoints below. Note that you need to configure serviceMonitor in order to have some metrics available. |

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ memcached:
16831683
# -- Memcached Docker image repository
16841684
repository: memcached
16851685
# -- Memcached Docker image tag
1686-
tag: 1.6.33-alpine
1686+
tag: 1.6.39-alpine
16871687
# -- Memcached Docker image pull policy
16881688
pullPolicy: IfNotPresent
16891689
host: memcached
@@ -1774,7 +1774,7 @@ memcachedExporter:
17741774
# -- Memcached Exporter Docker image repository
17751775
repository: prom/memcached-exporter
17761776
# -- Memcached Exporter Docker image tag
1777-
tag: v0.14.4
1777+
tag: v0.15.3
17781778
# -- Memcached Exporter Docker image pull policy
17791779
pullPolicy: IfNotPresent
17801780
# -- Memcached Exporter resource requests and limits

0 commit comments

Comments
 (0)