Skip to content

Commit

Permalink
chore(deps): update helm release loki to v6.6.5 (#61)
Browse files Browse the repository at this point in the history
[![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

<details>
<summary>grafana/helm-charts (loki)</summary>

###
[`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:
grafana/loki@29f1ea9

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:
grafana/loki@05176e4

Tag on source:
https://github.com/grafana/loki/releases/tag/helm-loki-6.6.4

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuOSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 677be3a commit ad81255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/loki/loki.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad81255

Please sign in to comment.