UNCLASSIFIED

Commit 922e3112 authored by Branden Cobb's avatar Branden Cobb
Browse files

rebase

parents 98d51407 a2457f05
Pipeline #391430 passed with stages
in 3 minutes and 4 seconds
# Changelog # Changelog
--- ---
## [29.1.0-bb.6] - 2021-07-27 ## [29.1.0-bb.7] - 2021-07-27
### Fixes ### Fixes
- Fixed extraLabels indentation in all resources that have it. - Fixed extraLabels indentation in all resources that have it.
### Added ### Added
- Added extraLabels to Deployment template labels. - Added extraLabels to Deployment template labels.
## [29.1.0-bb.6] - 2021-06-30
### Added
- Add openshift toggle, conditionally add port 5353 egress. Changing "openshift:" to true in values.yaml will enable.
## [29.1.0-bb.5] - 2021-06-30 ## [29.1.0-bb.5] - 2021-06-30
### Added ### Added
- Network policy to allow prometheus scraping of istio envoy sidecar - Network policy to allow prometheus scraping of istio envoy sidecar
......
apiVersion: v2 apiVersion: v2
name: nexus-repository-manager name: nexus-repository-manager
version: 29.1.0-bb.6 version: 29.1.0-bb.7
appVersion: 3.29.0 appVersion: 3.29.0
description: Sonatype Nexus Repository Manager - Universal Binary repository description: Sonatype Nexus Repository Manager - Universal Binary repository
type: application type: application
......
...@@ -13,6 +13,10 @@ spec: ...@@ -13,6 +13,10 @@ spec:
protocol: TCP protocol: TCP
- port: 53 - port: 53
protocol: UDP protocol: UDP
{{- if .Values.openshift }}
- port: 5353
protocol: UDP
{{- end }}
podSelector: podSelector:
matchLabels: matchLabels:
app.kubernetes.io/name: nexus-repository-manager app.kubernetes.io/name: nexus-repository-manager
......
...@@ -262,3 +262,5 @@ serviceAccount: ...@@ -262,3 +262,5 @@ serviceAccount:
psp: psp:
create: false create: false
openshift: false
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