UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 235e11a3 authored by Stephen Galamb's avatar Stephen Galamb
Browse files

Resolve "Add Istio Operatorless Network Policy support"

parent 30fa1f5d
No related branches found
No related tags found
1 merge request!110Resolve "Add Istio Operatorless Network Policy support"
......@@ -3,6 +3,13 @@
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.16.6-bb.1] 2025-02-12
### Updated
- Adds support to package for Istio Operatorless Network Policy dynamic values.
## [6.16.6-bb.0] 2025-01-13
### Updated
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# promtail
![Version: 6.16.6-bb.0](https://img.shields.io/badge/Version-6.16.6--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 6.16.6-bb.1](https://img.shields.io/badge/Version-6.16.6--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Promtail is an agent which ships the contents of local logs to a Loki instance
......@@ -15,7 +15,7 @@ Promtail is an agent which ships the contents of local logs to a Loki instance
## Upstream Release Notes
- [Find upstream chart's release notes and CHANGELOG here](https://github.com/grafana/helm-charts/releases?q=promtail&expanded=true)
- [Find upstream applications's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
- [Find upstream application's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
## Learn More
......
......@@ -3,7 +3,7 @@ name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 3.3.2
version: 6.16.6-bb.0
version: 6.16.6-bb.1
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
......
......@@ -14,7 +14,11 @@ spec:
- to:
- namespaceSelector:
matchLabels:
app.kubernetes.io/name: istio-controlplane
{{- if .Values.networkPolicies.istioNamespaceSelector }}
app.kubernetes.io/name: {{ .Values.networkPolicies.istioNamespaceSelector.egress }}
{{- else }}
app.kubernetes.io/name: "istio-controlplane"
{{- end }}
podSelector:
matchLabels:
app: istiod
......
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