UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e178c1dd authored by Jacob Kershaw's avatar Jacob Kershaw
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update registry1.dso.mil/ironbank/opensource/minio/mc Docker tag to RELEASE.2024-08-17T11-33-50Z

See merge request !203
parents 7953bc4a 60d2bb48
No related branches found
No related tags found
1 merge request!203Update registry1.dso.mil/ironbank/opensource/minio/mc Docker tag to RELEASE.2024-08-17T11-33-50Z
Pipeline #3557961 passed
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [6.0.2-bb.2] - 2024-08-21
### Changed
- Updated to RELEASE.2024-08-17T11-33-50Z
## [6.0.2-bb.1] - 2024-08-14
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# minio-instance
![Version: 6.0.2-bb.1](https://img.shields.io/badge/Version-6.0.2--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: RELEASE.2024-06-04T19-20-08Z](https://img.shields.io/badge/AppVersion-RELEASE.2024--06--04T19--20--08Z-informational?style=flat-square)
![Version: 6.0.2-bb.2](https://img.shields.io/badge/Version-6.0.2--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: RELEASE.2024-06-04T19-20-08Z](https://img.shields.io/badge/AppVersion-RELEASE.2024--06--04T19--20--08Z-informational?style=flat-square)
A Helm chart for MinIO Tenants
......@@ -249,7 +249,7 @@ helm install minio-instance chart/
| bbtests.cypress.secretEnvs[1].name | string | `"cypress_accesskey"` | |
| bbtests.cypress.secretEnvs[1].valueFrom.secretKeyRef.name | string | `"{{ .Values.secrets.name }}"` | |
| bbtests.cypress.secretEnvs[1].valueFrom.secretKeyRef.key | string | `"accesskey"` | |
| bbtests.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-13T05-33-17Z"` | |
| bbtests.scripts.image | string | `"registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-17T11-33-50Z"` | |
| bbtests.scripts.envs.MINIO_PORT | string | `"80"` | |
| bbtests.scripts.envs.MINIO_HOST | string | `"http://minio"` | |
| bbtests.scripts.secretEnvs[0].name | string | `"SECRET_KEY"` | |
......
apiVersion: v2
description: A Helm chart for MinIO Tenants
name: minio-instance
version: 6.0.2-bb.1
version: 6.0.2-bb.2
appVersion: RELEASE.2024-06-04T19-20-08Z
keywords:
- storage
......@@ -26,4 +26,4 @@ annotations:
- name: minio
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z
- name: operator-sidecar
image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.0
image: registry1.dso.mil/ironbank/opensource/minio/operator-sidecar:v6.0.2
......@@ -685,7 +685,7 @@ bbtests:
name: "{{ .Values.secrets.name }}"
key: accesskey
scripts:
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-13T05-33-17Z
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-08-17T11-33-50Z
envs:
MINIO_PORT: '80'
MINIO_HOST: 'http://minio'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment