From 5dde22f2fdf2a9310af410d82cbab12cb74f353c Mon Sep 17 00:00:00 2001 From: Fabian Woelk Date: Thu, 18 Sep 2025 14:55:26 +0200 Subject: [PATCH] chore(tempo-distributed): increase version number Signed-off-by: Fabian Woelk --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 8 ++++---- charts/tempo-distributed/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 1377153de8..7c9ded217e 100644 --- a/charts/tempo-distributed/Chart.yaml +++ b/charts/tempo-distributed/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: tempo-distributed description: Grafana Tempo in MicroService mode type: application -version: 1.47.4 +version: 1.47.5 appVersion: 2.8.2 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index d5ea37e1f0..5d69bbafcb 100644 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.47.4](https://img.shields.io/badge/Version-1.47.4-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) +![Version: 1.47.5](https://img.shields.io/badge/Version-1.47.5-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) Grafana Tempo in MicroService mode @@ -666,7 +666,7 @@ The memcached default args are removed and should be provided manually. The sett | memcached.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` | | memcached.image.registry | string | `nil` | The Docker registry for the Memcached image. Overrides `global.image.registry` | | memcached.image.repository | string | `"memcached"` | Memcached Docker image repository | -| memcached.image.tag | string | `"1.6.33-alpine"` | Memcached Docker image tag | +| memcached.image.tag | string | `"1.6.39-alpine"` | Memcached Docker image tag | | memcached.initContainers | list | `[]` | Init containers for the memcached pod | | memcached.livenessProbe | object | `{"failureThreshold":6,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | configuration for liveness probe for memcached statefulset | | memcached.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable | @@ -685,7 +685,7 @@ The memcached default args are removed and should be provided manually. The sett | memcachedExporter.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` | | memcachedExporter.image.registry | string | `nil` | The Docker registry for the Memcached Exporter image. Overrides `global.image.registry` | | memcachedExporter.image.repository | string | `"prom/memcached-exporter"` | Memcached Exporter Docker image repository | -| memcachedExporter.image.tag | string | `"v0.14.4"` | Memcached Exporter Docker image tag | +| memcachedExporter.image.tag | string | `"v0.15.3"` | Memcached Exporter Docker image tag | | memcachedExporter.resources | object | `{}` | | | 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. | | 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. | @@ -1169,4 +1169,4 @@ traces: receiverConfig: {} # -- Default OTLP gRPC port port: 4317 -``` \ No newline at end of file +``` diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 0b4964fc36..19b0a92d3e 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1700,7 +1700,7 @@ memcached: # -- Memcached Docker image repository repository: memcached # -- Memcached Docker image tag - tag: 1.6.33-alpine + tag: 1.6.39-alpine # -- Memcached Docker image pull policy pullPolicy: IfNotPresent host: memcached @@ -1791,7 +1791,7 @@ memcachedExporter: # -- Memcached Exporter Docker image repository repository: prom/memcached-exporter # -- Memcached Exporter Docker image tag - tag: v0.14.4 + tag: v0.15.3 # -- Memcached Exporter Docker image pull policy pullPolicy: IfNotPresent # -- Memcached Exporter resource requests and limits