Skip to content

Commit

Permalink
docs: Update README md and Dockerfile (#132)
Browse files Browse the repository at this point in the history
Change-Id: I0a9c6a4f9c9bfb3077d2d4d2fa14e22c79f26525
  • Loading branch information
Oleksandr123234 committed Jan 19, 2024
1 parent 8302c9d commit 1fc7027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV OPERATOR=/usr/local/bin/gerrit-operator \

RUN apk add --no-cache ca-certificates==20230506-r0 \
openssh-client==9.3_p2-r1 \
openssl==3.1.4-r1 \
openssl==3.1.4-r4 \
git==2.40.1-r0

# install operator binary
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ In order to install the EDP Gerrit Operator, follow the steps below:
```bash
helm search repo epamedp/gerrit-operator -l
NAME CHART VERSION APP VERSION DESCRIPTION
epamedp/gerrit-operator 2.13.3 2.13.3 A Helm chart for EDP Gerrit Operator
epamedp/gerrit-operator 2.13.2 2.13.2 A Helm chart for EDP Gerrit Operator
epamedp/gerrit-operator 2.19.0 2.19.0 A Helm chart for EDP Gerrit Operator
epamedp/gerrit-operator 2.18.0 2.18.0 A Helm chart for EDP Gerrit Operator
```

_**NOTE:** It is highly recommended to use the latest released version._
Expand All @@ -53,7 +53,7 @@ In order to install the EDP Gerrit Operator, follow the steps below:

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.

Development versions are also available, please refer to the [snapshot helm chart repository](https://epam.github.io/edp-helm-charts/snapshot/) 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

Expand Down

0 comments on commit 1fc7027

Please sign in to comment.