Skip to content

Commit

Permalink
chore: Bump gerrit image version to 3.7.9 (#39)
Browse files Browse the repository at this point in the history
The epamedp/edp-gerrit:3.7.9 version contains Gerrit version 3.7.9

JIRA: EPMDEDP-13886
  • Loading branch information
Artem-Zahumonnyi authored and SergK committed May 20, 2024
1 parent 3e4ab7b commit 908c403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A Helm chart for EDP Gerrit Operator
| gerrit.resources.requests.memory | string | `"512Mi"` | |
| gerrit.storage.size | string | `"1Gi"` | Size for Gerrit data volume |
| gerrit.tolerations | list | `[]` | |
| gerrit.version | string | `"3.6.2"` | Define gerrit docker image tag |
| gerrit.version | string | `"3.7.9"` | Define gerrit docker image tag |
| global.admins | list | `["[email protected]"]` | Administrators of your tenant |
| global.developers | list | `["[email protected]","[email protected]"]` | Developers of your tenant |
| global.dnsWildCard | string | `nil` | a cluster DNS wildcard name |
Expand Down
2 changes: 1 addition & 1 deletion deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gerrit:
# -- Define gerrit docker image name
image: "epamedp/edp-gerrit"
# -- Define gerrit docker image tag
version: "3.6.2"
version: "3.7.9"
# -- If defined, a imagePullPolicy applied for gerrit deployment
imagePullPolicy: "IfNotPresent"
# -- Secrets to pull from private Docker registry;
Expand Down

0 comments on commit 908c403

Please sign in to comment.