Skip to content

Commit 7965d83

Browse files
authored
Merge branch 'main' into extra-configMap-mounts-optional
Signed-off-by: MH <zanhsieh@gmail.com>
2 parents 31aab04 + c0e8b31 commit 7965d83

12 files changed

+22
-20
lines changed

charts/grafana/templates/tests/test-configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "grafana.fullname" . }}-test
66
namespace: {{ include "grafana.namespace" . }}
77
annotations:
8-
"helm.sh/hook": test-success
8+
"helm.sh/hook": test
99
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
1010
labels:
1111
{{- include "grafana.labels" . | nindent 4 }}

charts/grafana/templates/tests/test-podsecuritypolicy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: PodSecurityPolicy
44
metadata:
55
name: {{ include "grafana.fullname" . }}-test
66
annotations:
7-
"helm.sh/hook": test-success
7+
"helm.sh/hook": test
88
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
99
labels:
1010
{{- include "grafana.labels" . | nindent 4 }}

charts/grafana/templates/tests/test-role.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "grafana.fullname" . }}-test
66
namespace: {{ include "grafana.namespace" . }}
77
annotations:
8-
"helm.sh/hook": test-success
8+
"helm.sh/hook": test
99
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
1010
labels:
1111
{{- include "grafana.labels" . | nindent 4 }}

charts/grafana/templates/tests/test-rolebinding.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ include "grafana.fullname" . }}-test
66
namespace: {{ include "grafana.namespace" . }}
77
annotations:
8-
"helm.sh/hook": test-success
8+
"helm.sh/hook": test
99
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
1010
labels:
1111
{{- include "grafana.labels" . | nindent 4 }}

charts/grafana/templates/tests/test-serviceaccount.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ metadata:
77
name: {{ include "grafana.serviceAccountNameTest" . }}
88
namespace: {{ include "grafana.namespace" . }}
99
annotations:
10-
"helm.sh/hook": test-success
10+
"helm.sh/hook": test
1111
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
1212
{{- end }}

charts/grafana/templates/tests/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
labels:
88
{{- include "grafana.labels" . | nindent 4 }}
99
annotations:
10-
"helm.sh/hook": test-success
10+
"helm.sh/hook": test
1111
"helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"
1212
namespace: {{ include "grafana.namespace" . }}
1313
spec:

charts/loki-distributed/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: loki-distributed
33
description: Helm chart for Grafana Loki in microservices mode
44
type: application
55
appVersion: 2.9.8
6-
version: 0.79.1
6+
version: 0.79.2
77
home: https://grafana.github.io/helm-charts
88
sources:
99
- https://github.com/grafana/loki

charts/loki-distributed/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# loki-distributed
22

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

55
Helm chart for Grafana Loki in microservices mode
66

@@ -315,8 +315,8 @@ kubectl delete statefulset RELEASE_NAME-loki-distributed-querier -n LOKI_NAMESPA
315315
| ingester.readinessProbe | object | `{}` | readiness probe settings for ingester pods. If empty, use `loki.readinessProbe` |
316316
| ingester.replicas | int | `1` | Number of replicas for the ingester |
317317
| ingester.resources | object | `{}` | Resource requests and limits for the ingester |
318-
| ingester.serviceLabels | object | `{}` | Labels for ingestor service |
319-
| ingester.terminationGracePeriodSeconds | int | `300` | Grace period to allow the ingester to shutdown before it is killed. Especially for the ingestor, this must be increased. It must be long enough so ingesters can be gracefully shutdown flushing/transferring all data and to successfully leave the member ring on shutdown. |
318+
| ingester.serviceLabels | object | `{}` | Labels for ingester service |
319+
| ingester.terminationGracePeriodSeconds | int | `300` | Grace period to allow the ingester to shutdown before it is killed. Especially for the ingester, this must be increased. It must be long enough so ingesters can be gracefully shutdown flushing/transferring all data and to successfully leave the member ring on shutdown. |
320320
| ingester.tolerations | list | `[]` | Tolerations for ingester pods |
321321
| ingester.topologySpreadConstraints | string | Defaults to allow skew no more then 1 node per AZ | topologySpread for ingester pods. Passed through `tpl` and, thus, to be configured as string |
322322
| ingress.annotations | object | `{}` | |

charts/loki-distributed/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ ingester:
434434
podLabels: {}
435435
# -- Annotations for ingester pods
436436
podAnnotations: {}
437-
# -- Labels for ingestor service
437+
# -- Labels for ingester service
438438
serviceLabels: {}
439439
# -- Additional CLI args for the ingester
440440
extraArgs: []
@@ -452,7 +452,7 @@ ingester:
452452
extraContainers: []
453453
# -- Init containers to add to the ingester pods
454454
initContainers: []
455-
# -- Grace period to allow the ingester to shutdown before it is killed. Especially for the ingestor,
455+
# -- Grace period to allow the ingester to shutdown before it is killed. Especially for the ingester,
456456
# this must be increased. It must be long enough so ingesters can be gracefully shutdown flushing/transferring
457457
# all data and to successfully leave the member ring on shutdown.
458458
terminationGracePeriodSeconds: 300

charts/tempo-distributed/Chart.yaml

+1-1
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.15.2
5+
version: 1.15.3
66
appVersion: 2.5.0
77
engine: gotpl
88
home: https://grafana.com/docs/tempo/latest/

charts/tempo-distributed/README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# tempo-distributed
22

3-
![Version: 1.15.2](https://img.shields.io/badge/Version-1.15.2-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)
3+
![Version: 1.15.3](https://img.shields.io/badge/Version-1.15.3-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)
44

55
Grafana Tempo in MicroService mode
66

@@ -892,9 +892,10 @@ Metrics-generator is disabled by default and can be activated by configuring the
892892
metricsGenerator:
893893
enabled: true
894894
config:
895-
storage_remote_write:
896-
- url: http://cortex/api/v1/push
897-
send_exemplars: true
895+
storage:
896+
remote_write:
897+
- url: http://cortex/api/v1/push
898+
send_exemplars: true
898899
# headers:
899900
# x-scope-orgid: operations
900901
# Global overrides

charts/tempo-distributed/README.md.gotmpl

+4-3
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,10 @@ Metrics-generator is disabled by default and can be activated by configuring the
263263
metricsGenerator:
264264
enabled: true
265265
config:
266-
storage_remote_write:
267-
- url: http://cortex/api/v1/push
268-
send_exemplars: true
266+
storage:
267+
remote_write:
268+
- url: http://cortex/api/v1/push
269+
send_exemplars: true
269270
# headers:
270271
# x-scope-orgid: operations
271272
# Global overrides

0 commit comments

Comments
 (0)