From e1e40e383cb9ee6ee091df86e8d506d0b292c70f Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 3 Aug 2024 22:31:47 -0400 Subject: [PATCH 1/4] bump gateway nginx, memcached, and memcached exporter deps Signed-off-by: drfaust92 --- charts/tempo-distributed/Chart.yaml | 2 +- charts/tempo-distributed/README.md | 6 +++--- charts/tempo-distributed/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 868897b1db..2208e571e5 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.15.4 +version: 1.16.0 appVersion: 2.5.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index 972eeeb092..bd92e9b066 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -443,7 +443,7 @@ The memcached default args are removed and should be provided manually. The sett | gateway.image.pullSecrets | list | `[]` | Optional list of imagePullSecrets. Overrides `global.image.pullSecrets` | | gateway.image.registry | string | `nil` | The Docker registry for the gateway image. Overrides `global.image.registry` | | gateway.image.repository | string | `"nginxinc/nginx-unprivileged"` | The gateway image repository | -| gateway.image.tag | string | `"1.19-alpine"` | The gateway image tag | +| gateway.image.tag | string | `"1.27-alpine"` | The gateway image tag | | gateway.ingress.annotations | object | `{}` | Annotations for the gateway ingress | | gateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the gateway should be created | | gateway.ingress.hosts | list | `[{"host":"gateway.tempo.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the gateway ingress | @@ -557,7 +557,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.23-alpine"` | Memcached Docker image tag | +| memcached.image.tag | string | `"1.6.29-alpine"` | Memcached Docker image tag | | memcached.podAnnotations | object | `{}` | Annotations for memcached pods | | memcached.podLabels | object | `{}` | Labels for memcached pods | | memcached.replicas | int | `1` | | @@ -570,7 +570,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.8.0"` | Memcached Exporter Docker image tag | +| memcachedExporter.image.tag | string | `"v0.14.4"` | 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. | diff --git a/charts/tempo-distributed/values.yaml b/charts/tempo-distributed/values.yaml index 6a2387b6b9..422fc8ff85 100755 --- a/charts/tempo-distributed/values.yaml +++ b/charts/tempo-distributed/values.yaml @@ -1451,7 +1451,7 @@ memcached: # -- Memcached Docker image repository repository: memcached # -- Memcached Docker image tag - tag: 1.6.23-alpine + tag: 1.6.29-alpine # -- Memcached Docker image pull policy pullPolicy: IfNotPresent host: memcached @@ -1514,7 +1514,7 @@ memcachedExporter: # -- Memcached Exporter Docker image repository repository: prom/memcached-exporter # -- Memcached Exporter Docker image tag - tag: v0.8.0 + tag: v0.14.4 # -- Memcached Exporter Docker image pull policy pullPolicy: IfNotPresent # -- Memcached Exporter resource requests and limits @@ -1709,7 +1709,7 @@ gateway: # -- The gateway image repository repository: nginxinc/nginx-unprivileged # -- The gateway image tag - tag: 1.19-alpine + tag: 1.27-alpine # -- The gateway image pull policy pullPolicy: IfNotPresent # -- The name of the PriorityClass for gateway pods From dc11a4c5fafc9d858772b8284c63eb77fe64c12d Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 3 Aug 2024 22:38:13 -0400 Subject: [PATCH 2/4] bump gateway nginx, memcached, and memcached exporter deps Signed-off-by: drfaust92 --- charts/tempo-distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index bd92e9b066..e1e213fe34 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.15.4](https://img.shields.io/badge/Version-1.15.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) Grafana Tempo in MicroService mode From 15adbd047756158e0c1329522e998ca90335efe8 Mon Sep 17 00:00:00 2001 From: MH Date: Thu, 8 Aug 2024 09:45:47 +0800 Subject: [PATCH 3/4] Update Chart.yaml Signed-off-by: MH --- charts/tempo-distributed/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/Chart.yaml b/charts/tempo-distributed/Chart.yaml index 2208e571e5..8a68e12e60 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.16.0 +version: 1.16.1 appVersion: 2.5.0 engine: gotpl home: https://grafana.com/docs/tempo/latest/ From fff19bce781b61dd5dac3b6d6f3b0bfbdc06724a Mon Sep 17 00:00:00 2001 From: MH Date: Thu, 8 Aug 2024 09:46:13 +0800 Subject: [PATCH 4/4] Update README.md Signed-off-by: MH --- charts/tempo-distributed/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tempo-distributed/README.md b/charts/tempo-distributed/README.md index d8203e3f6f..a67ab55fc4 100755 --- a/charts/tempo-distributed/README.md +++ b/charts/tempo-distributed/README.md @@ -1,6 +1,6 @@ # tempo-distributed -![Version: 1.16.0](https://img.shields.io/badge/Version-1.16.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) +![Version: 1.16.1](https://img.shields.io/badge/Version-1.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.5.0](https://img.shields.io/badge/AppVersion-2.5.0-informational?style=flat-square) Grafana Tempo in MicroService mode