Skip to content

Commit

Permalink
chore: Update KubeRocketCI names and documentation links (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-nedostup authored and MykolaMarusenko committed Aug 9, 2024
1 parent 09e47c9 commit 304ec1f
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create EDP release
name: Create KRCI release
on:
push:
tags:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
# Create a new file with the desired text and the UUIDs
echo "### Deployment Certifications and Source Traceability" > new_release.md
echo "EDP container images bear [cosign](https://github.com/sigstore/cosign) signatures. Refer to the [documentation](https://epam.github.io/edp-install/operator-guide/artifacts-verification/) for instructions on verification." >> new_release.md
echo "KubeRocketCI container images bear [cosign](https://github.com/sigstore/cosign) signatures. Refer to the [documentation](https://docs.kuberocketci.io/docs/developer-guide/artifacts-verification) for instructions on verification." >> new_release.md
echo "The Rekor UUID's for this release is \`${ATTESTATION_UUID}\` - attestation and" >> new_release.md
echo "\`${SIGNATURE_UUID}\` - signature" >> new_release.md
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# Nexus Operator

| :heavy_exclamation_mark: Please refer to [EDP documentation](https://epam.github.io/edp-install/) to get the notion of the main concepts and guidelines. |
| :heavy_exclamation_mark: Please refer to [KubeRocketCI documentation](https://docs.kuberocketci.io/) to get the notion of the main concepts and guidelines. |
| --- |

Get acquainted with the Nexus Operator and the installation process as well as the local development, and architecture scheme.

## Overview

Nexus Operator is an EDP operator that is responsible for configuring Nexus.
Nexus Operator is a KubeRocketCI operator that is responsible for configuring Nexus.

_**NOTE:** Operator is platform-independent, that is why there is a unified instruction for deploying._

Expand All @@ -33,8 +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 EDP Nexus Operator
epamedp/nexus-operator 3.1.0 3.1.0 A Helm chart for EDP Nexus Operator
epamedp/nexus-operator 3.2.0 3.2.0 A Helm chart for KRCI Nexus Operator
```

_**NOTE:** It is highly recommended to use the latest released version._
Expand Down Expand Up @@ -107,10 +106,10 @@ In order to install the Nexus operator, follow the steps below:

## Local Development

In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.

Development versions are also available, please refer to the [snapshot Helm Chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.

### Related Articles

* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)
14 changes: 7 additions & 7 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v2
description: A Helm chart for EDP Nexus Operator
home: https://epam.github.io/edp-install/
description: A Helm chart for KubeRocketCI Nexus Operator
home: https://docs.kuberocketci.io/
name: nexus-operator
type: application
version: 3.3.0-SNAPSHOT
appVersion: 3.3.0-SNAPSHOT
icon: https://epam.github.io/edp-install/assets/logo.png
icon: https://docs.kuberocketci.io/img/logo.svg
keywords:
- edp
- nexus
Expand All @@ -15,7 +15,7 @@ keywords:
maintainers:
- name: epmd-edp
email: SupportEPMD-EDP@epam.com
url: https://solutionshub.epam.com/solution/epam-delivery-platform
url: https://solutionshub.epam.com/solution/kuberocketci
- name: sergk
url: https://github.com/SergK
sources:
Expand Down Expand Up @@ -80,7 +80,7 @@ annotations:
name: nexus-sample
kind: Nexus
artifacthub.io/links: |
- name: EDP Documentation
url: https://epam.github.io/edp-install/
- name: KubeRocketCI Documentation
url: https://docs.kuberocketci.io
- name: EPAM SolutionHub
url: https://solutionshub.epam.com/solution/epam-delivery-platform
url: https://solutionshub.epam.com/solution/kuberocketci
19 changes: 9 additions & 10 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

![Version: 3.3.0-SNAPSHOT](https://img.shields.io/badge/Version-3.3.0--SNAPSHOT-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.0-SNAPSHOT](https://img.shields.io/badge/AppVersion-3.3.0--SNAPSHOT-informational?style=flat-square)

A Helm chart for EDP Nexus Operator
A Helm chart for KubeRocketCI Nexus Operator

**Homepage:** <https://epam.github.io/edp-install/>
**Homepage:** <https://docs.kuberocketci.io/>

## Overview

Nexus Operator is an EDP operator that is responsible for configuring Nexus.
Nexus Operator is a KubeRocketCI operator that is responsible for configuring Nexus.

_**NOTE:** Operator is platform-independent, that is why there is a unified instruction for deploying._

Expand All @@ -32,8 +32,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 EDP Nexus Operator
epamedp/nexus-operator 3.1.0 3.1.0 A Helm chart for EDP Nexus Operator
epamedp/nexus-operator 3.2.0 3.2.0 A Helm chart for KRCI Nexus Operator
```

_**NOTE:** It is highly recommended to use the latest released version._
Expand Down Expand Up @@ -106,19 +105,19 @@ In order to install the Nexus operator, follow the steps below:

## Local Development

In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.

Development versions are also available, please refer to the [snapshot Helm Chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.

### Related Articles

* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| epmd-edp | <SupportEPMD-EDP@epam.com> | <https://solutionshub.epam.com/solution/epam-delivery-platform> |
| epmd-edp | <SupportEPMD-EDP@epam.com> | <https://solutionshub.epam.com/solution/kuberocketci> |
| sergk | | <https://github.com/SergK> |

## Source Code
Expand All @@ -131,8 +130,8 @@ Development versions are also available, please refer to the [snapshot Helm Char
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| annotations | object | `{}` | |
| image.repository | string | `"epamedp/nexus-operator"` | EDP nexus-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator) |
| image.tag | string | `nil` | EDP nexus-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator/tags) |
| image.repository | string | `"epamedp/nexus-operator"` | KubeRocketCI nexus-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator) |
| image.tag | string | `nil` | KubeRocketCI nexus-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator/tags) |
| imagePullPolicy | string | `"IfNotPresent"` | |
| name | string | `"nexus-operator"` | component name |
| nodeSelector | object | `{}` | |
Expand Down
9 changes: 4 additions & 5 deletions deploy-templates/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

## Overview

Nexus Operator is an EDP operator that is responsible for configuring Nexus.
Nexus Operator is a KubeRocketCI operator that is responsible for configuring Nexus.

_**NOTE:** Operator is platform-independent, that is why there is a unified instruction for deploying._

Expand All @@ -33,8 +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 EDP Nexus Operator
epamedp/nexus-operator 3.1.0 3.1.0 A Helm chart for EDP Nexus Operator
epamedp/nexus-operator 3.2.0 3.2.0 A Helm chart for KRCI Nexus Operator
```

_**NOTE:** It is highly recommended to use the latest released version._
Expand Down Expand Up @@ -107,13 +106,13 @@ In order to install the Nexus operator, follow the steps below:

## Local Development

In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://epam.github.io/edp-install/developer-guide/local-development/) page.
In order to develop the operator, first set up a local environment. For details, please refer to the [Local Development](https://docs.kuberocketci.io/docs/developer-guide/local-development) page.

Development versions are also available, please refer to the [snapshot Helm Chart repository](https://epam.github.io/edp-helm-charts/snapshot/) page.

### Related Articles

* [Install EDP](https://epam.github.io/edp-install/operator-guide/install-edp/)
* [Install KubeRocketCI](https://docs.kuberocketci.io/docs/operator-guide/install-kuberocketci)

{{ template "chart.maintainersSection" . }}

Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ nodeSelector: {}
tolerations: []
affinity: {}
image:
# -- EDP nexus-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator)
# -- KubeRocketCI nexus-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator)
repository: epamedp/nexus-operator
# if not defined then .Chart.AppVersion is used
# -- EDP nexus-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator/tags)
# -- KubeRocketCI nexus-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/nexus-operator/tags)
tag:
imagePullPolicy: "IfNotPresent"

Expand Down

0 comments on commit 304ec1f

Please sign in to comment.