Skip to content

Commit c1a67fb

Browse files
Merge branch 'main' into fix/tempo-distributed-registry-colcase
2 parents a27d9d5 + 665f0bf commit c1a67fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/synthetic-monitoring-agent/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v0.34.4
2+
appVersion: v0.38.3
33
description: Grafana's Synthetic Monitoring application. The agent provides probe functionality and executes network checks for monitoring remote targets.
44
home: https://grafana.net
55
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
@@ -14,4 +14,4 @@ name: synthetic-monitoring-agent
1414
sources:
1515
- https://github.com/grafana/synthetic-monitoring-agent
1616
type: application
17-
version: 1.0.0
17+
version: 1.1.0

charts/synthetic-monitoring-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# synthetic-monitoring-agent
22

3-
![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.34.4](https://img.shields.io/badge/AppVersion-v0.34.4-informational?style=flat-square)
3+
![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.38.3](https://img.shields.io/badge/AppVersion-v0.38.3-informational?style=flat-square)
44

55
Grafana's Synthetic Monitoring application. The agent provides probe functionality and executes network checks for monitoring remote targets.
66

charts/tempo-distributed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ The memcached default args are removed and should be provided manually. The sett
408408
| distributor.topologySpreadConstraints | string | Defaults to allow skew no more then 1 node per AZ | topologySpread for distributor pods. Passed through `tpl` and, thus, to be configured as string |
409409
| enterprise.enabled | bool | `false` | |
410410
| enterprise.image.repository | string | `"grafana/enterprise-traces"` | Grafana Enterprise Traces container image repository. Note: for Grafana Tempo use the value 'image.repository' |
411-
| enterprise.image.tag | string | `"v2.6.1"` | Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag' |
411+
| enterprise.image.tag | string | `"v2.8.1"` | Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag' |
412412
| enterpriseFederationFrontend.affinity | string | Hard node and soft zone anti-affinity | Affinity for federation-frontend pods. Passed through `tpl` and, thus, to be configured as string |
413413
| enterpriseFederationFrontend.autoscaling.enabled | bool | `false` | Enable autoscaling for the federation-frontend |
414414
| enterpriseFederationFrontend.autoscaling.maxReplicas | int | `3` | Maximum autoscaling replicas for the federation-frontend |

charts/tempo-distributed/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ enterprise:
22732273
# -- Grafana Enterprise Traces container image repository. Note: for Grafana Tempo use the value 'image.repository'
22742274
repository: grafana/enterprise-traces
22752275
# -- Grafana Enterprise Traces container image tag. Note: for Grafana Tempo use the value 'image.tag'
2276-
tag: v2.6.1
2276+
tag: v2.8.1
22772277
# Note: pullPolicy and optional pullSecrets are set in toplevel 'image' section, not here
22782278

22792279
# In order to use Grafana Enterprise Traces features, you will need to provide the contents of your Grafana Enterprise Traces

0 commit comments

Comments
 (0)