keel
keel copied to clipboard
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.8.1+incompatible to 2.8.2+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.2 What's Changed Revert registry/client: set Accept: identity header when getting layers by @ndeloof in distribution/distribution#3783 Parse http...
I observe a weird behavior. Keel does not update one of the deployments, because it has authentication issues with GCR. After restart I get a log line stating, that the...
Problem: keel sends mails for updated images but not for pending approvals (see Issue #645) Proposal: keel should send an email for every pending approval, so you can visit the...
A feature that would be an amazing addition to Keel would be the possibility to update fields in manifests that aren't the `image` field. Couple of examples: * updating `labels`...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.17+incompatible to 20.10.24+incompatible. Release notes Sourced from github.com/docker/docker's releases. v20.10.24 20.10.24 Bug fixes and enhancements Fixed a number of issues that can cause Swarm encrypted overlay networks...
Based on https://github.com/keel-hq/keel/blob/15b177ad786f0a10dcf6b4c8ec6e13ccdf603b89/constants/constants.go I can see values, for what appears to be related to SMTP notifications. I can see #688 which is a ticket related to SMTP notifications. However, I...
Feature request to handle deployment with multiple container, i want to separate image which will be watched by keel to avoid multiple update on deployment example i have deployment with...
It would be cool if Keel supported sending its [Notifications](https://keel.sh/docs/#notifications) to https://pushover.net. [Pushover's API](https://pushover.net/api) seems pretty straight forward. Perhaps I will look into contributing this, some time. PS: An alternative...
I have a helm chart pulling an image from a private docker repository. An image pull secret has been specified in the chart, it has also been added to the...
This commit updates the GCR (Google Container Registry) credentials handling in Keel's GCR extension to add support for Google Cloud's Workload Identity, while maintaining compatibility with the existing authentication method...