keel
keel copied to clipboard
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
I'm trying to keep my pod up to date on both `main` and `dev` image tags. It updates fine as long as the tag doesn't change, but if current tag...
I am trying to run keel with mail notification configured. Right now, my configuration for notification looks like this: ``` mail: enabled: true from: "[email protected]" to: "[email protected]" smtp: server: "smtp.office365.com"...
I am trying to have keel update some images that do not use very conventional tag naming, so I am using regexp. What I have noticed is that despite having...
Hi I have set up my registry using `registry:2` And One of my images is built with buildx and pushes images as OCI, After I switched to `buildx` from Kaniko,...
I have switched to use sidecar containers, and keel seems to be having issues updating these deployments. ``` time="2024-10-18T13:49:32Z" level=error msg="provider.kubernetes: got error while updating resource" deployment=molgen error="Deployment.apps \"molgen\" is...
Hello, I have a question, whether or not it is possible to use keel to trigger a deployment, when a different image is updated. Like an annotation `keel.sh/images: some-other-image,another-image`, while...