Jesse Suen
Jesse Suen
Tripped on this trying to onboard a new kargo project ``` .writeBranch: Invalid value: "": spec.promotionMechanisms.gitRepoUpdates[0].writeBranch in body should be at least 1 chars long ``` writeBranch can be implicitly...
Spawned from https://github.com/akuity/kargo/issues/832 Some users may only want git subscription (because to them, image tag updates are no different than manifest changes). The problem is that they still need a...
Resolves https://github.com/argoproj/argo-rollouts/issues/3372 Testing a possible fix for https://github.com/argoproj/argo-rollouts/issues/3372 submitted to me offline by another user. E2E test would be needed. Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-rollouts/issues/new/choose)...
# Proposed Feature Currently, when Kargo initates the Argo CD sync operation, we treat it as a manual sync performed by `kargo-controller`: ```golang app.Operation = &argocd.Operation{ InitiatedBy: argocd.OperationInitiator{ Username: applicationOperationInitiator,...
# Proposed Feature When Projects are created, Kargo will create two default `Roles` (not to be confused with the `ClusterRoles` with the same name): * kargo-admin * kargo-viewer It would...
# Proposed Feature The recently introduced soak time feature doesn't yet visualize in the pipeline. Since the time remaining requires two pieces of information: the stage and freight, this will...
# Proposed Feature Kargo currently comes with two ClusterRoles out-of-the-box: * `kargo-admin` * `kargo-viewer` The `kargo-viewer` gives privileges to view all objects across all projects. However, this may be considered...
# Proposed Feature This is a follow up to: https://github.com/akuity/kargo/issues/3733 UI should have the ability to view and manage CongfigMaps, just like we currently can do with Secrets. # Motivation...
# Proposed Feature I spoke with an organization that preferred Kargo to merge the PR it created rather than their end users. e.g. Their use case would have promo steps...
# Proposed Feature This is a follow up to https://github.com/akuity/kargo/issues/3125. We added conditionals, but would now like the ability to run steps based on status conditions (e.g. always, or upon...