Skip to content

Commit

Permalink
update Nexus to version 3.70.3 (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Oct 30, 2024
1 parent 36cd67f commit 39a7dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
### Changed
- Webhook Proxy maintenance ([#1298](https://github.com/opendevstack/ods-core/pull/1298))
- Update SonarQube to 10.x non LTS ([#1300](https://github.com/opendevstack/ods-core/issues/1300))
- Update Nexus to version 3.70.3 ([#1298](https://github.com/opendevstack/ods-core/pull/1308))
- Jenkins maintenance ([#1299](https://github.com/opendevstack/ods-core/pull/1299)) and update java version in Jenkins ([#1295](https://github.com/opendevstack/ods-core/issues/1295))

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions configuration-sample/ods-core.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ ODS_BITBUCKET_PROJECT=opendevstack
# Nexus base image
# See Dockerhub https://hub.docker.com/r/sonatype/nexus3/tags.
# Officially supported is:
# - 3.68.1-java11
NEXUS_IMAGE_TAG=3.68.1-java11
# - 3.70.3-java11-ubi
NEXUS_IMAGE_TAG=3.70.3-java11-ubi

# Nexus host without protocol.
# The domain should be equal to OPENSHIFT_APPS_BASEDOMAIN (see below).
Expand Down
2 changes: 1 addition & 1 deletion nexus/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 1.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "3.68.1-java11"
appVersion: "3.70.3-java11-ubi"

0 comments on commit 39a7dae

Please sign in to comment.