Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions charts/devtron-enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: devtron-enterprise
appVersion: 0.7.2
description: Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
appVersion: 32.1.0
description: Chart to configure and install Devtron Enterprise Stack. Devtron is a Kubernetes Orchestration system.
keywords:
- Devtron
- Kubernetes
Expand All @@ -10,19 +10,14 @@ keywords:
- Deployment
- argocd
- Hyperion
engine: gotpl
version: 0.22.75
version: 32.1.0
sources:
- https://github.com/devtron-labs/charts
- https://github.com/devtron-labs/charts/tree/main/charts/devtron-enterprise
dependencies:
- name: argo-cd
version: "5.9.1"
repository: https://argoproj.github.io/argo-helm
condition: argo-cd.enabled
- name: security
- name: devtron-operator
version: "0.x.x"
repository: https://helm.devtron.ai
condition: security.enabled
repository: https://helm.devtron.ai/
alias: devtron
maintainers:
- email: [email protected]
name: Prakarsh
Expand Down
172 changes: 0 additions & 172 deletions charts/devtron-enterprise/crds/crd-devtron.yaml

This file was deleted.

99 changes: 99 additions & 0 deletions charts/devtron-enterprise/devtron-bom.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
global:
podSecurityContext:
fsGroup: 1000
runAsGroup: 1000
runAsUser: 1000
containerSecurityContext:
allowPrivilegeEscalation: false
runAsUser: 1000
runAsNonRoot: true
containerRegistry: "quay.io/devtron"
# The below values can be specified both at global as well as component level
# nodeSelector:
# key: value
# tolerations:
# - key: "key1"
# operator: "Equal"
# value: "value1"
# effect: "NoSchedule"
# imagePullSecrets:
# - name: your-image-pull-secret

# Set the storage class to be used for PVCs (would use default sc if not specified)
storageClass: ""

# Add Proxy Configs to be propagated to all the Devtron Microservices.
configs: {}

nodeSelector: {}
tolerations: []
imagePullSecrets: []
devtron:
installer:
arch: "multi-arch"
repo: "devtron-labs/charts"
release: "32.1.0"
registry: ""
image: inception
tag: 7beef376-948-31378
source: "github" # Available options are github and gitee
components:
# Values for dashboard
dashboard:
config:
extraConfigs:
HIDE_DISCORD: "true"
HIDE_RELEASES: "false"
HIDE_RESOURCE_WATCHER: "false"
FEATURE_SCOPED_VARIABLE_ENVIRONMENT_LIST_ENABLE: "true"
FEATURE_IMAGE_PROMOTION_ENABLE: "true"
FEATURE_CLUSTER_MAP_ENABLE: "true"
FEATURE_CONFIG_DRIFT_ENABLE: "true"
image: "dashboard:040c5cf9-30dda7b5-931-31424"
# Values for devtron
devtron:
image: "hyperion:de8076d0-759-31416"
cicdImage: "devtron:de8076d0-930-31412"
imagePullPolicy: IfNotPresent
customOverrides:
PG_ADDR: postgresql-postgresql.devtroncd
USE_CUSTOM_HTTP_TRANSPORT: "false"
ASYNC_BUILDX_CACHE_EXPORT: "false"
BUILDX_CACHE_MODE_MIN: "false"
CLONING_MODE: FULL
SCOPED_VARIABLE_ENABLED: "true"
SCOPED_VARIABLE_HANDLE_PRIMITIVES: "true"
DEVTRON_CHART_ARGO_CD_INSTALL_REQUEST_TIMEOUT: "1"
IS_INTERNAL_USE: "true"
IS_AIR_GAP_ENVIRONMENT: "false"
# Values for ciRunner
ciRunner:
image: "ci-runner:2168a861-882-31228"
# Values for kubelink
kubelink:
image: "kubelink:fd7b49f0-314-31414"
imagePullPolicy: IfNotPresent
# Values for gitsensor
gitsensor:
image: "git-sensor:fd7b49f0-950-31385"
imagePullPolicy: IfNotPresent
chartSync:
image: chart-sync:2168a861-341-31218
postgres:
armImage: "postgres:14.9"
# values for security integration
security:
imageScanner:
image: "image-scanner:fd7b49f0-109-31386"
configs:
TRIVY_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-db
TRIVY_JAVA_DB_REPOSITORY: mirror.gcr.io/aquasec/trivy-java-db
devtronEnterprise:
enabled: true
casbin:
image: "casbin:fd7b49f0-fced3ae3-464-31402"
imagePullPolicy: IfNotPresent
scoop:
enabled: false
image: "scoop:2c6a094c-629-30827"
imagePullPolicy: IfNotPresent
4 changes: 4 additions & 0 deletions charts/devtron-enterprise/installation-script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LTAG="v1.4.0";
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";

log("executed devtron setup installation");
Loading
Loading