Skip to content

Commit

Permalink
feat(nexus3): Updated image to v3.76.1 (#1117)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Jan 24, 2025
1 parent 2de53aa commit aea4c94
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions charts/nexus3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

## [UNRELEASED]

## [v5.6.2] - 2025-01-24

### Changed

- Updated the _Nexus3_ OCI image to [v3.76.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.76.1-01). ([#1117](https://github.com/stevehipwell/helm-charts/pull/1117)) _@stevehipwell_

## [v5.6.1] - 2025-01-21

### Fixed
Expand Down Expand Up @@ -785,6 +791,7 @@ RELEASE LINKS
-->

[UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3
[v5.6.2]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.6.2
[v5.6.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.6.1
[v5.6.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.6.0
[v5.5.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.5.1
Expand Down
8 changes: 4 additions & 4 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.6.1
appVersion: 3.76.0
version: 5.6.2
appVersion: 3.76.1
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,5 +23,5 @@ maintainers:
annotations:
artifacthub.io/alternativeName: nexus
artifacthub.io/changes: |
- kind: fixed
description: "Fixed user configuration bug."
- kind: changed
description: "Updated the _Nexus3_ OCI image to [v3.76.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.76.1-01)."
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.6.1](https://img.shields.io/badge/Version-5.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.76.0](https://img.shields.io/badge/AppVersion-3.76.0-informational?style=flat-square)
![Version: 5.6.2](https://img.shields.io/badge/Version-5.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.76.1](https://img.shields.io/badge/AppVersion-3.76.1-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.6.1
helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.6.2
```

#### 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.6.1
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.6.2
```

### 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.6.1
helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.6.2
```

## Values
Expand Down

0 comments on commit aea4c94

Please sign in to comment.