File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 0.3.19" ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 0.3.19-beta-2 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export const initState = (
23
23
chartValuesFromParent : ChartValuesType ,
24
24
installedConfigFromParent : any ,
25
25
chartVersionsDataFromParent : ChartVersionType [ ] ,
26
+ deploymentAppType : DeploymentAppTypes ,
26
27
) : ChartValuesViewState => {
27
28
return {
28
29
isLoading : true ,
@@ -79,7 +80,7 @@ export const initState = (
79
80
invalidProject : false ,
80
81
formValidationError : { } ,
81
82
showNoGitOpsWarning : false ,
82
- deploymentAppType : DeploymentAppTypes . HELM ,
83
+ deploymentAppType : deploymentAppType ?? DeploymentAppTypes . HELM ,
83
84
gitRepoURL : '' ,
84
85
authMode : null ,
85
86
initialChartVersionValues : {
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ const ChartValuesView = ({
198
198
: chartValuesFromParent ,
199
199
installedConfigFromParent ,
200
200
chartVersionsDataFromParent ,
201
+ appDetails ?. deploymentAppType ,
201
202
) ,
202
203
)
203
204
Original file line number Diff line number Diff line change 1346
1346
dependencies :
1347
1347
" @jridgewell/trace-mapping" " 0.3.9"
1348
1348
1349
- " @devtron-labs/[email protected] " :
1350
- version "0.3.19"
1351
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.19.tgz#a1b22552e1e9d998c1d2d6690bf23afcef9253cc "
1352
- integrity sha512-sEUyag/2Ee7KG7JWRuv/IbJzZNQ9AbjqvDTty+VebuXTrCrOAhTUNXz+uGouUQ/x7J/bqDNY/M3d7Zwluw13yQ ==
1349
+ " @devtron-labs/[email protected] -beta-2 " :
1350
+ version "0.3.19-beta-2 "
1351
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-0.3.19-beta-2 .tgz#fb2d5a758c5567ebf95335ad79a7647b81ad9d19 "
1352
+ integrity sha512-rWUP1Cpiobw1pz8RHRQlSRUxfX+fwZpQKWx3SZomeq75nHvUYGCoT/NRvo1aBqzylIjQ005HDbXI3uHJdeobkw ==
1353
1353
dependencies :
1354
1354
" @types/react-dates" " ^21.8.6"
1355
1355
ansi_up "^5.2.1"
You can’t perform that action at this time.
0 commit comments