keel
keel copied to clipboard
Kubernetes Operator to automate Helm, DaemonSet, StatefulSet & Deployment updates
Currently, if you disable Basic Auth for the WebUI, it disables the WebUI. I would like a way to disable the Basic Auth without disabling the WebUI. My use case:...
After a fresh install of keel using the semver latest command from the documentation. I get a 404 error from the default dashboard. I don't know why I was getting...
because of this warning... ``` Warning: policy/v1beta1 PodDisruptionBudget is deprecated in v1.21+, unavailable in v1.25+; use policy/v1 PodDisruptionBudget ```
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...
I can not find startupProbe in Deployment after Deployment update. This is the values: ```yml helmProvider: version: "v3" service: enabled: true debug: true ingress: enabled: true hosts: - host: "keel.test.one"...
Keel overrides any value of keel.sh/pollSchedule attribute that was declared in applications helm to "@every 1m" if config applied from the Dashboard.
Keel tries to make an update to the same version of a service. I see log items such as: ``` time="2021-05-10T06:00:54Z" level=info msg="provider.kubernetes: resource updated" kind=deployment name=app namespace=app new=2.1.52 previous=2.1.52...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...
Commit 1bb67d1 (keel chart 0.9.6) modified the keel ServiceAccount to use a dedicated ClusterRole instead of cluster-admin. This ClusterRole, defined in `chart/keel/templates/clusterrole.yaml`, requires additional permissions. To allow keel to monitor...