Skip to content

Commit

Permalink
[helm] Workaround Server-side apply diff on default action
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Parent <mathieu.parent@insee.fr>
  • Loading branch information
sathieu committed Apr 19, 2023
1 parent 59c1abe commit b2418fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Entries should be ordered as follows:

Entries should include a reference to the pull request that introduced the change.

## 3.4.3

- [BUGFIX] Workaround Server-side apply diff on default action

## 3.4.2

- [BUGFIX] Fix read-only /tmp in single-binary mode
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: loki
description: Helm chart for Grafana Loki in simple, scalable mode
type: application
appVersion: 2.6.1
version: 3.4.2
version: 3.4.3
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# loki

![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square)
![Version: 3.4.3](https://img.shields.io/badge/Version-3.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.6.1](https://img.shields.io/badge/AppVersion-2.6.1-informational?style=flat-square)

Helm chart for Grafana Loki in simple, scalable mode

Expand Down
2 changes: 2 additions & 0 deletions production/helm/loki/templates/monitoring/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ spec:
- sourceLabels: [job]
replacement: "{{ $.Release.Namespace }}/$1"
targetLabel: job
action: replace
- replacement: "{{ include "loki.fullname" $ }}"
targetLabel: cluster
action: replace
{{- with .relabelings }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit b2418fb

Please sign in to comment.