Jesse Suen

Results 83 issues of 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...

kind/enhancement
priority/low
area/crds

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...

kind/enhancement
priority/low
area/controller

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,...

kind/enhancement
needs/priority
needs/area
kind/proposal

# 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...

kind/enhancement
good first issue
priority/normal
area/controller
size/small

# 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...

kind/enhancement
area/ui
priority/normal
area/usability
kind/proposal

# 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...

kind/enhancement
good first issue
area/security
priority/normal
area/charts
size/small

# 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...

kind/enhancement
area/ui
priority/normal

# 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...

kind/enhancement
priority/low
area/controller
size/medium
kind/proposal

# 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...

kind/enhancement
priority/high
area/controller
size/large