This project is mirrored from https://github.com/weaveworks/kured.git.
Pull mirroring updated .
- 08 Feb, 2021 1 commit
-
-
Daniel Holbach authored
-
- 25 Jan, 2021 2 commits
-
-
Daniel Holbach authored
Bump actions/stale from v3.0.14 to v3.0.15
-
dependabot[bot] authored
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.14 to v3.0.15. - [Release notes](https://github.com/actions/stale/releases) - [Commits](https://github.com/actions/stale/compare/v3.0.14...86561461b92875de77a8b2d2e75f004c826e8f45 ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 12 Jan, 2021 1 commit
-
-
Daniel Holbach authored
implement issue-19 add prefer no schedule taint to avoid double draining of pods
-
- 11 Jan, 2021 13 commits
-
-
David Sauer authored
-
Daniel Holbach authored
Update helm chart README using Make
-
Jean-Philippe Evrard authored
Without this, it's possible that the helm chart documentation contains the `image tag` version which might not be equal to the version in the helm chart, as it's only an example. This is a confusing, so instead we should use make to edit the application version everywhere. This fixes it by updating the Makefile to modify text of the chart's README using a regex looking for something similar to a version; then I used the updated makefile to edit the README, which in turns requires a bump of the version of the chart itself.
-
Daniel Holbach authored
Update helm chart
-
Jean-Philippe Evrard authored
Bumping the helm chart with minor version bump, due to minor version bump of the kured appVersion.
-
Daniel Holbach authored
Expose the service name and maxUnavailable for rolling updates in helm chart
-
Daniel Holbach authored
Fix automated tagging
-
Jean-Philippe Evrard authored
Without this patch, the name of the image is not templated, which cause the action to fail. This should fix it, by ensuring the image scan action uses a templated value, instead of incorrectly relying on shell templating, which doesn't run in the action.
-
Daniel Holbach authored
Update README
-
Daniel Holbach authored
Refresh kind cluster versions
-
Jean-Philippe Evrard authored
This will prepare the README for 1.6.0 release, showing the planned version.
-
Jean-Philippe Evrard authored
Without this patch, we are using outdated images in kind cluster setup. This should fix it, by removing 1.17 cluster (which is not tested anymore), and updating 1.19 images.
-
Daniel Holbach authored
Auto-publish helm chart on master change
-
- 08 Jan, 2021 6 commits
-
-
Daniel Holbach authored
Bump nick-invision/retry from v2.2.0 to v2.4.0
-
Daniel Holbach authored
Update for kubernetes 1.20 support
-
Daniel Holbach authored
Do not bump any k8s module
-
Daniel Holbach authored
Temporarily workaround alpine issue
-
Daniel Holbach authored
Corrected README Setting a schedule configuration example
-
jack-education authored
-
- 06 Jan, 2021 8 commits
-
-
David Sauer authored
-
David Sauer authored
-
David Sauer authored
-
David Sauer authored
-
David Sauer authored
-
David Sauer authored
taint node with PreferNoSchedule to prevent receiving (and double draining) additional pods from other rebooting nodes
-
David Sauer authored
-
David Sauer authored
-
- 05 Jan, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [nick-invision/retry](https://github.com/nick-invision/retry) from v2.2.0 to v2.4.0. - [Release notes](https://github.com/nick-invision/retry/releases) - [Changelog](https://github.com/nick-invision/retry/blob/master/.releaserc.js) - [Commits](https://github.com/nick-invision/retry/compare/v2.2.0...7c68161adf97a48beb850a595b8784ec57a98cbb ) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 17 Dec, 2020 1 commit
-
-
Cameron McAvoy authored
-
- 14 Dec, 2020 2 commits
-
-
Jean-Philippe Evrard authored
Until a new alpine image is created, we should ensure the latest packages are used, and therefore we should upgrade default installed packages. Without this patch, we'll have outdated and vulnerable packages until a new 3.12 image is released. This is a problem, as we'll publish broken images. This should temporarily workaround it, at the expense of larger images (contains package cache)
-
Jean-Philippe Evrard authored
Without this patch, dependabot will still try to bump some k8s dependencies. This is a problem, as we need to bump them together, manually. This should fix it by removing them all from dependabot.
-
- 11 Dec, 2020 1 commit
-
-
Jean-Philippe Evrard authored
Without this, it might be unclear when the chart is published. This should fix it.
-
- 10 Dec, 2020 1 commit
-
-
Jean-Philippe Evrard authored
We are now testing the helm charts on each PR. They are now ensured to be passing our tests and reviewed before merging. This also means that the merged changes in the master branch are reliable, and therefore can be consumed immediately. Currently, we are waiting for a release to publish a helm chart. This is a problem as it means that the helm chart will always lag behind, and we'll miss a few semantic versions, if for example the helm chart is adapted multiple times before the next release. This should fix it by ensuring ALL the merged changes in our helm chart will result in a new published helm chart.
-
- 09 Dec, 2020 3 commits
-
-
Daniel Holbach authored
Fix comment spacing
-
Jean-Philippe Evrard authored
Without this patch, chart linting will fail: more than two spaces are needed before a comment in the helm chart values. This fixes it by adding one more space, and move the whole block of comments for consistency.
-
Jean-Philippe Evrard authored
This ensures we bump the code for 1.20. It updates the testing to ensure kured works on a 1.20 cluster, removes the testing on 1.17 (as it is now deprecated). Libraries remain on 1.19, to avoid breaking 1.18 clusters.
-