Skip to content

Commit 6487768

Browse files
fix(helm): fix syntax in loki-egress-dns CiliumNetworkPolicy manifest
1 parent 0a34e25 commit 6487768

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

production/helm/loki/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Entries should include a reference to the pull request that introduced the chang
1313

1414
## Unreleased
1515

16+
- [BUGFIX] Fix incorrect syntax in loki-egress-dns CiliumNetworkPolicy manifest
17+
1618
## 6.48.0
1719

1820
- [CHANGE] Changed version of Grafana Loki to 3.6.2

production/helm/loki/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Helm chart for Grafana Loki and Grafana Enterprise Logs supporting monolithic, s
1616
|------------|------|---------|
1717
| https://charts.min.io/ | minio(minio) | 5.4.0 |
1818
| https://grafana.github.io/helm-charts | grafana-agent-operator(grafana-agent-operator) | 0.5.2 |
19-
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.37.1 |
19+
| https://grafana.github.io/helm-charts | rollout_operator(rollout-operator) | 0.38.2 |
2020

2121
Find more information in the Loki Helm Chart [documentation](https://grafana.com/docs/loki/latest/setup/install/helm/).
2222

production/helm/loki/templates/ciliumnetworkpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
- port: "53"
3737
protocol: TCP
3838
toEndpoints:
39-
- namespaceSelector: {}
39+
- {}
4040

4141
---
4242
apiVersion: cilium.io/v2

0 commit comments

Comments
 (0)