UNCLASSIFIED - NO CUI

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

Deprecate nginx in favor of gateway

parent ead86da6
No related branches found
No related tags found
1 merge request!49Deprecate nginx for gateway
Pipeline #3961805 passed with warnings
This commit is part of merge request !49. Comments created here will be created in the context of that merge request.
......@@ -3,6 +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-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
......
<!-- 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