UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c99b5597 authored by Kirby Liu's avatar Kirby Liu
Browse files

moved the changes back to bb.5


Signed-off-by: default avatarKliu <kliu@vivsoft.io>
parent d9367d02
No related branches found
No related tags found
4 merge requests!54SKIP UPDATE CHECK: Created upgrade job for upgrading to 5.5.1-bb.6,!53SKIP UPDATE CHECK: Created upgrade job for upgrading to 5.5.1-bb.6,!52SKIP UPGRADE CHECK: Created upgrade job for upgrading to 5.5.1-bb.6,!51SKIP_UPGRADE_CHECK: Created upgrade job for upgrading to 5.5.1-bb.6
Pipeline #3981438 failed
This commit is part of merge request !51. Comments created here will be created in the context of that merge request.
......@@ -3,15 +3,11 @@
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).
---
## [5.5.1-bb.6] 2025-02-26
### Added
- Added pre-upgrade job to remove MinIO Tenant Pool prior to upgrade
## [5.5.1-bb.5] 2025-02-14
## [5.5.1-bb.5] 2025-02-26
### Changed
- MinIO Tenant Pool from 4 to 1 server
- Added pre-upgrade job to remove MinIO Tenant Pool prior to upgrade
## [5.5.1-bb.4] 2025-01-31
### Added
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# mimir
![Version: 5.5.1-bb.6](https://img.shields.io/badge/Version-5.5.1--bb.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.2](https://img.shields.io/badge/AppVersion-2.14.2-informational?style=flat-square) ![Maintenance Track: unknown](https://img.shields.io/badge/Maintenance_Track-unknown-red?style=flat-square)
![Version: 5.5.1-bb.5](https://img.shields.io/badge/Version-5.5.1--bb.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.14.2](https://img.shields.io/badge/AppVersion-2.14.2-informational?style=flat-square) ![Maintenance Track: unknown](https://img.shields.io/badge/Maintenance_Track-unknown-red?style=flat-square)
Grafana Mimir
......@@ -58,8 +58,8 @@ helm install mimir chart/
| istio.mtls.mode | string | `"STRICT"` | STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic |
| upgradeJob.enabled | bool | `true` | |
| upgradeJob.name | string | `"mimir-upgrade-job"` | |
| upgradeJob.image.repository | string | `"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl"` | |
| upgradeJob.image.tag | string | `"v1.30.9"` | |
| upgradeJob.image.repository | string | `"registry1.dso.mil/ironbank/big-bang/base"` | image repository for upgradeJob |
| upgradeJob.image.tag | string | `"2.1.0"` | image tag for upgradeJob |
| upgradeJob.image.imagePullPolicy | string | `"IfNotPresent"` | |
| upgradeJob.image.pullSecrets | string | `"private-registry"` | |
| upgradeJob.serviceAccount | string | `"upgrade-job-svc-account"` | |
......
......@@ -2,7 +2,7 @@ apiVersion: v2
name: mimir
description: Grafana Mimir
type: application
version: 5.5.1-bb.6
version: 5.5.1-bb.5
appVersion: 2.14.2
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
sources:
......
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