Skip to content

Commit

Permalink
chore: Use github as a default gitserver (#87)
Browse files Browse the repository at this point in the history
Jira: EPMDEDP-12645

Related: #87
Change-Id: I93f07fbe1861f07956449806c905566326871709
  • Loading branch information
MykolaMarusenko committed Sep 21, 2023
1 parent 398ad92 commit 15239de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions deploy-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ A Helm chart for EDP Install
| extraObjects | list | `[]` | Array of extra K8s manifests to deploy |
| gerrit-operator.enabled | bool | `false` | |
| global.dnsWildCard | string | `nil` | a cluster DNS wildcard name |
| global.dockerRegistry | object | `{"type":"ecr","url":"<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_REGION>.amazonaws.com"}` | Gerrit SSH node port gerritSSHPort: "22" |
| global.dockerRegistry.type | string | `"ecr"` | Define Image Registry that will to be used in Pipelines. Can be ecr (default), harbor |
| global.dockerRegistry.url | string | `"<AWS_ACCOUNT_ID>.dkr.ecr.<AWS_REGION>.amazonaws.com"` | Docker Registry endpoint |
| global.gerritSSHPort | string | `"22"` | Gerrit SSH node port |
| global.gitProvider | string | `"gerrit"` | Can be gerrit, github or gitlab. By default: gerrit |
| global.gitProvider | string | `"github"` | Can be gerrit, github or gitlab. By default: github |
| global.platform | string | `"kubernetes"` | platform type that can be "kubernetes" or "openshift" |
| global.version | string | `"3.5.0-SNAPSHOT"` | EDP version |
| keycloak-operator.enabled | bool | `true` | |
Expand Down
6 changes: 3 additions & 3 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ global:
platform: "kubernetes"
# -- a cluster DNS wildcard name
dnsWildCard:
# -- Can be gerrit, github or gitlab. By default: gerrit
gitProvider: gerrit
# -- Can be gerrit, github or gitlab. By default: github
gitProvider: github
# -- Gerrit SSH node port
gerritSSHPort: "22"
# gerritSSHPort: "22"
dockerRegistry:
# -- Define Image Registry that will to be used in Pipelines. Can be ecr (default), harbor
type: "ecr"
Expand Down

0 comments on commit 15239de

Please sign in to comment.