UNCLASSIFIED

Commit fad25be1 authored by Michael Martin's avatar Michael Martin
Browse files

Update Nexus to 3.33.1

parent 79c5da4c
# 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
......
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.
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
......
......@@ -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`)
})
......
......@@ -101,7 +101,7 @@ deploymentStrategy: Recreate
image:
# IB Nexus Image
repository: registry1.dso.mil/ironbank/sonatype/nexus/nexus
tag: 3.29.0-02
tag: 3.33.1-01
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
......
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