UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 6404b218 authored by Brian Jackson's avatar Brian Jackson
Browse files

Deprecate nginx for gateway

parent ead86da6
No related branches found
No related tags found
1 merge request!49Deprecate nginx for gateway
......@@ -3,12 +3,17 @@
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.5] 2025-02-14
## [5.5.1-bb.6] - 2025-02-20
### Changed
- Set `.Values.nginx.enabled` to `false` as this is deprecated in favor of `gateway`
## [5.5.1-bb.5] - 2025-02-14
### Changed
- MinIO Tenant Pool from 4 to 1 server
## [5.5.1-bb.4] 2025-01-31
## [5.5.1-bb.4] - 2025-01-31
### Added
- Added `app: minio` and `app.kubernetes.io/name: minio` labels to MinIO Tenant
......@@ -45,13 +50,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Added Istio monitoring auth policy, auth policy template, sidecar, and service entry
## [5.5.0-bb.7] - 2024-12-11
### Added
### Added
- Network Policy for Grafana ingress
- Changed the index pattern for network policies
## [5.5.0-bb.6] - 2024-12-11
### Added
### Added
- Added higher Mimir ingester limits to values.yaml
- Added grpc and http ports to values.yaml instead of importing from upstream
......@@ -76,7 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Changed
- Modified chart.yaml details to accurately match upstream 5.5.0 tag
- Updated mimir image to use Ironbank equivalent
- Updated mimir image to use Ironbank equivalent
- Updated nginx image to use Ironbank equivalent
- Updated memcached image to use Ironbank equivalent
......
<!-- 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.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)
![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)
Grafana Mimir
......
......@@ -2,7 +2,7 @@ apiVersion: v2
name: mimir
description: Grafana Mimir
type: application
version: 5.5.1-bb.5
version: 5.5.1-bb.6
appVersion: 2.14.2
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
sources:
......
......@@ -73,7 +73,10 @@ mimir-distributed:
grafanaAgent:
enabled: false
# -- DEPRECATED: use the 'gateway' section instead. For a migration guide refer to
# https://grafana.com/docs/helm-charts/mimir-distributed/latest/migration-guides/migrate-to-unified-proxy-deployment/
nginx:
enabled: false
image:
registry: registry1.dso.mil
repository: ironbank/opensource/nginx/nginx
......@@ -88,6 +91,7 @@ mimir-distributed:
# pullPolicy:
gateway:
enabled: true
enabledNonEnterprise: true
nginx:
image:
......
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