File tree Expand file tree Collapse file tree 10 files changed +21
-15
lines changed Expand file tree Collapse file tree 10 files changed +21
-15
lines changed Original file line number Diff line number Diff line change 1+ ## v1.2.2
2+
3+ ## Bugs
4+ - fix: Failure to trigger cd set on auto after pre-cd is success which is also on auto which got triggered after ci (#6361 )
5+
6+
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : devtron-operator
3- appVersion : 1.2.1
3+ appVersion : 1.2.2
44description : Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
55keywords :
66 - Devtron
@@ -11,7 +11,7 @@ keywords:
1111 - argocd
1212 - Hyperion
1313engine : gotpl
14- version : 0.22.81
14+ version : 0.22.82
1515sources :
1616 - https://github.com/devtron-labs/charts
1717dependencies :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ global:
1010 containerRegistry : " quay.io/devtron"
1111extraManifests : []
1212installer :
13- release : " v1.2.1 "
13+ release : " v1.2.2 "
1414 registry : " "
1515 image : " inception"
1616 tag : " 473deaa4-185-21582"
@@ -38,8 +38,8 @@ components:
3838 imagePullPolicy : IfNotPresent
3939 devtron :
4040 registry : " "
41- image : " hyperion:69603019 -280-29389 "
42- cicdImage : " devtron:69603019 -434-29388 "
41+ image : " hyperion:a9968961 -280-29449 "
42+ cicdImage : " devtron:a9968961 -434-29448 "
4343 imagePullPolicy : IfNotPresent
4444 customOverrides : {}
4545 ciRunner :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ global:
2424extraManifests : []
2525installer :
2626 repo : " devtron-labs/devtron"
27- release : " v1.2.1 "
27+ release : " v1.2.2 "
2828 registry : " "
2929 image : inception
3030 tag : 473deaa4-185-21582
@@ -81,8 +81,8 @@ components:
8181 imagePullPolicy : IfNotPresent
8282 devtron :
8383 registry : " "
84- image : " hyperion:69603019 -280-29389 "
85- cicdImage : " devtron:69603019 -434-29388 "
84+ image : " hyperion:a9968961 -280-29449 "
85+ cicdImage : " devtron:a9968961 -434-29448 "
8686 imagePullPolicy : IfNotPresent
8787 customOverrides : {}
8888 serviceMonitor :
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ metadata:
44 name : installer-devtron
55 namespace : devtroncd
66spec :
7- url : https://raw.githubusercontent.com/devtron-labs/devtron/v1.2.1 /manifests/installation-script
7+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v1.2.2 /manifests/installation-script
Original file line number Diff line number Diff line change 1- LTAG="v1.2.1 ";
1+ LTAG="v1.2.2 ";
22REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
44log("executed devtron setup installation");
Original file line number Diff line number Diff line change 1- stable -1 v1.2.1
1+ stable -1 v1.2.2
Original file line number Diff line number Diff line change 1- v1.2.0
1+ v1.2.2
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ spec:
169169 runAsUser : 1000
170170 containers :
171171 - name : devtron
172- image : " quay.io/devtron/devtron:69603019 -434-29388 "
172+ image : " quay.io/devtron/devtron:a9968961 -434-29448 "
173173 securityContext :
174174 allowPrivilegeEscalation : false
175175 runAsUser : 1000
Original file line number Diff line number Diff line change 1- ## v1.2.1
1+ ## v1.2.2
22
33## Bugs
4- - fix: Auto cd trigger even if pre-cd fails ( # 6338 )
4+ - fix: Failure to trigger cd set on auto after pre-cd is success which is also on auto which got triggered after ci ( # 6361 )
55
66
You can’t perform that action at this time.
0 commit comments