UNCLASSIFIED

Commit b8c64437 authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

Merge branch 'blloyd-issue-572-dns5353' into 'main'

Add openshift toggle, conditionally add port 5353 egress. Changing...

See merge request !44
parents 093139e7 1c22846a
Pipeline #383286 passed with stages
in 4 minutes and 58 seconds
......@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [1.13.0-bb.4]
### Fixed
- update allow-kube-dns NP to conditionally add port 5353 egress when `.Values.anchoreGlobal.openShiftDeployment` is `true`
## [1.13.0-bb.3]
### Fixed
- incorrect label on `allow-egress-enterprise-engine-upgrade-job` network policy
......
apiVersion: v2
name: anchore-engine
version: 1.13.0-bb.3
version: 1.13.0-bb.4
appVersion: 0.10.0
description: Anchore container analysis and policy evaluation engine service
keywords:
......
......@@ -19,4 +19,8 @@ spec:
protocol: UDP
- port: 443
protocol: TCP
{{- end }}
\ No newline at end of file
{{- if .Values.anchoreGlobal.openShiftDeployment }}
- port: 5353
protocol: UDP
{{- end }}
{{- end }}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment