File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -564,6 +564,7 @@ export enum DeploymentAppTypes {
564
564
GITOPS = 'argo_cd' ,
565
565
MANIFEST_DOWNLOAD = 'manifest_download' ,
566
566
MANIFEST_PUSH = 'manifest_push' ,
567
+ FLUX = 'flux' ,
567
568
}
568
569
569
570
export interface VulnerabilityType {
Original file line number Diff line number Diff line change @@ -434,4 +434,5 @@ export enum K8sResourcePayloadAppType {
434
434
DEVTRON_APP = 0 ,
435
435
HELM_APP = 1 ,
436
436
EXTERNAL_ARGO_APP = 2 ,
437
+ EXTERNAL_FLUX_APP = 3 ,
437
438
}
Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ export interface AppDetails {
226
226
helmPackageName ?: string
227
227
appStatus ?: string
228
228
chartAvatar ?: string
229
+ fluxTemplateType ?: string
229
230
FluxAppStatusDetail ?: FluxAppStatusDetail
230
231
}
231
232
You can’t perform that action at this time.
0 commit comments