klagroix

Results 5 issues of klagroix

**Is your feature request related to a problem?** Currently our EKS upgrade strategy is blue/green where we provision a new cluster and migrate workloads over to the new cluster. For...

area/runtime
area/adopted-resource
kind/feature

We're trying to use vitess-operator with an S3 backup spec defined in our VitessCluster manifest. Example as follows: ``` spec: backup: engine: xtrabackup locations: - s3: bucket: my-s3-bucket region: us-east-1...

**Description:** Looking at the documentation, there appears to only be one flag to control the counter date: [ignore-updates](https://github.com/actions/stale#ignore-updates). Setting this to true changes the action to look at `created_at` instead...

feature request
need eyes

Since installing the rollout-extension in argo-cd, the container logs show with an off-white background. Example: ![image](https://github.com/user-attachments/assets/75c56c4c-835e-4d3e-846c-e7525f270300) Without the exension installed, the logs show as expected: ![image](https://github.com/user-attachments/assets/ec37d688-6007-49ea-8882-14ca4c56fa6c) Is there any way...

# Summary https://github.com/argoproj/argo-cd/pull/17566 updated Argo CD to be able to compare semver tags. This allows us to use a constraint like `>=1.2.0` to select the latest git tag that meets...

enhancement
component:core
type:enhancement