diff --git a/.vib/grafana-tempo/cypress/cypress/e2e/grafana_tempo.cy.js b/.vib/grafana-tempo/cypress/cypress/e2e/grafana_tempo.cy.js
index 1b85d5af8d83f3..80f3e46deadfef 100644
--- a/.vib/grafana-tempo/cypress/cypress/e2e/grafana_tempo.cy.js
+++ b/.vib/grafana-tempo/cypress/cypress/e2e/grafana_tempo.cy.js
@@ -26,9 +26,8 @@ it('lists all components in a healthy state', () => {
cy.visit('/memberlist');
- // The lower, the better. Zero --> Healthy
- cy.contains('Health Score: 0');
- cy.contains(`Members: ${numMembers}`);
+ cy.contains('it is healthy');
+ cy.contains(`cluster has ${numMembers} members`);
// Check a random member's gossipRing port
var randomMember = members[Math.floor(Math.random()*members.length)];
diff --git a/bitnami/grafana-tempo/CHANGELOG.md b/bitnami/grafana-tempo/CHANGELOG.md
index 2f12cc8d3510b1..07ff08c6524083 100644
--- a/bitnami/grafana-tempo/CHANGELOG.md
+++ b/bitnami/grafana-tempo/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 3.7.7 (2024-08-27)
+## 3.7.8 (2024-09-04)
-* [bitnami/grafana-tempo] Release 3.7.7 ([#29051](https://github.com/bitnami/charts/pull/29051))
+* [bitnami/grafana-tempo] Release 3.7.8 ([#29185](https://github.com/bitnami/charts/pull/29185))
+
+## 3.7.7 (2024-08-27)
+
+* [bitnami/grafana-tempo] Release 3.7.7 (#29051) ([de8ab9e](https://github.com/bitnami/charts/commit/de8ab9e8254c63daa97c1ab6695e04facb39585b)), closes [#29051](https://github.com/bitnami/charts/issues/29051)
## 3.7.6 (2024-08-23)
diff --git a/bitnami/grafana-tempo/Chart.lock b/bitnami/grafana-tempo/Chart.lock
index a975ddc2b02d78..4af60e5fdbeb63 100644
--- a/bitnami/grafana-tempo/Chart.lock
+++ b/bitnami/grafana-tempo/Chart.lock
@@ -1,9 +1,9 @@
dependencies:
- name: memcached
repository: oci://registry-1.docker.io/bitnamicharts
- version: 7.4.11
+ version: 7.4.13
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.22.0
-digest: sha256:cdd5961174b65a30f5b7f969355a5e87f529e705fe4fcc61657f31ae3270f093
-generated: "2024-08-23T20:07:38.323300432Z"
+digest: sha256:25a47047b01ffd7e34060085030e7132b02724fbd91f94e3a3393bb7b94fa215
+generated: "2024-09-03T20:20:57.759539822Z"
diff --git a/bitnami/grafana-tempo/Chart.yaml b/bitnami/grafana-tempo/Chart.yaml
index e423ae006596ca..3002cfc298dde2 100644
--- a/bitnami/grafana-tempo/Chart.yaml
+++ b/bitnami/grafana-tempo/Chart.yaml
@@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: grafana-tempo
- image: docker.io/bitnami/grafana-tempo:2.5.0-debian-12-r11
+ image: docker.io/bitnami/grafana-tempo:2.6.0-debian-12-r0
- name: grafana-tempo-query
- image: docker.io/bitnami/grafana-tempo-query:2.5.0-debian-12-r9
+ image: docker.io/bitnami/grafana-tempo-query:2.6.0-debian-12-r0
- name: grafana-tempo-vulture
- image: docker.io/bitnami/grafana-tempo-vulture:2.5.0-debian-12-r10
+ image: docker.io/bitnami/grafana-tempo-vulture:2.6.0-debian-12-r0
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r28
+ image: docker.io/bitnami/os-shell:12-debian-12-r29
apiVersion: v2
-appVersion: 2.5.0
+appVersion: 2.6.0
dependencies:
- condition: memcached.enabled
name: memcached
@@ -39,4 +39,4 @@ maintainers:
name: grafana-tempo
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/grafana-tempo
-version: 3.7.7
+version: 3.7.8
diff --git a/bitnami/grafana-tempo/values.yaml b/bitnami/grafana-tempo/values.yaml
index 671f5e5323b16e..4c5b05b935652c 100644
--- a/bitnami/grafana-tempo/values.yaml
+++ b/bitnami/grafana-tempo/values.yaml
@@ -83,7 +83,7 @@ tempo:
image:
registry: docker.io
repository: bitnami/grafana-tempo
- tag: 2.5.0-debian-12-r11
+ tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2442,7 +2442,7 @@ queryFrontend:
image:
registry: docker.io
repository: bitnami/grafana-tempo-query
- tag: 2.5.0-debian-12-r9
+ tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2743,7 +2743,7 @@ vulture:
image:
registry: docker.io
repository: bitnami/grafana-tempo-vulture
- tag: 2.5.0-debian-12-r10
+ tag: 2.6.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -3152,7 +3152,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r28
+ tag: 12-debian-12-r29
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.