Skip to content

Commit

Permalink
chore: Update oauth gerrit plugin instead of gerrit version (#39)
Browse files Browse the repository at this point in the history
We need to support keycloak without /auth

Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK authored and MykolaMarusenko committed May 22, 2024
1 parent 908c403 commit f55c473
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.7.9"` | Define gerrit docker image tag |
| gerrit.version | string | `"3.6.2-oauth"` | 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.7.9"
version: "3.6.2-oauth"
# -- If defined, a imagePullPolicy applied for gerrit deployment
imagePullPolicy: "IfNotPresent"
# -- Secrets to pull from private Docker registry;
Expand Down

0 comments on commit f55c473

Please sign in to comment.