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
No related branches found
No related tags found
1 merge request!314Update alloy netpol to new namespace & proper podSelector
Pipeline #4048703 passed
...@@ -3,6 +3,11 @@ ...@@ -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). 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) ## [6.27.0-bb.0] (2025-03-05)
### Changed ### Changed
- docker.io/grafana/loki-canary 3.3.2 -> 3.4.2 - 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. --> <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# loki # 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. Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
......
...@@ -3,7 +3,7 @@ name: loki ...@@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes. description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
type: application type: application
appVersion: 3.4.2 appVersion: 3.4.2
version: 6.27.0-bb.0 version: 6.27.0-bb.1
home: https://grafana.github.io/helm-charts home: https://grafana.github.io/helm-charts
sources: sources:
- https://github.com/grafana/loki - https://github.com/grafana/loki
......
...@@ -14,10 +14,10 @@ spec: ...@@ -14,10 +14,10 @@ spec:
- from: - from:
- namespaceSelector: - namespaceSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: monitoring app.kubernetes.io/name: alloy
podSelector: podSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: alloy app.kubernetes.io/instance: alloy
ports: ports:
- port: 3100 - port: 3100
protocol: TCP 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