Skip to content

Commit 5f5d903

Browse files
Merge branch 'main' into patch-1
2 parents 26c1b6f + d76fe7b commit 5f5d903

File tree

13 files changed

+136
-14
lines changed

13 files changed

+136
-14
lines changed

charts/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: grafana
3-
version: 9.0.0
4-
appVersion: 12.0.0
3+
version: 9.2.0
4+
appVersion: 12.0.0-security-01
55
kubeVersion: "^1.8.0-0"
66
description: The leading tool for querying and visualizing time series and metrics.
77
home: https://grafana.com

charts/grafana/templates/image-renderer-servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if .Values.imageRenderer.serviceMonitor.enabled }}
1+
{{- if and .Values.imageRenderer.enabled .Values.imageRenderer.serviceMonitor.enabled }}
22
---
33
apiVersion: monitoring.coreos.com/v1
44
kind: ServiceMonitor

charts/grafana/templates/poddisruptionbudget.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ spec:
1919
selector:
2020
matchLabels:
2121
{{- include "grafana.selectorLabels" . | nindent 6 }}
22+
{{- with .Values.podDisruptionBudget.unhealthyPodEvictionPolicy }}
23+
unhealthyPodEvictionPolicy: {{ . }}
24+
{{- end }}
2225
{{- end }}

charts/grafana/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ podDisruptionBudget: {}
7070
# apiVersion: ""
7171
# minAvailable: 1
7272
# maxUnavailable: 1
73+
# unhealthyPodEvictionPolicy: IfHealthyBudget
7374

7475
## See `kubectl explain deployment.spec.strategy` for more
7576
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy

charts/rollout-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: rollout-operator
33
description: "Grafana rollout-operator"
44
type: application
5-
version: 0.28.0
6-
appVersion: v0.26.0
5+
version: 0.29.0
6+
appVersion: v0.27.0
77
home: https://github.com/grafana/rollout-operator
88
kubeVersion: ^1.10.0-0

