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

fix: update minio #270

Merged
merged 3 commits into from
Feb 12, 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
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ A Helm chart for Testkube Enterprise
| minio.fullnameOverride | string | `"testkube-enterprise-minio"` | |
| minio.image.registry | string | `"docker.io"` | |
| minio.image.repository | string | `"bitnami/minio"` | |
| minio.image.tag | string | `"2024.11.7-debian-12-r1"` | |
| minio.image.tag | string | `"2025.2.7-debian-12-r1"` | |
| minio.metrics.serviceMonitor.enabled | bool | `false` | Toggle whether to create ServiceMonitor resource for scraping metrics using Prometheus Operator |
| minio.nodeSelector | object | `{}` | Node labels for pod assignment. |
| minio.podSecurityContext.enabled | bool | `true` | Toggle whether to render the pod security context |
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ annotations:
licenses: Apache-2.0
images: |
- name: minio
image: docker.io/bitnami/minio:2024.10.29-debian-12-r0
image: docker.io/bitnami/minio:2025.2.7-debian-12-r1
- name: minio-client
image: docker.io/bitnami/minio-client:2024.10.29-debian-12-r0
image: docker.io/bitnami/minio-client:2025.2.7-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
apiVersion: v2
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/charts/minio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage se
| clientImage.digest | string | `""` | |
| clientImage.registry | string | `"docker.io"` | |
| clientImage.repository | string | `"bitnami/minio-client"` | |
| clientImage.tag | string | `"2024.10.29-debian-12-r0"` | |
| clientImage.tag | string | `"2025.2.7-debian-12-r1"` | |
| clusterDomain | string | `"cluster.local"` | |
| command | list | `[]` | |
| commonAnnotations | object | `{}` | |
Expand Down Expand Up @@ -100,7 +100,7 @@ MinIO(R) is an object storage server, compatible with Amazon S3 cloud storage se
| image.pullSecrets | list | `[]` | |
| image.registry | string | `"docker.io"` | |
| image.repository | string | `"bitnami/minio"` | |
| image.tag | string | `"2024.11.7-debian-12-r1"` | |
| image.tag | string | `"2025.2.7-debian-12-r1"` | |
| ingress.annotations | object | `{}` | |
| ingress.apiVersion | string | `""` | |
| ingress.enabled | bool | `false` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/testkube-enterprise/charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/minio
tag: 2024.11.7-debian-12-r1
tag: 2025.2.7-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand All @@ -101,7 +101,7 @@ image:
clientImage:
registry: docker.io
repository: bitnami/minio-client
tag: 2024.10.29-debian-12-r0
tag: 2025.2.7-debian-12-r1
digest: ""
## @param mode MinIO® server mode (`standalone` or `distributed`)
## ref: https://docs.minio.io/docs/distributed-minio-quickstart-guide
Expand Down
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ minio:
image:
registry: docker.io
repository: bitnami/minio
tag: 2024.11.7-debian-12-r1
tag: 2025.2.7-debian-12-r1
# digest: ""
# pullPolicy: IfNotPresent
# Uncomment if you want to provide different client image settings
Expand Down
10 changes: 0 additions & 10 deletions scripts/images.txt

This file was deleted.