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.0 " # 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-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
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:925a1382 -325-11772 "
46+ image : " quay.io/devtron/dashboard:84390bed -325-11883 "
4747 imagePullPolicy : IfNotPresent
4848
4949 devtron :
50- image : " quay.io/devtron/hyperion:4596619a -280-11780 "
51- cicdImage : " quay.io/devtron/devtron:4596619a -326-11778 "
50+ image : " quay.io/devtron/hyperion:a4027718 -280-11885 "
51+ cicdImage : " quay.io/devtron/devtron:a4027718 -326-11884 "
5252 imagePullPolicy : IfNotPresent
5353 customOverrides : {}
5454 serviceMonitor :
@@ -77,7 +77,7 @@ components:
7777 image : " ghcr.io/dexidp/dex:v2.30.2"
7878 imagePullPolicy : IfNotPresent
7979 initContainer :
80- authenticator : " quay.io/devtron/authenticator:aecda793 -393-11109 "
80+ authenticator : " quay.io/devtron/authenticator:4f57f862 -393-11887 "
8181
8282 kubelink :
8383 image : " quay.io/devtron/kubelink:1d2cc28a-318-11533"
@@ -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 : " 4596619a85ecc8906891f9a229082cd54d924547 "
101+ GIT_HASH : " a402771810012681c6fcde4288f8eea1684ab8c7 "
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 : " 4596619a85ecc8906891f9a229082cd54d924547 "
107+ GIT_HASH : " a402771810012681c6fcde4288f8eea1684ab8c7 "
108108
109109# values for argocd integration
110110argo-cd :
0 commit comments