@@ -10,7 +10,7 @@ global:
1010installer :
1111 repo : " devtron-labs/devtron"
1212# 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.
13- release : " " # 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
13+ release : " v0.6.18-rc.2 " # 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
1414 image : quay.io/devtron/inception
1515 tag : 44b30917-185-13275
1616 source : " github" # Available options are github and gitee
@@ -55,12 +55,12 @@ components:
5555 extraConfigs :
5656 USE_V2 : " true"
5757 ENABLE_BUILD_CONTEXT : " true"
58- image : " quay.io/devtron/dashboard:b1ae0175 -325-14079 "
58+ image : " quay.io/devtron/dashboard:961adac9 -325-14236 "
5959 imagePullPolicy : IfNotPresent
6060
6161 devtron :
62- image : " quay.io/devtron/hyperion:c5f54cc9 -280-14100 "
63- cicdImage : " quay.io/devtron/devtron:c5f54cc9 -434-14099 "
62+ image : " quay.io/devtron/hyperion:2c6ed701 -280-14059 "
63+ cicdImage : " quay.io/devtron/devtron:2c6ed701 -434-14060 "
6464 imagePullPolicy : IfNotPresent
6565 customOverrides : {}
6666 serviceMonitor :
@@ -92,7 +92,7 @@ components:
9292 authenticator : " quay.io/devtron/authenticator:e414faff-393-13273"
9393
9494 kubelink :
95- image : " quay.io/devtron/kubelink:451a1a1a -318-13790 "
95+ image : " quay.io/devtron/kubelink:63967b3a -318-14165 "
9696 imagePullPolicy : IfNotPresent
9797 configs :
9898 ENABLE_HELM_RELEASE_CACHE : " true"
@@ -120,13 +120,13 @@ components:
120120 SCRIPT_LOCATION : " scripts/sql/"
121121 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
122122 DB_NAME : " orchestrator"
123- GIT_HASH : " 2c6ed701f1c9b357eee0c07587c426033bd4c4f4 "
123+ GIT_HASH : " 73f1aa560d4bfbca97d702bbb12577cb800699fa "
124124 casbin :
125125 GIT_BRANCH : " main"
126126 SCRIPT_LOCATION : " scripts/casbin/"
127127 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
128128 DB_NAME : " casbin"
129- GIT_HASH : " 2c6ed701f1c9b357eee0c07587c426033bd4c4f4 "
129+ GIT_HASH : " 73f1aa560d4bfbca97d702bbb12577cb800699fa "
130130
131131# values for argocd integration
132132argo-cd :
0 commit comments