Skip to content

Commit e3d3387

Browse files
committed
Merge branch 'feat/flux-deployment' of https://github.com/devtron-labs/dashboard into add-gitlab
2 parents 59f1814 + fa739c9 commit e3d3387

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"homepage": "/dashboard",
66
"dependencies": {
7-
"@devtron-labs/devtron-fe-common-lib": "1.15.2",
7+
"@devtron-labs/devtron-fe-common-lib": "1.15.2-beta-2",
88
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
99
"@rjsf/core": "^5.13.3",
1010
"@rjsf/utils": "^5.13.3",

src/components/v2/chartDeploymentHistory/ChartDeploymentHistory.component.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,8 @@ const ChartDeploymentHistory = ({
511511
isHelmApps
512512
isGitops={
513513
installedAppInfo?.deploymentType === DeploymentAppTypes.GITOPS ||
514-
installedAppInfo?.deploymentType === DeploymentAppTypes.MANIFEST_DOWNLOAD
514+
installedAppInfo?.deploymentType === DeploymentAppTypes.MANIFEST_DOWNLOAD ||
515+
installedAppInfo?.deploymentType === DeploymentAppTypes.FLUX
515516
}
516517
installedAppVersionHistoryId={deployment.version}
517518
isVirtualEnvironment={isVirtualEnvironment}

src/components/v2/values/chartValuesDiff/ChartValuesView.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export const DeploymentAppRadioGroup = ({
293293
value={DeploymentAppTypes.GITOPS}
294294
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.GITOPS) === -1}
295295
>
296-
GitOps
296+
GitOps (Via Argo CD)
297297
</RadioGroupItem>
298298
</ConditionalWrap>
299299
)}
@@ -313,7 +313,7 @@ export const DeploymentAppRadioGroup = ({
313313
value={DeploymentAppTypes.FLUX}
314314
disabled={allowedDeploymentTypes.indexOf(DeploymentAppTypes.FLUX) === -1}
315315
>
316-
Flux
316+
GitOps (Via Flux CD)
317317
</RadioGroupItem>
318318
</ConditionalWrap>
319319
)}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,10 +1124,10 @@
11241124
dependencies:
11251125
"@jridgewell/trace-mapping" "0.3.9"
11261126

1127-
"@devtron-labs/[email protected]":
1128-
version "1.15.2"
1129-
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.2.tgz#a420e9187c8bfd5fb9a5f3e5bbe1744278718d53"
1130-
integrity sha512-PNg9S/UjHNqVac8V0JGi3RgxPt0D48hy4eMbJCvOLSn/aUXVe5t+Ik7CNyjeiiQ5SOG2Ly4ry1wDGQkqXm2Wdw==
1127+
"@devtron-labs/[email protected]-beta-2":
1128+
version "1.15.2-beta-2"
1129+
resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.2-beta-2.tgz#dbf115cb424e469b371c5e4f8aa6f57a0feebe02"
1130+
integrity sha512-uUv5IV6mr7uTbA9b4VOCu2veIi6dZ2P0QYoPhKpZeqD8XW37wVer8CuCahUJTCXem3Z64sg7bAJSG5jNj633fw==
11311131
dependencies:
11321132
"@codemirror/lang-json" "6.0.1"
11331133
"@codemirror/lang-yaml" "6.1.2"

0 commit comments

Comments
 (0)