UNCLASSIFIED - NO CUI

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

Merge branch 'loki-netpol-alloy' into 'main'

Update alloy netpol to new namespace & proper podSelector

See merge request !314
parents 68e26b53 efc655ad
Branches main
1 merge request!314Update alloy netpol to new namespace & proper podSelector
Pipeline #4048703 passed
......@@ -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).
---
## [6.27.0-bb.1] (2025-03-21)
### Changed
- Modified networkPolicies to reflect Alloy namespace change
## [6.27.0-bb.0] (2025-03-05)
### Changed
- docker.io/grafana/loki-canary 3.3.2 -> 3.4.2
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# loki
![Version: 6.27.0-bb.0](https://img.shields.io/badge/Version-6.27.0--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 6.27.0-bb.1](https://img.shields.io/badge/Version-6.27.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
......
......@@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
type: application
appVersion: 3.4.2
version: 6.27.0-bb.0
version: 6.27.0-bb.1
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
......
......@@ -14,10 +14,10 @@ spec:
- from:
- namespaceSelector:
matchLabels:
app.kubernetes.io/name: monitoring
app.kubernetes.io/name: alloy
podSelector:
matchLabels:
app.kubernetes.io/name: alloy
app.kubernetes.io/instance: alloy
ports:
- port: 3100
protocol: TCP
......
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