charts/rollout-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Helm chart for deploying [Grafana rollout-operator](https://github.com/grafana/r
44

55
# rollout-operator
66

7-
![Version: 0.28.0](https://img.shields.io/badge/Version-0.28.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.26.0](https://img.shields.io/badge/AppVersion-v0.26.0-informational?style=flat-square)
7+
![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.27.0](https://img.shields.io/badge/AppVersion-v0.27.0-informational?style=flat-square)
88

99
Grafana rollout-operator
1010

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

charts/tempo-distributed/README.md

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

3-
![Version: 1.39.4](https://img.shields.io/badge/Version-1.39.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.2](https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square)
3+
![Version: 1.40.2](https://img.shields.io/badge/Version-1.40.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.7.2](https://img.shields.io/badge/AppVersion-2.7.2-informational?style=flat-square)
44

55
Grafana Tempo in MicroService mode
66

@@ -447,8 +447,8 @@ The memcached default args are removed and should be provided manually. The sett
447447
| enterpriseGateway.image.tag | string | `nil` | Docker image tag for the enterpriseGateway image. Overrides `tempo.image.tag` |
448448
| enterpriseGateway.ingress.annotations | object | `{}` | Annotations for the enterprise-gateway ingress |
449449
| enterpriseGateway.ingress.enabled | bool | `false` | Specifies whether an ingress for the enterprise-gateway should be created |
450-
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.gem.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
451-
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.gem.example.com"],"secretName":"gem-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
450+
| enterpriseGateway.ingress.hosts | list | `[{"host":"gateway.get.example.com","paths":[{"path":"/"}]}]` | Hosts configuration for the enterprise-gateway ingress |
451+
| enterpriseGateway.ingress.tls | list | `[{"hosts":["gateway.get.example.com"],"secretName":"get-gateway-tls"}]` | TLS configuration for the enterprise-gateway ingress |
452452
| enterpriseGateway.initContainers | list | `[]` | |
453453
| enterpriseGateway.nodeSelector | object | `{}` | |
454454
| enterpriseGateway.persistence.subPath | string | `nil` | |
@@ -616,6 +616,18 @@ The memcached default args are removed and should be provided manually. The sett
616616
| ingester.zoneAwareReplication.zones[2].extraAffinity | object | `{}` | extraAffinity adds user defined custom affinity rules (merged with generated rules) |
617617
| ingester.zoneAwareReplication.zones[2].nodeSelector | string | `nil` | nodeselector to restrict where pods of this zone can be placed. E.g.: nodeSelector: topology.kubernetes.io/zone: zone-c |
618618
| ingester.zoneAwareReplication.zones[2].storageClass | string | `nil` | Ingester data Persistent Volume Storage Class If defined, storageClassName: <storageClass> If set to "-", then use `storageClassName: ""`, which disables dynamic provisioning If undefined or set to null (the default), then fall back to the value of `ingester.persistentVolume.storageClass`. |
619+
| ingress.annotations | object | `{}` | |
620+
| ingress.enabled | bool | `false` | If you enable this, make sure to disable the gateway's ingress. |
621+
| ingress.hosts[0] | string | `"tempo.example.com"` | |
622+
| ingress.paths.compactor[0].path | string | `"/compactor/ring"` | |
623+
| ingress.paths.distributor[0].path | string | `"/v1/traces"` | |
624+
| ingress.paths.distributor[0].port | int | `4318` | |
625+
| ingress.paths.distributor[1].path | string | `"/distributor/ring"` | |
626+
| ingress.paths.distributor[2].path | string | `"/ingester/ring"` | |
627+
| ingress.paths.distributor[3].path | string | `"/metrics-generator/ring"` | |
628+
| ingress.paths.ingester[0].path | string | `"/flush"` | |
629+
| ingress.paths.ingester[1].path | string | `"/shutdown"` | |
630+
| ingress.paths.query-frontend[0].path | string | `"/api"` | |
619631
| kubectlImage.pullPolicy | string | `"IfNotPresent"` | |
620632
| kubectlImage.repository | string | `"bitnami/kubectl"` | |
621633
| kubectlImage.tag | string | `"latest"` | |
@@ -806,6 +818,7 @@ The memcached default args are removed and should be provided manually. The sett
806818
| querier.initContainers | list | `[]` | Init containers for the querier pod |
807819
| querier.maxSurge | int | `0` | Max Surge for querier pods |
808820
| querier.maxUnavailable | int | `1` | Pod Disruption Budget maxUnavailable |
821+
| querier.minReadySeconds | int | `10` | Minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing/terminating |
809822
| querier.nodeSelector | object | `{}` | Node selector for querier pods |
810823
| querier.podAnnotations | object | `{}` | Annotations for querier pods |
811824
| querier.podLabels | object | `{}` | Labels for querier pods |

charts/tempo-distributed/templates/NOTES.txt

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,25 @@ Installed components:
1313
* federation-frontend
1414
{{- end }}
1515
* compactor
16+
{{- if .Values.metricsGenerator.enabled }}
17+
* metrics-generator
18+
{{- end }}
1619
{{- if .Values.memcached.enabled }}
1720
* memcached
1821
{{- end }}
22+
{{- if .Values.memcachedExporter.enabled }}
23+
* memcached-exporter
24+
{{- end }}
1925
{{- if .Values.gateway.enabled }}
2026
* gateway
21-
{{- end }}
27+
{{- end }}
28+
{{- if .Values.minio.enabled }}
29+
* minio
30+
{{- end }}
31+
{{- if .Values.rollout_operator.enabled }}
32+
* rollout-operator
33+
{{- end }}
34+
{{- if .Values.enterprise.enabled }}
35+
* admin_api
36+
* enterprise-gateway
37+
{{- end }}

charts/tempo-distributed/templates/compactor/deployment-compactor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ metadata:
1212
{{- end }}
1313
spec:
1414
minReadySeconds: {{ .Values.compactor.minReadySeconds }}
15+
{{- if not .Values.compactor.autoscaling.enabled }}
1516
replicas: {{ .Values.compactor.replicas }}
17+
{{- end }}
1618
revisionHistoryLimit: {{ .Values.tempo.revisionHistoryLimit }}
1719
selector:
1820
matchLabels:

0 commit comments

Comments
 (0)