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(deps): update helm release minio to v5.4.0 (main) #10346

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions operations/helm/charts/mimir-distributed/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Entries should include a reference to the Pull Request that introduced the chang
## main / unreleased

* [CHANGE] Memcached: Update to Memcached 1.6.34. #10318
* [ENHANCEMENT] Minio: update subchart to v5.4.0. #10346
* [BUGFIX] Fix calculation of `mimir.siToBytes` and use floating point arithmetics. #10044

## 5.6.0-rc.0
Expand Down
6 changes: 3 additions & 3 deletions operations/helm/charts/mimir-distributed/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: 5.3.0
version: 5.4.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.22.0
digest: sha256:fb9ce5bba83bfa723f9a9d6bf8b307684cd64c3c2099687d14e75170f57a2e7c
generated: "2024-12-23T04:04:56.958028174Z"
digest: sha256:ca1c7fb6b1a75b1ee3310d51df376f8f09a9efeb8e399729bcaa6728999cef06
generated: "2025-01-06T07:36:05.743211909Z"
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: mimir-distributed
dependencies:
- name: minio
alias: minio
version: 5.3.0
version: 5.4.0
repository: https://charts.min.io/
condition: minio.enabled
- name: grafana-agent-operator
Expand Down
2 changes: 1 addition & 1 deletion operations/helm/charts/mimir-distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Kubernetes: `^1.20.0-0`

| Repository | Name | Version |
|------------|------|---------|
| https://charts.min.io/ | minio(minio) | 5.3.0 |
| https://charts.min.io/ | minio(minio) | 5.4.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.22.0 |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio-console
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
spec:
Expand All @@ -27,8 +27,8 @@ spec:
app: minio
release: gateway-enterprise-values
annotations:
checksum/secrets: 023137cd340c11d4a9636d7930f0cc890e8208dc1276374277636d79e7f237f3
checksum/config: 88c7ebffd4c826a33f1c946f2c362224ff23d17a217d56a0ec9ddbc3cc79e266
checksum/secrets: 078887098df724a733d317ea210ad0e6fdc5c5cbc076c3b4f232d0780b0a082f
checksum/config: 3e63ca523ded989d01afaf84725790753c86156fafeeb26c1537ed4f7ad56502
spec:
securityContext:

Expand All @@ -40,7 +40,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio
image: "quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z"
image: "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z"
imagePullPolicy: IfNotPresent
command:
- "/bin/sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio-post-job
labels:
app: minio-post-job
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
annotations:
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio-make-bucket
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/initialize" ]
env:
Expand All @@ -54,7 +54,7 @@ spec:
requests:
memory: 128Mi
- name: minio-make-user
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/add-user" ]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
type: Opaque
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-enterprise-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-enterprise-values
heritage: Helm
monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: gateway-enterprise-values-mimir-make-minio-buckets-5.3.0
name: gateway-enterprise-values-mimir-make-minio-buckets-5.4.0
namespace: "citestns"
labels:
app: mimir-distributed-make-bucket-job
Expand All @@ -31,7 +31,7 @@ spec:
name: gateway-enterprise-values-minio
containers:
- name: minio-mc
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "/config/initialize"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio-console
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
spec:
Expand All @@ -27,8 +27,8 @@ spec:
app: minio
release: gateway-nginx-values
annotations:
checksum/secrets: 433afbc7ccecdda034cb45b94ece294784332fed706a6e50a806764943453404
checksum/config: 5264ad40004773d141dd6f6eea4c3d03d2f17ad42e672bd388927669e94751d2
checksum/secrets: 12a49e03dae026ccb9e9a7e07321c3609b9deb761d8722e27bfa4734fd00340a
checksum/config: cd2d31f2a703d79d880ce6eaed2d89d9bc8a870511a5821d83393cd66373bc33
spec:
securityContext:

Expand All @@ -40,7 +40,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio
image: "quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z"
image: "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z"
imagePullPolicy: IfNotPresent
command:
- "/bin/sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio-post-job
labels:
app: minio-post-job
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
annotations:
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio-make-bucket
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/initialize" ]
env:
Expand All @@ -54,7 +54,7 @@ spec:
requests:
memory: 128Mi
- name: minio-make-user
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/add-user" ]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
type: Opaque
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: gateway-nginx-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: gateway-nginx-values
heritage: Helm
monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: gateway-nginx-values-mimir-make-minio-buckets-5.3.0
name: gateway-nginx-values-mimir-make-minio-buckets-5.4.0
namespace: "citestns"
labels:
app: mimir-distributed-make-bucket-job
Expand All @@ -31,7 +31,7 @@ spec:
name: gateway-nginx-values-minio
containers:
- name: minio-mc
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "/config/initialize"]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio-console
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
spec:
Expand All @@ -27,8 +27,8 @@ spec:
app: minio
release: graphite-enabled-values
annotations:
checksum/secrets: c354e726896b38639e84120f1386040d6efe949fb3362e8d8141aa76bd77c782
checksum/config: ed2250b66b81dcd27e9832ac5ebe6b4d5cb2816aa554a13197dd99d54747340a
checksum/secrets: 76f557adc3f31b4d2c8f7f79e520c7ed20479ea01f4d9a2662c67b9a3b141166
checksum/config: 583632031ac23c3af4304637a928e9c953e5c5e00451ba528f6d8d9898222663
spec:
securityContext:

Expand All @@ -40,7 +40,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio
image: "quay.io/minio/minio:RELEASE.2024-04-18T19-09-19Z"
image: "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z"
imagePullPolicy: IfNotPresent
command:
- "/bin/sh"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio-post-job
labels:
app: minio-post-job
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
annotations:
Expand Down Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: minio-sa
containers:
- name: minio-make-bucket
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/initialize" ]
env:
Expand All @@ -54,7 +54,7 @@ spec:
requests:
memory: 128Mi
- name: minio-make-user
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: [ "/bin/sh", "/config/add-user" ]
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
type: Opaque
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: graphite-enabled-values-minio
labels:
app: minio
chart: minio-5.3.0
chart: minio-5.4.0
release: graphite-enabled-values
heritage: Helm
monitoring: "true"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
apiVersion: batch/v1
kind: Job
metadata:
name: graphite-enabled-values-mimir-make-minio-buckets-5.3.0
name: graphite-enabled-values-mimir-make-minio-buckets-5.4.0
namespace: "citestns"
labels:
app: mimir-distributed-make-bucket-job
Expand All @@ -31,7 +31,7 @@ spec:
name: graphite-enabled-values-minio
containers:
- name: minio-mc
image: "quay.io/minio/mc:RELEASE.2024-04-18T16-45-29Z"
image: "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z"
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "/config/initialize"]
env:
Expand Down
Loading
Loading