UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit bfcb146d authored by Nigel Bazzeghin's avatar Nigel Bazzeghin Committed by Alfredo Diaz
Browse files

Resolve "MinIO Image is out of date"

parent 55b36412
No related branches found
No related tags found
1 merge request!329Resolve "MinIO Image is out of date"
...@@ -3,6 +3,13 @@ ...@@ -3,6 +3,13 @@
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). 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).
--- ---
## [8.2.9-bb.3] (2024-10-22)
### Changed
- registry1.dso.mil/ironbank/opensource/minio/mc major RELEASE.2022-12-24T15-21-38Z -> RELEASE.2024-10-02T08-27-28Z
- registry1.dso.mil/ironbank/opensource/minio/minio major RELEASE.2022-12-12T19-27-27Z -> RELEASE.2024-06-04T19-20-08Z
## [8.2.9-bb.2] (2024-10-18) ## [8.2.9-bb.2] (2024-10-18)
### Changed ### Changed
...@@ -67,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -67,6 +74,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Update ironbank/bitnami/redis (source) 7.0.0-debian-10-r3 -> 7.4.0 - Update ironbank/bitnami/redis (source) 7.0.0-debian-10-r3 -> 7.4.0
## [8.2.7-bb.0] (2024-09-18) ## [8.2.7-bb.0] (2024-09-18)
### Changed ### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# gitlab # gitlab
![Version: 8.2.9-bb.2](https://img.shields.io/badge/Version-8.2.9--bb.2-informational?style=flat-square) ![AppVersion: v17.2.9](https://img.shields.io/badge/AppVersion-v17.2.9-informational?style=flat-square) ![Version: 8.2.9-bb.3](https://img.shields.io/badge/Version-8.2.9--bb.3-informational?style=flat-square) ![AppVersion: v17.2.9](https://img.shields.io/badge/AppVersion-v17.2.9-informational?style=flat-square)
GitLab is the most comprehensive AI-powered DevSecOps Platform. GitLab is the most comprehensive AI-powered DevSecOps Platform.
...@@ -1028,10 +1028,10 @@ helm install gitlab chart/ ...@@ -1028,10 +1028,10 @@ helm install gitlab chart/
| minio.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | | minio.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | |
| minio.jobAnnotations."sidecar.istio.io/inject" | string | `"true"` | | | minio.jobAnnotations."sidecar.istio.io/inject" | string | `"true"` | |
| minio.image | string | `"registry1.dso.mil/ironbank/opensource/minio/minio"` | | | minio.image | string | `"registry1.dso.mil/ironbank/opensource/minio/minio"` | |
| minio.imageTag | string | `"RELEASE.2022-12-12T19-27-27Z"` | | | minio.imageTag | string | `"RELEASE.2024-06-04T19-20-08Z"` | |
| minio.pullSecrets[0].name | string | `"private-registry"` | | | minio.pullSecrets[0].name | string | `"private-registry"` | |
| minio.minioMc.image | string | `"registry1.dso.mil/ironbank/opensource/minio/mc"` | | | minio.minioMc.image | string | `"registry1.dso.mil/ironbank/opensource/minio/mc"` | |
| minio.minioMc.tag | string | `"RELEASE.2022-12-24T15-21-38Z"` | | | minio.minioMc.tag | string | `"RELEASE.2024-10-02T08-27-28Z"` | |
| minio.minioMc.pullSecrets[0].name | string | `"private-registry"` | | | minio.minioMc.pullSecrets[0].name | string | `"private-registry"` | |
| domain | string | `"dev.bigbang.mil"` | | | domain | string | `"dev.bigbang.mil"` | |
| sso.enabled | bool | `false` | | | sso.enabled | bool | `false` | |
......
--- ---
apiVersion: v1 apiVersion: v1
name: gitlab name: gitlab
version: 8.2.9-bb.2 version: 8.2.9-bb.3
appVersion: v17.2.9 appVersion: v17.2.9
description: GitLab is the most comprehensive AI-powered DevSecOps Platform. description: GitLab is the most comprehensive AI-powered DevSecOps Platform.
keywords: keywords:
...@@ -50,9 +50,9 @@ annotations: ...@@ -50,9 +50,9 @@ annotations:
- name: kubectl - name: kubectl
image: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.2.9 image: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.2.9
- name: mc - name: mc
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2022-12-24T15-21-38Z image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2024-10-02T08-27-28Z
- name: minio - name: minio
image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2022-12-12T19-27-27Z image: registry1.dso.mil/ironbank/opensource/minio/minio:RELEASE.2024-06-04T19-20-08Z
- name: postgresql - name: postgresql
condition: postgresql.install condition: postgresql.install
image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:14.13 image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:14.13
......
...@@ -2017,7 +2017,7 @@ minio: ...@@ -2017,7 +2017,7 @@ minio:
sidecar.istio.io/inject: "true" sidecar.istio.io/inject: "true"
# use Ironbank hardened images for MinIO # use Ironbank hardened images for MinIO
image: registry1.dso.mil/ironbank/opensource/minio/minio image: registry1.dso.mil/ironbank/opensource/minio/minio
imageTag: RELEASE.2022-12-12T19-27-27Z imageTag: RELEASE.2024-06-04T19-20-08Z
pullSecrets: pullSecrets:
- name: private-registry - name: private-registry
minioMc: minioMc:
...@@ -2026,7 +2026,7 @@ minio: ...@@ -2026,7 +2026,7 @@ minio:
# line 65 # line 65
# /usr/bin/mc policy set $POLICY myminio/$BUCKET # /usr/bin/mc policy set $POLICY myminio/$BUCKET
image: registry1.dso.mil/ironbank/opensource/minio/mc image: registry1.dso.mil/ironbank/opensource/minio/mc
tag: RELEASE.2022-12-24T15-21-38Z tag: RELEASE.2024-10-02T08-27-28Z
pullSecrets: pullSecrets:
- name: private-registry - name: private-registry
......
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