Skip to content

Commit

Permalink
chore: Publish release 3.3.0 on the OperatorHub (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
Change-Id: I6125694ff6478b9ec5f6614e4e3f805cac246dc3
  • Loading branch information
SergK committed Dec 25, 2024
1 parent 2be01f4 commit 03d9cbb
Show file tree
Hide file tree
Showing 18 changed files with 729 additions and 310 deletions.
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# More info: https://book.kubebuilder.io/reference/project-config.html
domain: epam.com
layout:
- go.kubebuilder.io/v3
- go.kubebuilder.io/v4
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In order to install the Nexus operator, follow the steps below:
```bash
helm search repo epamedp/nexus-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/nexus-operator 3.2.0 3.2.0 A Helm chart for KRCI Nexus Operator
epamedp/nexus-operator 3.3.0 3.3.0 A Helm chart for KRCI Nexus Operator
```

_**NOTE:** It is highly recommended to use the latest released version._
Expand Down
32 changes: 32 additions & 0 deletions api/common/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 109 additions & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=nexus-operator
LABEL operators.operatorframework.io.bundle.channels.v1=stable
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.38.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4

# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
Expand Down
Loading

0 comments on commit 03d9cbb

Please sign in to comment.