keel icon indicating copy to clipboard operation
keel copied to clipboard

Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates

Results 156 keel issues
Sort by recently updated
recently updated
newest added

While upgrading a helm3 deployment I was receiving timeout errors with a notification that the timeout was 300ns. This was triggered by a pre-upgrade hook Job resource. Since the job...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

My mail server (more precisely my `amavis`) does not accept the notification mails sent by keel because the required DATE header is missing (see [RFC 822](http://www.faqs.org/rfcs/rfc822.html)). I was able to...

The title might be wrong but my suspicion is that Keel isn't polling without a notification enabled. In the logs I see that the watchers are made and I see...

feature request
trigger/poll

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

```shell Release "keel" does not exist. Installing it now. Error: release keel failed: Deployment.apps "keel" is invalid: spec.template.spec.containers[0].volumeMounts[0].name: Not found: "storage-logs" ``` values.yaml ```yaml googleApplicationCredentials: dGVzdHRlc3R0ZXN0MTIzMzI1NjQ5NTcxMjM1Ngo= persistence: enabled: true storageClass:...

> These changes fix the bug that happens when Google Application Credentials is active and persistence too

``` level=info msg="event channel is full, len: 128, cap: 128" context=buffer ``` We might want to remove the buffer altogether or do some batching in it as well to absorb...

I have configured notification with a Discord webhook. My environment variable is: ![image](https://user-images.githubusercontent.com/34145387/106375451-b4197480-6351-11eb-9491-5442bff39d98.png) I'm getting the following error after an image is updated and the notification is attempted: ![image](https://user-images.githubusercontent.com/34145387/106375515-533e6c00-6352-11eb-9bbe-1660fa86b021.png) Does...

Hello, Is dashboard available on aarch64 to be used on raspberry PI?