Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.36 KB

File metadata and controls

45 lines (35 loc) · 2.36 KB

codebase-operator

Version: 2.24.0-SNAPSHOT Type: application AppVersion: 2.24.0-SNAPSHOT

A Helm chart for KubeRocketCI Codebase Operator

Homepage: https://docs.kuberocketci.io/

Maintainers

Name Email Url
epmd-edp [email protected] https://solutionshub.epam.com/solution/kuberocketci
sergk https://github.com/SergK

Source Code

Values

Key Type Default Description
affinity object {}
annotations object {}
envs[0].name string "RECONCILATION_PERIOD"
envs[0].value string "360"
envs[1] object {"name":"CODEBASE_BRANCH_MAX_CONCURRENT_RECONCILES","value":"3"} Maximum number of parallel reconciliation codebasebranches
global.platform string "kubernetes" platform type that can be "kubernetes" or "openshift"
image.repository string "epamedp/codebase-operator" EDP codebase-operator Docker image name. The released image can be found on Dockerhub
image.tag string nil EDP codebase-operator Docker image tag. The released image can be found on Dockerhub
imagePullPolicy string "IfNotPresent"
jira.apiUrl string "https://jiraeu-api.example.com" API URL for development
jira.credentialName string "ci-jira" Name of secret with credentials to Jira server
jira.integration bool false Flag to enable/disable Jira integration
jira.name string "jira" JiraServer CR name
jira.rootUrl string "https://jiraeu.example.com" URL to Jira server
name string "codebase-operator" component name
nodeSelector object {}
resources.limits.memory string "192Mi"
resources.requests.cpu string "50m"
resources.requests.memory string "64Mi"
telemetryEnabled bool true Flag to enable/disable telemetry
tolerations list []