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
fad25be1
Commit
fad25be1
authored
Sep 02, 2021
by
Michael Martin
Browse files
Update Nexus to 3.33.1
parent
79c5da4c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
43 additions
and
5 deletions
+43
-5
CHANGELOG.md
CHANGELOG.md
+5
-0
LICENSE
LICENSE
+13
-0
chart/Chart.yaml
chart/Chart.yaml
+18
-2
chart/tests/cypress/nexus-healthspec.js
chart/tests/cypress/nexus-healthspec.js
+2
-0
chart/values.yaml
chart/values.yaml
+5
-3
No files found.
CHANGELOG.md
View file @
fad25be1
# Changelog
---
## [33.1.0-bb.0] - 2021-08-27
### Modified
-
Sync with upstream charts 33.1.0 at https://github.com/sonatype/helm3-charts.git
-
Version bump to 3.33.1
-
Increased default cpu resource request and limits
## [29.1.0-bb.9] - 2021-09-01
### Changed
-
add map to specify image, tag, and policy in values for proxy and saml jobs
...
...
LICENSE
0 → 100644
View file @
fad25be1
Copyright (c) 2020-present Sonatype, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
chart/Chart.yaml
View file @
fad25be1
apiVersion
:
v2
name
:
nexus-repository-manager
version
:
29.1.0-bb.9
appVersion
:
3.29.0
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version
:
33.1.0-bb.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion
:
3.33.1
description
:
Sonatype Nexus Repository Manager - Universal Binary repository
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type
:
application
keywords
:
-
artifacts
-
dependency
...
...
chart/tests/cypress/nexus-healthspec.js
View file @
fad25be1
...
...
@@ -11,6 +11,8 @@ describe('Basic Nexus', function() {
cy
.
contains
(
"
Next
"
).
click
({
force
:
true
})
cy
.
contains
(
"
Disable anonymous access
"
).
click
({
force
:
true
})
cy
.
contains
(
"
Next
"
).
click
({
force
:
true
})
cy
.
contains
(
"
No, not interested.
"
).
click
({
force
:
true
})
cy
.
contains
(
"
Next
"
).
click
({
force
:
true
})
cy
.
contains
(
"
Finish
"
).
click
()
cy
.
visit
(
`
${
Cypress
.
env
(
'
nexus_url
'
)}
/#admin/support/status`
)
})
...
...
chart/values.yaml
View file @
fad25be1
...
...
@@ -101,7 +101,7 @@ deploymentStrategy: Recreate
image
:
# IB Nexus Image
repository
:
registry1.dso.mil/ironbank/sonatype/nexus/nexus
tag
:
3.
29.0
-0
2
tag
:
3.
33.1
-0
1
pullPolicy
:
IfNotPresent
nexus
:
...
...
@@ -142,10 +142,10 @@ nexus:
# cpu: 250m
# memory: 4800Mi
requests
:
cpu
:
400m
# Values for testing and pipeline pursoses. If deploying for production use please modify these values.
cpu
:
1
# Values for testing and pipeline pursoses. If deploying for production use please modify these values.
memory
:
3000Mi
limits
:
cpu
:
400m
cpu
:
1
memory
:
3000Mi
# The ports should only be changed if the nexus image uses a different port
nexusPort
:
8081
...
...
@@ -171,6 +171,8 @@ nexus:
# hostnames:
# - "example.com"
# - "www.example.com"
imagePullSecrets
:
-
name
:
private-registry
...
...
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