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 11name : devtron-operator
2- appVersion : 0.5.1
2+ appVersion : 0.5.2
33description : Chart to configure and install Devtron. Devtron is a Kubernetes Orchestration system.
44keywords :
55 - Devtron
@@ -10,7 +10,7 @@ keywords:
1010 - argocd
1111 - Hyperion
1212engine : gotpl
13- version : 0.22.32
13+ version : 0.22.33
1414sources :
1515 - https://github.com/devtron-labs/charts
1616maintainers :
Original file line number Diff line number Diff line change 11installer :
2- release : " v0.5.1 "
2+ release : " v0.5.2 "
33 image : " quay.io/devtron/inception"
44 tag : " c62d4c30-185-9354"
55
66components :
77 dashboard :
8- image : " quay.io/devtron/dashboard:113e83c5 -325-10243 "
8+ image : " quay.io/devtron/dashboard:22b5e4e1 -325-10252 "
99 devtron :
1010 image : " quay.io/devtron/hyperion:e9175e98-282-10212"
1111 cicdImage : " quay.io/devtron/devtron:e9175e98-4-10210"
Original file line number Diff line number Diff line change 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.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
4+ release : " v0.5.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
55 image : quay.io/devtron/inception
66 tag : c62d4c30-185-9354
77 source : " github" # Available options are github and gitee
@@ -43,7 +43,7 @@ components:
4343 sentry : " false"
4444 sentryEnv : " PRODUCTION"
4545 applicationMetrics : " true"
46- image : " quay.io/devtron/dashboard:113e83c5 -325-10243 "
46+ image : " quay.io/devtron/dashboard:22b5e4e1 -325-10252 "
4747 imagePullPolicy : IfNotPresent
4848
4949 devtron :
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/v0.5.1 /manifests/installation-script
7+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v0.5.2 /manifests/installation-script
Original file line number Diff line number Diff line change 1- LTAG="v0.5.1 ";
1+ LTAG="v0.5.2 ";
22REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33
44operatorSecret = kubectl get secret -n devtroncd devtron-operator-secret;
Original file line number Diff line number Diff line change 1- v0.5.1
1+ v0.5.2
Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ spec:
231231 - name : envoy-config-volume
232232 mountPath : /etc/envoy-config/
233233 - name : dashboard
234- image : " quay.io/devtron/dashboard:113e83c5 -325-10243 "
234+ image : " quay.io/devtron/dashboard:22b5e4e1 -325-10252 "
235235 imagePullPolicy : IfNotPresent
236236 ports :
237237 - name : app
You can’t perform that action at this time.
0 commit comments