File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v2.1.1
2+
13## Enhancements
24## Bugs
35- fix: add support of container name in cronjob (#6931 )
46- fix: auto assign permission group related fixes (#6934 )
57- fix: clusterId check for modifying triggers for cluster level notific… (#6932 )
68## Others
9+
10+
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : devtron-operator
3- appVersion : 2.1.0
3+ appVersion : 2.1.1
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.23.1
14+ version : 0.23.2
1515sources :
1616 - https://github.com/devtron-labs/charts
1717dependencies :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ global:
1515 PG_DATABASE : orchestrator
1616extraManifests : []
1717installer :
18- release : " v2.1.0 "
18+ release : " v2.1.1 "
1919 registry : " "
2020 image : " inception"
2121 tag : " 473deaa4-185-21582"
Original file line number Diff line number Diff line change 4242extraManifests : []
4343installer :
4444 repo : " devtron-labs/devtron"
45- release : " v2.1.0 "
45+ release : " v2.1.1 "
4646 registry : " "
4747 image : inception
4848 tag : 473deaa4-185-21582
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/v2.1.0 /manifests/installation-script
7+ url : https://raw.githubusercontent.com/devtron-labs/devtron/v2.1.1 /manifests/installation-script
Original file line number Diff line number Diff line change 1- LTAG="v2.1.0 ";
1+ LTAG="v2.1.1 ";
22REPO_RAW_URL="https://raw.githubusercontent.com/devtron-labs/devtron/";
33shebang = `#!/bin/bash
44`;
Original file line number Diff line number Diff line change 1+ ## v2.1.1
2+
3+ ## Enhancements
4+ ## Bugs
5+ - fix: add support of container name in cronjob (#6931 )
6+ - fix: auto assign permission group related fixes (#6934 )
7+ - fix: clusterId check for modifying triggers for cluster level notific… (#6932 )
8+ ## Others
9+
10+
You can’t perform that action at this time.
0 commit comments