11installer :
22 repo : " devtron-labs/devtron"
33# For Kubernetes version < 1.16, set release: legacy. You won't be able to upgrade Devtron unless you upgrade the K8s version to 1.16 or above.
4- release : " v0.6.9-rc.1 " # You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
4+ release : " v0.6.9" # You can use a branch name or a release tag name as a release, for gitee as source only "main" is supported as of now
55 image : quay.io/devtron/inception
66 tag : 1d2b87e5-185-11095
77 source : " github" # Available options are github and gitee
@@ -43,12 +43,12 @@ components:
4343 sentry : " false"
4444 sentryEnv : " PRODUCTION"
4545 applicationMetrics : " true"
46- image : " quay.io/devtron/dashboard:84390bed -325-11883 "
46+ image : " quay.io/devtron/dashboard:297a6598 -325-11972 "
4747 imagePullPolicy : IfNotPresent
4848
4949 devtron :
50- image : " quay.io/devtron/hyperion:a4027718 -280-11885 "
51- cicdImage : " quay.io/devtron/devtron:a4027718 -326-11884 "
50+ image : " quay.io/devtron/hyperion:319346a1 -280-11978 "
51+ cicdImage : " quay.io/devtron/devtron:319346a1 -326-11976 "
5252 imagePullPolicy : IfNotPresent
5353 customOverrides : {}
5454 serviceMonitor :
@@ -77,10 +77,10 @@ components:
7777 image : " ghcr.io/dexidp/dex:v2.30.2"
7878 imagePullPolicy : IfNotPresent
7979 initContainer :
80- authenticator : " quay.io/devtron/authenticator:4f57f862 -393-11887 "
80+ authenticator : " quay.io/devtron/authenticator:6e466830 -393-11943 "
8181
8282 kubelink :
83- image : " quay.io/devtron/kubelink:1d2cc28a -318-11533 "
83+ image : " quay.io/devtron/kubelink:2ae4e7a7 -318-11969 "
8484 imagePullPolicy : IfNotPresent
8585
8686 postgres :
@@ -98,13 +98,13 @@ components:
9898 SCRIPT_LOCATION : " scripts/sql/"
9999 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
100100 DB_NAME : " orchestrator"
101- GIT_HASH : " a402771810012681c6fcde4288f8eea1684ab8c7 "
101+ GIT_HASH : " 319346a1f45d939d79120193e9e812687981d470 "
102102 casbin :
103103 GIT_BRANCH : " main"
104104 SCRIPT_LOCATION : " scripts/casbin/"
105105 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
106106 DB_NAME : " casbin"
107- GIT_HASH : " a402771810012681c6fcde4288f8eea1684ab8c7 "
107+ GIT_HASH : " 319346a1f45d939d79120193e9e812687981d470 "
108108
109109# values for argocd integration
110110argo-cd :
0 commit comments