You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
misc: remove environment null check while getting chart via repo url (#6061)
* remove environment null check
* remove UpdateDeploymentStatusAndCheckIsSucceeded in favour of impl.appService.UpdateDeploymentStatusForGitOpsPipelines
* update test file
* Revert "remove environment null check"
This reverts commit 9d4dc6a.
* revert test change of environment is null
* Revert "revert test change of environment is null"
This reverts commit 9e9a45d.
impl.logger.Errorw("error occurred while updating app status in app_status table", "error", err, "appId", installAppDeleteRequest.AppId, "envId", installAppDeleteRequest.EnvironmentId)
235
-
}
236
-
impl.logger.Debugw("skipping application status update as this app is chart", "appId", installAppDeleteRequest.AppId, "envId", installAppDeleteRequest.EnvironmentId)
237
-
}
238
-
} else {
239
-
repoUrl:=app.Spec.Source.RepoURL
240
-
// backward compatibility for updating application status - if unable to find app check it in charts
0 commit comments