UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
922e3112
Commit
922e3112
authored
Jul 27, 2021
by
Branden Cobb
Browse files
rebase
parents
98d51407
a2457f05
Pipeline
#391430
passed with stages
in 3 minutes and 4 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+5
-1
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
+4
-0
chart/values.yaml
chart/values.yaml
+2
-0
No files found.
CHANGELOG.md
View file @
922e3112
# 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
...
...
chart/Chart.yaml
View file @
922e3112
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
...
...
chart/templates/bigbang/networkpolicies/kube-api-egress.yaml
View file @
922e3112
...
@@ -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
...
...
chart/values.yaml
View file @
922e3112
...
@@ -262,3 +262,5 @@ serviceAccount:
...
@@ -262,3 +262,5 @@ serviceAccount:
psp
:
psp
:
create
:
false
create
:
false
openshift
:
false
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment