Skip to content

Commit

Permalink
chore(storage-apps): Bump minio due to CVE-2024-55949 (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
isantospardo authored Jan 13, 2025
1 parent 250c37c commit 00d97e0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
24 changes: 17 additions & 7 deletions charts/storage-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: storage-apps
description: Argo CD app-of-apps config for storage applications
type: application
version: 0.16.0
version: 0.17.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/storage-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,15 +18,25 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "update csi-driver-smb to 1.14.0"
description: "update minio to 5.14.0"
links:
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.14.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-12-18T13-15-44Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.13.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-12-13T22-19-12Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.12.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-11-07T00-52-20Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.11.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-16T23-46-41Z
- name: Github release
url: https://github.com/kubernetes-csi/csi-driver-smb/releases/tag/v1.10.0
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-15T19-02-30Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-07-13T01-46-15Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-01-31T20-20-33Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2024-01-01T16-36-33Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2023-12-09T18-17-51Z
- name: Github release
url: https://github.com/minio/minio/releases/tag/RELEASE.2023-12-02T10-51-33Z
4 changes: 2 additions & 2 deletions charts/storage-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/storage-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ minio:
# -- Chart
chart: "minio"
# -- [minio Helm chart](https://github.com/minio/minio/tree/master/helm-releases) version
targetRevision: "5.0.13"
targetRevision: "5.4.0"
# -- Helm values
# @default -- [upstream values](https://github.com/minio/minio/blob/master/helm/minio/values.yaml)
values: {}

0 comments on commit 00d97e0

Please sign in to comment.