Skip to content

Commit e596288

Browse files
Merge pull request #3896 from fabian-woelk-el/chore/tempo-helm/memcached-v1639
[tempo-distributed] update memcached image to 1.6.39, memcached-exporter to 0.15.3
2 parents 1dcaa30 + 558c881 commit e596288

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.52.3
5+
version: 1.52.4
66
appVersion: 2.9.0
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.52.3](https://img.shields.io/badge/Version-1.52.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
3+
![Version: 1.52.4](https://img.shields.io/badge/Version-1.52.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.9.0](https://img.shields.io/badge/AppVersion-2.9.0-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -681,7 +681,7 @@ The memcached default args are removed and should be provided manually. The sett
681681
| memcached.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
682682
| memcached.image.registry | string | `nil` | The Docker registry for the Memcached image. Overrides `global.image.registry` |
683683
| memcached.image.repository | string | `"memcached"` | Memcached Docker image repository |
684-
| memcached.image.tag | string | `"1.6.33-alpine"` | Memcached Docker image tag |
684+
| memcached.image.tag | string | `"1.6.39-alpine"` | Memcached Docker image tag |
685685
| memcached.initContainers | list | `[]` | Init containers for the memcached pod |
686686
| memcached.livenessProbe | object | `{"failureThreshold":6,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | configuration for liveness probe for memcached statefulset |
687687
| memcached.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
@@ -700,7 +700,7 @@ The memcached default args are removed and should be provided manually. The sett
700700
| memcachedExporter.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
701701
| memcachedExporter.image.registry | string | `nil` | The Docker registry for the Memcached Exporter image. Overrides `global.image.registry` |
702702
| memcachedExporter.image.repository | string | `"prom/memcached-exporter"` | Memcached Exporter Docker image repository |
703-
| memcachedExporter.image.tag | string | `"v0.14.4"` | Memcached Exporter Docker image tag |
703+
| memcachedExporter.image.tag | string | `"v0.15.3"` | Memcached Exporter Docker image tag |
704704
| memcachedExporter.resources | object | `{}` | |
705705
| 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. |
706706
| 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
@@ -1735,7 +1735,7 @@ memcached:
17351735
# -- Memcached Docker image repository
17361736
repository: memcached
17371737
# -- Memcached Docker image tag
1738-
tag: 1.6.33-alpine
1738+
tag: 1.6.39-alpine
17391739
# -- Memcached Docker image pull policy
17401740
pullPolicy: IfNotPresent
17411741
host: memcached
@@ -1826,7 +1826,7 @@ memcachedExporter:
18261826
# -- Memcached Exporter Docker image repository
18271827
repository: prom/memcached-exporter
18281828
# -- Memcached Exporter Docker image tag
1829-
tag: v0.14.4
1829+
tag: v0.15.3
18301830
# -- Memcached Exporter Docker image pull policy
18311831
pullPolicy: IfNotPresent
18321832
# -- Memcached Exporter resource requests and limits

0 commit comments

Comments
 (0)