From ad81255e92af6f45a4541819414128a28e4069c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 16:41:05 -0400 Subject: [PATCH] chore(deps): update helm release loki to v6.6.5 (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [loki](https://grafana.github.io/helm-charts) ([source](https://togithub.com/grafana/helm-charts)) | helm_release | patch | `v6.6.3` -> `6.6.5` | --- ### Release Notes
grafana/helm-charts (loki) ### [`v6.6.5`](https://togithub.com/grafana/helm-charts/releases/tag/helm-loki-6.6.5) Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. Source commit: https://github.com/grafana/loki/commit/29f1ea91ecd935a6becae2bd425224a913285071 Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.5 ### [`v6.6.4`](https://togithub.com/grafana/helm-charts/releases/tag/helm-loki-6.6.4) Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. Source commit: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e Tag on source: https://github.com/grafana/loki/releases/tag/helm-loki-6.6.4
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/bojanrajkovic/home.coderinserepeat.com). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- terraform/loki/loki.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/loki/loki.tf b/terraform/loki/loki.tf index c55b037..1448a10 100644 --- a/terraform/loki/loki.tf +++ b/terraform/loki/loki.tf @@ -37,7 +37,7 @@ resource "helm_release" "loki" { chart = "loki" namespace = var.namespace_name create_namespace = true - version = "v6.6.3" + version = "6.6.5" dynamic "set" { for_each = local.values