Skip to content

Commit

Permalink
fix: update other values
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Feb 12, 2025
1 parent e57245d commit 464b61b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 15 deletions.
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
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/charts/minio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 0 additions & 10 deletions scripts/images.txt

This file was deleted.

0 comments on commit 464b61b

Please sign in to comment.