File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : devtron-operator
2
- appVersion : 0.5.0
2
+ appVersion : 0.5.1
3
3
description : Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
4
4
keywords :
5
5
- Devtron
@@ -10,7 +10,7 @@ keywords:
10
10
- argocd
11
11
- Hyperion
12
12
engine : gotpl
13
- version : 0.22.31
13
+ version : 0.22.32
14
14
sources :
15
15
- https://github.com/devtron-labs/charts
16
16
maintainers :
Original file line number Diff line number Diff line change 1
1
installer :
2
- release : " v0.5.0 "
2
+ release : " v0.5.1 "
3
3
image : " quay.io/devtron/inception"
4
4
tag : " c62d4c30-185-9354"
5
5
6
6
components :
7
7
dashboard :
8
- image : " quay.io/devtron/dashboard:299b2d71-6-10208 "
8
+ image : " quay.io/devtron/dashboard:113e83c5-325-10243 "
9
9
devtron :
10
10
image : " quay.io/devtron/hyperion:e9175e98-282-10212"
11
11
cicdImage : " quay.io/devtron/devtron:e9175e98-4-10210"
Original file line number Diff line number Diff line change 1
1
installer :
2
2
repo : " devtron-labs/devtron"
3
3
# 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.5.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.5.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
5
5
image : quay.io/devtron/inception
6
6
tag : c62d4c30-185-9354
7
7
source : " github" # Available options are github and gitee
@@ -43,7 +43,7 @@ components:
43
43
sentry : " false"
44
44
sentryEnv : " PRODUCTION"
45
45
applicationMetrics : " true"
46
- image : " quay.io/devtron/dashboard:299b2d71-6-10208 "
46
+ image : " quay.io/devtron/dashboard:113e83c5-325-10243 "
47
47
imagePullPolicy : IfNotPresent
48
48
49
49
devtron :
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/v0.5.0 /manifests/installation-script
7
+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v0.5.1 /manifests/installation-script
Original file line number Diff line number Diff line change 1
- LTAG="v0.5.0 ";
1
+ LTAG="v0.5.1 ";
2
2
REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
3
3
4
4
operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Original file line number Diff line number Diff line change 1
- v0.5.0
1
+ v0.5.1
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ spec:
231
231
- name : envoy-config-volume
232
232
mountPath : /etc/envoy-config/
233
233
- name : dashboard
234
- image : " quay.io/devtron/dashboard:299b2d71-6-10208 "
234
+ image : " quay.io/devtron/dashboard:113e83c5-325-10243 "
235
235
imagePullPolicy : IfNotPresent
236
236
ports :
237
237
- name : app
You can’t perform that action at this time.
0 commit comments