Skip to content

Commit c55fc5c

Browse files
authored
update for 3.70.0 (#21)
1 parent d971a6d commit c55fc5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM quay.io/operator-framework/helm-operator@sha256:9ff9668e2be6efeb00d4698152d
44
# Required OpenShift Labels
55
LABEL name="Nexus Repository HA Operator" \
66
vendor="Sonatype" \
7-
version="3.68.1" \
7+
version="3.70.0" \
88
release="1" \
99
summary="The Nexus Repository with universal support for popular component formats." \
1010
description="The Nexus Repository with universal support for popular component formats."

helm-charts/nxrm-ha/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 68.1.0
19+
version: 70.0.0
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: 3.68.1
25+
appVersion: 3.70.0
2626

2727
keywords:
2828
- artifacts

helm-charts/nxrm-ha/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ statefulset:
44
name: nexusrepo-statefulset
55
replicaCount: 1
66
container:
7-
imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager:3.68.1-ubi-1
7+
imageName: registry.connect.redhat.com/sonatype/nexus-repository-manager:3.70.0-ubi-1
88
resources:
99
# See help documentation, these are minimum system requirements
1010
requests:

0 commit comments

Comments
 (0)