File tree Expand file tree Collapse file tree 7 files changed +15
-12
lines changed Expand file tree Collapse file tree 7 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : grafana
3
- version : 9.4.0
4
- appVersion : 12.1.0
3
+ version : 9.4.3
4
+ appVersion : 12.1.1
5
5
kubeVersion : " ^1.8.0-0"
6
6
description : The leading tool for querying and visualizing time series and metrics.
7
7
home : https://grafana.com
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ need to instead set `global.imageRegistry`.
168
168
| ` lifecycleHooks ` | Lifecycle hooks for podStart and preStop [ Example] ( https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/#define-poststart-and-prestop-handlers ) | ` {} ` |
169
169
| ` sidecar.image.registry ` | Sidecar image registry | ` quay.io ` |
170
170
| ` sidecar.image.repository ` | Sidecar image repository | ` kiwigrid/k8s-sidecar ` |
171
- | ` sidecar.image.tag ` | Sidecar image tag | ` 1.30.0 ` |
171
+ | ` sidecar.image.tag ` | Sidecar image tag | ` 1.30.10 ` |
172
172
| ` sidecar.image.sha ` | Sidecar image sha (optional) | ` "" ` |
173
173
| ` sidecar.imagePullPolicy ` | Sidecar image pull policy | ` IfNotPresent ` |
174
174
| ` sidecar.resources ` | Sidecar resources | ` {} ` |
Original file line number Diff line number Diff line change 44
44
metadata :
45
45
name : storage
46
46
spec :
47
- accessModes : {{ .Values.persistence.accessModes }}
47
+ accessModes :
48
+ {{- range .Values.persistence.accessModes }}
49
+ - {{ . | quote }}
50
+ {{- end }}
48
51
storageClassName : {{ .Values.persistence.storageClassName }}
49
52
{{- with .Values.persistence.volumeName }}
50
53
volumeName : {{ . | quote }}
Original file line number Diff line number Diff line change @@ -959,7 +959,7 @@ sidecar:
959
959
# -- The Docker registry
960
960
registry : quay.io
961
961
repository : kiwigrid/k8s-sidecar
962
- tag : 1.30.3
962
+ tag : 1.30.10
963
963
sha : " "
964
964
imagePullPolicy : IfNotPresent
965
965
resources : {}
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ dependencies:
7
7
version: 0.5.0
8
8
- name: rollout-operator
9
9
repository: https://grafana.github.io/helm-charts
10
- version: 0.30 .0
11
- digest: sha256:07fffb46b6227c0fcb61737b8e1ec355f4fa01c7a12804c1699ba88607866d45
12
- generated: "2025-06-27T12:40:51.413636+03 :00"
10
+ version: 0.32 .0
11
+ digest: sha256:602a35e77f9ba8760c5b0ea21d041053ade43eaf3e9c1a4d4194da1c61865e3b
12
+ generated: "2025-08-29T13:25:03.086242-04 :00"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : tempo-distributed
3
3
description : Grafana Tempo in MicroService mode
4
4
type : application
5
- version : 1.47.0
5
+ version : 1.47.1
6
6
appVersion : 2.8.2
7
7
engine : gotpl
8
8
home : https://grafana.com/docs/tempo/latest/
@@ -36,5 +36,5 @@ dependencies:
36
36
- name : rollout-operator
37
37
alias : rollout_operator
38
38
repository : https://grafana.github.io/helm-charts
39
- version : 0.30 .0
39
+ version : 0.32 .0
40
40
condition : rollout_operator.enabled
Original file line number Diff line number Diff line change 1
1
# tempo-distributed
2
2
3
- ![ Version: 1.47.0 ] ( https://img.shields.io/badge/Version-1.47.0 -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.1 ] ( https://img.shields.io/badge/Version-1.47.1 -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 )
4
4
5
5
Grafana Tempo in MicroService mode
6
6
@@ -14,7 +14,7 @@ Grafana Tempo in MicroService mode
14
14
| ------------| ------| ---------|
15
15
| https://charts.min.io/ | minio(minio) | 4.0.12 |
16
16
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.0 |
17
- | https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.30 .0 |
17
+ | https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.32 .0 |
18
18
19
19
## Chart Repo
20
20
You can’t perform that action at this time.
0 commit comments