diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfbe45639b33dc9c45730f40d4db53ec48ac91d..baa04ff82846819a572300be52441bb5d5fdf4c0 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 cc44b95234e0c3754e650d07c01330f037d651b9..a9c6329f1e3462dd238c95505ed8f0c4e6357666 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 -    +    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 affb4504b107c361826873ecf9be927ed58dbd81..b8a997cc6a32bff398e7fddffe0f02a971455043 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 diff --git a/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml b/chart/templates/bigbang/networkpolicies/ingress-alloy.yaml index 7eb93034ca4c36645b629b1cb423c76856b73f64..e3bad4f317959cbdf7d87f0350c8987da4db74aa 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