From b2e2b60ddda00c971e11b85e6b5f9cd16b07b1a3 Mon Sep 17 00:00:00 2001
From: Brian Jackson <bjackson@fullvisibility.com>
Date: Fri, 21 Mar 2025 09:04:08 -0400
Subject: [PATCH 1/2] Update alloy netpol to new namespace & proper podSelector

---
 chart/templates/bigbang/networkpolicies/ingress-alloy.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml b/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml
index 7eb93034..e3bad4f3 100644
--- a/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml
+++ b/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml
@@ -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
-- 
GitLab


From 37fb25bec49def4cf43b1743fccdd2bc4016d9ad Mon Sep 17 00:00:00 2001
From: Brian Jackson <bjackson@fullvisibility.com>
Date: Fri, 21 Mar 2025 09:09:56 -0400
Subject: [PATCH 2/2] Chart bump && README

---
 CHANGELOG.md     | 5 +++++
 README.md        | 2 +-
 chart/Chart.yaml | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bfbe456..baa04ff8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/README.md b/README.md
index cc44b952..a9c6329f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 <!-- 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.
 
diff --git a/chart/Chart.yaml b/chart/Chart.yaml
index affb4504..b8a997cc 100644
--- a/chart/Chart.yaml
+++ b/chart/Chart.yaml
@@ -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
-- 
GitLab