File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FROM quay.io/operator-framework/helm-operator@sha256:9ff9668e2be6efeb00d4698152d
4
4
# Required OpenShift Labels
5
5
LABEL name="Nexus Repository HA Operator" \
6
6
vendor="Sonatype" \
7
- version="3.68.1 " \
7
+ version="3.70.0 " \
8
8
release="1" \
9
9
summary="The Nexus Repository with universal support for popular component formats." \
10
10
description="The Nexus Repository with universal support for popular component formats."
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ type: application
16
16
# This is the chart version. This version number should be incremented each time you make changes
17
17
# to the chart and its templates, including the app version.
18
18
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19
- version : 68.1 .0
19
+ version : 70.0 .0
20
20
21
21
# This is the version number of the application being deployed. This version number should be
22
22
# incremented each time you make changes to the application. Versions are not expected to
23
23
# follow Semantic Versioning. They should reflect the version the application is using.
24
24
# It is recommended to use it with quotes.
25
- appVersion : 3.68.1
25
+ appVersion : 3.70.0
26
26
27
27
keywords :
28
28
- artifacts
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ statefulset:
4
4
name : nexusrepo-statefulset
5
5
replicaCount : 1
6
6
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
8
8
resources :
9
9
# See help documentation, these are minimum system requirements
10
10
requests :
You can’t perform that action at this time.
0 commit comments