diff --git a/production/helm/loki/CHANGELOG.md b/production/helm/loki/CHANGELOG.md index d93e82d275032..9f21593b2e403 100644 --- a/production/helm/loki/CHANGELOG.md +++ b/production/helm/loki/CHANGELOG.md @@ -12,6 +12,7 @@ Entries should be ordered as follows: Entries should include a reference to the pull request that introduced the change. [//]: # ( : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.) +- [CHANGE] Changed version of Minio helm chart to 5.3.0 (#14834) - [BUGFIX] Add default wal dir to ruler config ([#14920](https://github.com/grafana/loki/pull/14920)) ## 6.22.0 diff --git a/production/helm/loki/Chart.lock b/production/helm/loki/Chart.lock index 3e62c9b855cf1..e4ffe8c63da69 100644 --- a/production/helm/loki/Chart.lock +++ b/production/helm/loki/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: minio repository: https://charts.min.io/ - version: 4.1.0 + version: 5.3.0 - name: grafana-agent-operator repository: https://grafana.github.io/helm-charts version: 0.5.0 - name: rollout-operator repository: https://grafana.github.io/helm-charts version: 0.20.0 -digest: sha256:db3dad759bc313e566fb814371052d1d96e68325c88e0f9f086b0ff1288d5885 -generated: "2024-11-22T23:07:43.427037179Z" +digest: sha256:7d7078dd5a08a25d152fd78a6fe60a8795cff0f940507d5b4c7ad4df396a16d9 +generated: "2024-11-28T15:43:12.190731467+01:00" diff --git a/production/helm/loki/Chart.yaml b/production/helm/loki/Chart.yaml index ce11a1a5c2c4f..7fd96976ad7ad 100644 --- a/production/helm/loki/Chart.yaml +++ b/production/helm/loki/Chart.yaml @@ -13,7 +13,7 @@ icon: https://grafana.com/docs/loki/latest/logo_and_name.png dependencies: - name: minio alias: minio - version: 4.1.0 + version: 5.3.0 repository: https://charts.min.io/ condition: minio.enabled - name: grafana-agent-operator diff --git a/production/helm/loki/README.md b/production/helm/loki/README.md index 6651f00748afb..7396e9c3a61e6 100644 --- a/production/helm/loki/README.md +++ b/production/helm/loki/README.md @@ -14,7 +14,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, | Repository | Name | Version | |------------|------|---------| -| https://charts.min.io/ | minio(minio) | 4.1.0 | +| https://charts.min.io/ | minio(minio) | 5.3.0 | | https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.0 | | https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.20.0 |