Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update Minio helm chart dependency to 5.3.0 #14834

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions production/helm/loki/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Entries should include a reference to the pull request that introduced the chang

## 6.19.0

- [CHANGE] Changed version of Minio helm chart to 5.3.0
GerbenWelter marked this conversation as resolved.
Show resolved Hide resolved

## 6.18.0

- [CHANGE] Added automated weekly releases, which created this release.
Expand Down
6 changes: 3 additions & 3 deletions production/helm/loki/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: https://charts.min.io/
version: 4.0.15
version: 5.3.0
- name: grafana-agent-operator
repository: https://grafana.github.io/helm-charts
version: 0.3.15
- name: rollout-operator
repository: https://grafana.github.io/helm-charts
version: 0.19.1
digest: sha256:8a4795be2af80099fd96867c33ccde8829f5eb189cae1c46965ac943dfb3256c
generated: "2024-11-13T14:54:27.060223499Z"
digest: sha256:ead88d59c3d16ff5273a57119510cb9f91e1adf1e7ab9ba7844cbbabb95b0cdd
generated: "2024-11-14T19:48:03.2254979+01:00"
2 changes: 1 addition & 1 deletion production/helm/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ icon: https://grafana.com/docs/loki/latest/logo_and_name.png
dependencies:
- name: minio
alias: minio
version: 4.0.15
version: 5.3.0
repository: https://charts.min.io/
condition: minio.enabled
- name: grafana-agent-operator
Expand Down
2 changes: 1 addition & 1 deletion production/helm/loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.15 |
| https://charts.min.io/ | minio(minio) | 5.3.0 |
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.3.15 |
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.19.1 |

Expand Down
Loading