File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11name : devtron-operator
2- appVersion : 0.4.5
2+ appVersion : 0.4.6
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.8
13+ version : 0.22.9
1414sources :
1515 - https://github.com/devtron-labs/charts
1616maintainers :
Original file line number Diff line number Diff line change 11installer :
2- release : " v0.4.5 "
2+ release : " v0.4.6 "
33 image : " quay.io/devtron/inception"
44 tag : " acb623ff-185-7117"
55
@@ -20,7 +20,7 @@ components:
2020 envVars :
2121 devtron :
2222 GIT_BRANCH : " main"
23- GIT_HASH : " 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3 "
23+ GIT_HASH : " 35702e690d6ffb8e61904de33a7f98082cbd2db2 "
2424 casbin :
2525 GIT_BRANCH : " main"
26- GIT_HASH : " 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3 "
26+ GIT_HASH : " 35702e690d6ffb8e61904de33a7f98082cbd2db2 "
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.4.5 " # 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.4.6 " # 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 : acb623ff-185-7117
77 source : " github" # Available options are github and gitee
@@ -93,10 +93,10 @@ components:
9393 SCRIPT_LOCATION : " scripts/sql/"
9494 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
9595 DB_NAME : " orchestrator"
96- GIT_HASH : " 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3 "
96+ GIT_HASH : " 35702e690d6ffb8e61904de33a7f98082cbd2db2 "
9797 casbin :
9898 GIT_BRANCH : " main"
9999 SCRIPT_LOCATION : " scripts/casbin/"
100100 GIT_REPO_URL : " https://github.com/devtron-labs/devtron.git"
101101 DB_NAME : " casbin"
102- GIT_HASH : " 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3 "
102+ GIT_HASH : " 35702e690d6ffb8e61904de33a7f98082cbd2db2 "
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.4.5 /manifests/installation-script
7+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v0.4.6 /manifests/installation-script
Original file line number Diff line number Diff line change 1- LTAG="v0.4.5 ";
1+ LTAG="v0.4.6 ";
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.4.5
1+ v0.4.6
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ spec:
152152 serviceAccountName : devtron
153153 containers :
154154 - name : devtron
155- image : " quay.io/devtron/devtron:702ffd2c -324-8804 "
155+ image : " quay.io/devtron/devtron:35702e69 -324-8869 "
156156 imagePullPolicy : IfNotPresent
157157 ports :
158158 - name : devtron
Original file line number Diff line number Diff line change 4040 - name : MIGRATE_TO_VERSION
4141 value : " 0"
4242 - name : GIT_HASH
43- value : 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3
43+ value : 35702e690d6ffb8e61904de33a7f98082cbd2db2
4444 envFrom :
4545 - secretRef :
4646 name : postgresql-migrator
8181 - name : MIGRATE_TO_VERSION
8282 value : " 0"
8383 - name : GIT_HASH
84- value : 702ffd2c7814e33f49e0dbbbebc6e18a6645e5d3
84+ value : 35702e690d6ffb8e61904de33a7f98082cbd2db2
8585 - name : GIT_BRANCH
8686 value : main
8787 envFrom :
You can’t perform that action at this time.
0 commit comments