From af09a9716cad5735a7e935e055573265acc49741 Mon Sep 17 00:00:00 2001 From: "greyrock-bot[bot]" <112729691+greyrock-bot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 09:10:43 -0400 Subject: [PATCH] fix(helm-chart): update helm release loki to 5.8.7 (#851) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [loki](https://grafana.github.io/helm-charts) ([source](https://togithub.com/grafana/helm-charts)) | patch | `5.8.5` -> `5.8.7` | --- ### Release Notes
grafana/helm-charts (loki) ### [`v5.8.7`](https://togithub.com/grafana/helm-charts/releases/tag/helm-loki-5.8.7) Helm chart for Grafana Loki in simple, scalable mode Source commit: https://github.com/grafana/loki/commit/6a1f34f4f125c79f7344a87d2d97abb20bdbbbd3 Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-5.8.7 ### [`v5.8.6`](https://togithub.com/grafana/helm-charts/releases/tag/helm-loki-5.8.6) Helm chart for Grafana Loki in simple, scalable mode Source commit: https://github.com/grafana/loki/commit/a24ef7b206e0ca63ee74ca6ecb0a09b745cd2258 Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-5.8.6
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: greyrock-bot <1583719+greyrock-bot[bot]@users.noreply.github.com> --- .../greyrock-ops/apps/monitoring/loki/app/helmrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/greyrock-ops/apps/monitoring/loki/app/helmrelease.yaml b/kubernetes/greyrock-ops/apps/monitoring/loki/app/helmrelease.yaml index 04e58b1e6..4755d94fd 100644 --- a/kubernetes/greyrock-ops/apps/monitoring/loki/app/helmrelease.yaml +++ b/kubernetes/greyrock-ops/apps/monitoring/loki/app/helmrelease.yaml @@ -9,7 +9,7 @@ spec: chart: spec: chart: loki - version: 5.8.5 + version: 5.8.7 sourceRef: kind: HelmRepository name: grafana