Skip to content

Commit

Permalink
feat(nexus3): Updated image to 3.73.0 (#1057)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Oct 15, 2024
1 parent 81c33fc commit 77c4e11
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 51 deletions.
10 changes: 9 additions & 1 deletion charts/nexus3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@

## [UNRELEASED]

## [v5.1.0] - 2024-10-14

### Changed

- Updated the _Nexus3_ OCI image to [v3.73.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.73.0-12). _@stevehipwell_
- Updated plugin install logic to show status and fail if the plugin can't be installed. _@EugenMayer_

## [v5.0.0] - 2024-09-10

> [!WARNING]
Expand Down Expand Up @@ -702,7 +709,8 @@ RELEASE LINKS
-->

[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3
[v5.0.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.45.0
[v5.1.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.1.0
[v5.0.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.0.0
[v4.45.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.45.1
[v4.45.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.45.0
[v4.44.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-4.44.0
Expand Down
49 changes: 3 additions & 46 deletions charts/nexus3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: nexus3
description: Helm chart for Sonatype Nexus 3 OSS.
type: application
version: 5.0.0
appVersion: 3.72.0
version: 5.1.0
appVersion: 3.73.0
home: https://www.sonatype.com/products/sonatype-nexus-repository
icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png
keywords:
Expand All @@ -23,48 +23,5 @@ maintainers:
annotations:
artifacthub.io/alternativeName: nexus
artifacthub.io/changes: |
- kind: added
description: "Added `Job` to configure _nexus3_ instead of a lifecycle script, this can be configured via the `config.job` value."
- kind: added
description: "Added sidecar pods to tail all logs, these can be configured via the `tailLogs` value."
- kind: added
description: "Added configuration for the Bash & JDK images via the `bashImage` & `jdkImage` values respectively."
- kind: added
description: "Added support for setting image digests."
- kind: added
description: "Added `install4jAddVmParams` to configure _Nexus3_ via env variables."
- kind: added
description: "Added `replicas` value."
- kind: added
description: "Added `updateStrategy`, `ordinals`, `podManagementPolicy` & `minReadySeconds` values to better configure the `StatefulSet`."
- kind: added
description: "Added `startupProbe` value."
- kind: added
description: "Added separate headless `Service`."
- kind: added
description: "Added support for creating a `PodDisruptionBudget` via the `podDisruptionBudget` value."
- kind: added
description: "Added support for `StatefulSet` volume cleanup options `retainDeleted` & `retainScaled` via the `persistence.retainDeleted` & `persistence.retainScaled` values respectively."
- kind: changed
description: "Updated the _Nexus3_ OCI image to [v3.72.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.72.0-04)."
- kind: changed
description: "Changed defaults for `podSecurityContext` & `securityContext`."
- kind: changed
description: "Changed defaults for `livenessProbe` & `readinessProbe` to align to the use of a `startupProbe`."
- kind: changed
description: "Increased the default `terminationGracePeriodSeconds` to `120`."
- kind: changed
description: "Change repository config to use the REST API, this means that the configuration structure should be modified to match the API - kind: changed
description: spec (for example no more nesting under `attributes`). Passwords also no longer need a `PASSWORD` placeholder."
- kind: removed
description: "Removed support for running _Nexus3_ as a `Deployment` by removing the `deployment` value."
- kind: removed
description: "Removed support for beta `Ingress` versions."
- kind: removed
description: "Removed `envVars` value in favour of `install4jAddVmParams`."
- kind: removed
description: "Removed `highAvailability` value, Pro level features are now enabled by setting `licence.enabled` to `true`."
- kind: removed
description: "Removed `image.pullSecrets` value."
- kind: removed
description: "Removed `metrics.serviceMonitor.interval` value."
description: "Updated the _Nexus3_ OCI image to [v3.73.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.73.0-12)."
8 changes: 4 additions & 4 deletions charts/nexus3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# nexus3

![Version: 5.0.0](https://img.shields.io/badge/Version-5.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.72.0](https://img.shields.io/badge/AppVersion-3.72.0-informational?style=flat-square)
![Version: 5.1.0](https://img.shields.io/badge/Version-5.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.73.0](https://img.shields.io/badge/AppVersion-3.73.0-informational?style=flat-square)

Helm chart for Sonatype Nexus 3 OSS.

Expand All @@ -25,15 +25,15 @@ Helm chart for Sonatype Nexus 3 OSS.
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.0.0
helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.1.0
```

#### Verification

As the OCI chart release is signed by [Cosign](https://github.com/sigstore/cosign) you can verify the chart before installing it by running the following command.

```shell
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/nexus3:5.0.0
cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp 'https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository stevehipwell/helm-charts --certificate-github-workflow-name Release ghcr.io/stevehipwell/helm-charts/nexus3:5.1.0
```

### Non-OCI Repository
Expand All @@ -42,7 +42,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.

```shell
helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/
helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.0.0
helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.1.0
```

## Values
Expand Down

0 comments on commit 77c4e11

Please sign in to comment.