From bfcb146d6b1ed8a4a2ddc4dd54d31969b7709f30 Mon Sep 17 00:00:00 2001 From: Nigel Bazzeghin <nigelbazzeghin@seed-innovations.com> Date: Tue, 22 Oct 2024 19:38:05 +0000 Subject: [PATCH] Resolve "MinIO Image is out of date" --- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- chart/Chart.yaml | 6 +++--- chart/values.yaml | 4 ++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aed28366..f33be99bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). --- +## [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) ### Changed @@ -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 + ## [8.2.7-bb.0] (2024-09-18) ### Changed diff --git a/README.md b/README.md index 6d6a00177..e340dd1e7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # gitlab -  +  GitLab is the most comprehensive AI-powered DevSecOps Platform. @@ -1028,10 +1028,10 @@ helm install gitlab chart/ | minio.containerSecurityContext.capabilities.drop[0] | string | `"ALL"` | | | minio.jobAnnotations."sidecar.istio.io/inject" | string | `"true"` | | | 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.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"` | | | domain | string | `"dev.bigbang.mil"` | | | sso.enabled | bool | `false` | | diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 656af8ead..6c5f01d18 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v1 name: gitlab -version: 8.2.9-bb.2 +version: 8.2.9-bb.3 appVersion: v17.2.9 description: GitLab is the most comprehensive AI-powered DevSecOps Platform. keywords: @@ -50,9 +50,9 @@ annotations: - name: kubectl image: registry1.dso.mil/ironbank/gitlab/gitlab/kubectl:17.2.9 - 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 - 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 condition: postgresql.install image: registry1.dso.mil/ironbank/opensource/postgres/postgresql:14.13 diff --git a/chart/values.yaml b/chart/values.yaml index b6875f505..b76b4f19b 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -2017,7 +2017,7 @@ minio: sidecar.istio.io/inject: "true" # use Ironbank hardened images for MinIO image: registry1.dso.mil/ironbank/opensource/minio/minio - imageTag: RELEASE.2022-12-12T19-27-27Z + imageTag: RELEASE.2024-06-04T19-20-08Z pullSecrets: - name: private-registry minioMc: @@ -2026,7 +2026,7 @@ minio: # line 65 # /usr/bin/mc policy set $POLICY myminio/$BUCKET image: registry1.dso.mil/ironbank/opensource/minio/mc - tag: RELEASE.2022-12-24T15-21-38Z + tag: RELEASE.2024-10-02T08-27-28Z pullSecrets: - name: private-registry -- GitLab