From 1e83509f2a2ad2ca665eeb3ba9841ab194b39d6b Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Fri, 7 Feb 2025 13:32:15 +0000 Subject: [PATCH] feat(nexus3): Updated image to v3.77.1 Signed-off-by: Steve Hipwell --- charts/nexus3/CHANGELOG.md | 7 +++++++ charts/nexus3/Chart.yaml | 6 +++--- charts/nexus3/README.md | 10 +++++----- charts/nexus3/values.yaml | 4 ++-- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/charts/nexus3/CHANGELOG.md b/charts/nexus3/CHANGELOG.md index e57c6ca1..ddfb3355 100644 --- a/charts/nexus3/CHANGELOG.md +++ b/charts/nexus3/CHANGELOG.md @@ -14,6 +14,12 @@ ## [UNRELEASED] +## [v5.7.1] - 2025-02-07 + +### Changed + +- Updated the _Nexus3_ OCI image to [v3.77.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.77.1-01). ([#1123](https://github.com/stevehipwell/helm-charts/pull/1123)) _@stevehipwell_ + ## [v5.7.0] - 2025-02-05 ### Changed @@ -797,6 +803,7 @@ RELEASE LINKS --> [UNRELEASED]: https://github.com/stevehipwell/helm-charts/tree/main/charts/nexus3 +[v5.7.1]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.7.1 [v5.7.0]: https://github.com/stevehipwell/helm-charts/releases/tag/nexus3-5.7.0 [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 diff --git a/charts/nexus3/Chart.yaml b/charts/nexus3/Chart.yaml index 5b47ac6d..775d4d01 100644 --- a/charts/nexus3/Chart.yaml +++ b/charts/nexus3/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: nexus3 description: Helm chart for Sonatype Nexus 3 OSS. type: application -version: 5.7.0 -appVersion: 3.77.0 +version: 5.7.1 +appVersion: 3.77.1 home: https://www.sonatype.com/products/sonatype-nexus-repository icon: https://raw.githubusercontent.com/stevehipwell/helm-charts/main/charts/nexus3/icon.png keywords: @@ -24,4 +24,4 @@ annotations: artifacthub.io/alternativeName: nexus artifacthub.io/changes: | - kind: changed - description: "Updated the _Nexus3_ OCI image to [v3.77.0](https://github.com/sonatype/nexus-public/releases/tag/release-3.77.0-08)." + description: "Updated the _Nexus3_ OCI image to [v3.77.1](https://github.com/sonatype/nexus-public/releases/tag/release-3.77.1-01)." diff --git a/charts/nexus3/README.md b/charts/nexus3/README.md index f913ab1e..8e7b429d 100644 --- a/charts/nexus3/README.md +++ b/charts/nexus3/README.md @@ -1,6 +1,6 @@ # nexus3 -![Version: 5.7.0](https://img.shields.io/badge/Version-5.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.77.0](https://img.shields.io/badge/AppVersion-3.77.0-informational?style=flat-square) +![Version: 5.7.1](https://img.shields.io/badge/Version-5.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.77.1](https://img.shields.io/badge/AppVersion-3.77.1-informational?style=flat-square) Helm chart for Sonatype Nexus 3 OSS. @@ -25,7 +25,7 @@ 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.7.0 +helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --version 5.7.1 ``` #### Verification @@ -33,7 +33,7 @@ helm upgrade --install nexus3 oci://ghcr.io/stevehipwell/helm-charts/nexus3 --ve 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.7.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.7.1 ``` ### Non-OCI Repository @@ -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.7.0 +helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.7.1 ``` ## Values @@ -129,7 +129,7 @@ helm upgrade --install nexus3 stevehipwell/nexus3 --version 5.7.0 | podManagementPolicy | string | `nil` | Pod management policy for the `StatefulSet`. | | podSecurityContext | object | `{"fsGroup":200,"runAsNonRoot":false,"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the pod. | | priorityClassName | string | `nil` | Priority class name for the pod. | -| properties | string | `nil` | _Nexus3_ properties. | +| properties | list | `[]` | _Nexus3_ properties. | | readinessProbe | object | See _values.yaml_ | Readiness probe configuration for the default container. | | replicas | int | `1` | Number of replicas to create; modifying this requires the license to be configured. | | resources | object | `{}` | Resources for the default container. | diff --git a/charts/nexus3/values.yaml b/charts/nexus3/values.yaml index 299632a1..465399ba 100644 --- a/charts/nexus3/values.yaml +++ b/charts/nexus3/values.yaml @@ -264,8 +264,8 @@ license: key: nexus.license # -- _Nexus3_ properties. -properties: - # - nexus.golang.hosted=true +properties: [] +# - nexus.golang.hosted=true # -- _Nexus3_ store properties. storeProperties: []