Skip to content

Commit 5dde22f

Browse files
chore(tempo-distributed): increase version number
Signed-off-by: Fabian Woelk <[email protected]>
1 parent 8ba262e commit 5dde22f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.4
5+
version: 1.47.5
66
appVersion: 2.8.2
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

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

3-
![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)
3+
![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)
44

55
Grafana Tempo in MicroService mode
66

@@ -666,7 +666,7 @@ The memcached default args are removed and should be provided manually. The sett
666666
| memcached.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
667667
| memcached.image.registry | string | `nil` | The Docker registry for the Memcached image. Overrides `global.image.registry` |
668668
| memcached.image.repository | string | `"memcached"` | Memcached Docker image repository |
669-
| memcached.image.tag | string | `"1.6.33-alpine"` | Memcached Docker image tag |
669+
| memcached.image.tag | string | `"1.6.39-alpine"` | Memcached Docker image tag |
670670
| memcached.initContainers | list | `[]` | Init containers for the memcached pod |
671671
| memcached.livenessProbe | object | `{"failureThreshold":6,"initialDelaySeconds":30,"periodSeconds":10,"successThreshold":1,"timeoutSeconds":5}` | configuration for liveness probe for memcached statefulset |
672672
| 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
685685
| memcachedExporter.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` |
686686
| memcachedExporter.image.registry | string | `nil` | The Docker registry for the Memcached Exporter image. Overrides `global.image.registry` |
687687
| memcachedExporter.image.repository | string | `"prom/memcached-exporter"` | Memcached Exporter Docker image repository |
688-
| memcachedExporter.image.tag | string | `"v0.14.4"` | Memcached Exporter Docker image tag |
688+
| memcachedExporter.image.tag | string | `"v0.15.3"` | Memcached Exporter Docker image tag |
689689
| memcachedExporter.resources | object | `{}` | |
690690
| 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. |
691691
| 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:
11691169
receiverConfig: {}
11701170
# -- Default OTLP gRPC port
11711171
port: 4317
1172-
```
1172+
```

charts/tempo-distributed/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,7 +1700,7 @@ memcached:
17001700
# -- Memcached Docker image repository
17011701
repository: memcached
17021702
# -- Memcached Docker image tag
1703-
tag: 1.6.33-alpine
1703+
tag: 1.6.39-alpine
17041704
# -- Memcached Docker image pull policy
17051705
pullPolicy: IfNotPresent
17061706
host: memcached
@@ -1791,7 +1791,7 @@ memcachedExporter:
17911791
# -- Memcached Exporter Docker image repository
17921792
repository: prom/memcached-exporter
17931793
# -- Memcached Exporter Docker image tag
1794-
tag: v0.14.4
1794+
tag: v0.15.3
17951795
# -- Memcached Exporter Docker image pull policy
17961796
pullPolicy: IfNotPresent
17971797
# -- Memcached Exporter resource requests and limits

0 commit comments

Comments
 (0)