Lee Smith
Lee Smith
Is there a reason why the default helm parameter for the image name is `image.name` when it seems the convention appears to be `image.repository`? Some examples - [Kubernetes Dashboard](https://github.com/kubernetes/dashboard/blob/e74d212cc9af8ce35702f88572edf29c5f68ae1f/aio/deploy/helm-chart/kubernetes-dashboard/templates/deployment.yaml#L60) -...
I tried out the `digest` update strategy for a Helm application (introduced in https://github.com/argoproj-labs/argocd-image-updater/pull/176) and found that the default behaviour will produce an invalid reference format `some/image:sha256:`. This should be...
- Update `aws` cli to a version which supports `AssumeRoleWithWebIdentity`, needed for IAM roles for service accounts - [docs](https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts-minimum-sdk.html). - Update to a supported version of Alpine and Nginx. -...
**Describe the feature you would like and why you want it** Currently the status of a `KuberhealthyCheck` is stored in a separate `KuberhealthyState` object of the same name. Is there...
**Describe the bug** The health status of a parent app is briefly 💚 when a child app has status "missing". This becomes "progressing" as soon as the child application changes...
The following example produces a valid pod manifest ```python from constructs import Construct from cdk8s import App, Chart from imports import k8s class MyChart(Chart): def __init__(self, scope: Construct, id: str):...
**What happened**: Template variables expand to the text instead of the value. **What you expected to happen**: The template variable has the **value** of the template variable not the display...