File tree 10 files changed +21
-15
lines changed
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 1
1
apiVersion : v2
2
2
name : devtron-operator
3
- appVersion : 1.2.1
3
+ appVersion : 1.2.2
4
4
description : Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
5
5
keywords :
6
6
- Devtron
@@ -11,7 +11,7 @@ keywords:
11
11
- argocd
12
12
- Hyperion
13
13
engine : gotpl
14
- version : 0.22.81
14
+ version : 0.22.82
15
15
sources :
16
16
- https://github.com/devtron-labs/charts
17
17
dependencies :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ global:
10
10
containerRegistry : " quay.io/devtron"
11
11
extraManifests : []
12
12
installer :
13
- release : " v1.2.1 "
13
+ release : " v1.2.2 "
14
14
registry : " "
15
15
image : " inception"
16
16
tag : " 473deaa4-185-21582"
@@ -38,8 +38,8 @@ components:
38
38
imagePullPolicy : IfNotPresent
39
39
devtron :
40
40
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 "
43
43
imagePullPolicy : IfNotPresent
44
44
customOverrides : {}
45
45
ciRunner :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ global:
24
24
extraManifests : []
25
25
installer :
26
26
repo : " devtron-labs/devtron"
27
- release : " v1.2.1 "
27
+ release : " v1.2.2 "
28
28
registry : " "
29
29
image : inception
30
30
tag : 473deaa4-185-21582
@@ -81,8 +81,8 @@ components:
81
81
imagePullPolicy : IfNotPresent
82
82
devtron :
83
83
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 "
86
86
imagePullPolicy : IfNotPresent
87
87
customOverrides : {}
88
88
serviceMonitor :
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ metadata:
4
4
name : installer-devtron
5
5
namespace : devtroncd
6
6
spec :
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 ";
2
2
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
3
3
4
4
log("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:
169
169
runAsUser : 1000
170
170
containers :
171
171
- name : devtron
172
- image : " quay.io/devtron/devtron:69603019 -434-29388 "
172
+ image : " quay.io/devtron/devtron:a9968961 -434-29448 "
173
173
securityContext :
174
174
allowPrivilegeEscalation : false
175
175
runAsUser : 1000
Original file line number Diff line number Diff line change 1
- ## v1.2.1
1
+ ## v1.2.2
2
2
3
3
## 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 )
5
5
6
6
You can’t perform that action at this time.
0 commit comments