Daniel Holbach
4d2019c07f
update image tag to 1.8.2
2021-12-06 14:40:51 +01:00
Jack
01396db3d1
feat: update chart to 2.10.1 w/ 1.8.1 kured image
2021-11-19 09:08:57 -08:00
Christian Kotzbauer
8a3f486ad9
feat: update to 1.8.0
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 15:40:57 +02:00
Christian Kotzbauer
938cbd428c
feat: add also missing prefer-no-schedule-taint
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 15:05:18 +02:00
Christian Kotzbauer
fa28b550b2
feat: add reboot-sentinel-command to helm-chart
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 14:56:30 +02:00
Christian Kotzbauer
164183e1bc
fix: correct indent
...
ref: #447
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-10-08 14:53:12 +02:00
Christian Kotzbauer
7d0499cc0a
Merge pull request #430 from amorey/reboot-delay-documentation
...
Add `reboot-delay` CLI argument to docs, helm charts and manifests
2021-10-08 14:49:05 +02:00
Christian Kotzbauer
718faf4d31
Merge branch 'feature/helm-1.8.0' into prometheus-alert-firing-option-chart
2021-10-08 14:47:57 +02:00
Cameron McAvoy
cee15cfc32
Add force-reboot and drain timeouts to chart config and ds
2021-09-15 10:42:50 -05:00
Andres Morey
a3f9796305
Add reboot-delay CLI argument to docs, manifests and helm charts
2021-08-26 16:26:21 +03:00
David Höld
6c9ee57dc1
Change default updateStrategy to RollingUpdate ( #420 )
...
Incrementally update Pods by default when changing the DaemonSet spec.
Fixes #413
Co-authored-by: David Hoeld <david.hoeld@fujitsu.com >
2021-08-06 09:38:37 +02:00
Matt Jeanes
afac9d435a
Add --alert-firing-only parameter to chart
2021-07-27 11:27:08 +01:00
Renaud Hager
6e16e993d9
Added possibility to mount volumes ( #407 )
...
* Added possibility to mount volumes
* Added a new line at the end of the file.
* Added a new line at the end of the file.
* Updated README.md
2021-07-26 13:19:02 +02:00
Jack Francis
c0333d186e
fix: common default reboot command for code and chart
2021-07-15 12:34:32 -07:00
Renaud Hager
f442c6b632
Added rebootCommand values ( #394 )
...
* Added rebootCommand values
* Increased chart version from 2.6.0 to 2.7.0
* Updated README.md
* Added a space before a comment.
2021-06-17 18:14:09 +02:00
Steffen Pingel
e3f4a88a07
Add documentation for lockReleaseDelay parameter
2021-05-20 13:26:53 +02:00
Steffen Pingel
48dc84b3e6
Add lockReleaseDelay parameter to helm chart
2021-05-19 22:06:25 +02:00
Christian Kotzbauer
0bd22c7c56
Merge branch 'main' into master
2021-05-19 18:49:37 +02:00
Christian Kotzbauer
2850417e48
doc: update image-version
2021-05-19 18:48:51 +02:00
Jean-Philippe Evrard
240a669727
Add prometheus export metrics functional testing
...
Without this, we can't know if the exposed prometheus metrics
behave properly.
This is a problem, as the only way we can evaluate the success
(right now), is a compilation success or failure from kured.
While this is a good start, it doesn't translate to what we
claim to offer: A boolean showing if a reboot is required.
This fixes it by creating a new github action workflow testing
if the float64 gauge is properly showing 0 for no reboot, 1 for reboot.
This is done by exposing the metrics endpoint through a node port.
A helm chart change was required to have the ability to expose
the service on a node port. We connect to the kind node through
docker in the `tests/test-metrics.sh`, where we curl the nodeport,
extract the only relevant metric, and compare it to the expected result.
2021-04-13 16:17:42 +02:00
atighineanu
120bf713c0
update chart definition to include --notify-url
2021-04-07 13:26:02 +02:00
atighineanu
9583df2e50
update chart definition to include --notify-url
2021-04-06 13:19:38 +02:00
Daniel Holbach
56a26a2f25
Change default branch to 'main'.
...
- Make markdownlint happier in a couple of places.
- Rename '*-master-*' files
- Change default branches of some other projects
we rely on. They moved to 'main' as well.
- Standardise version of actions/checkout.
- Update last release in README to 1.6.1.
- Bbump chart version.
Eventually closes : #252
Signed-off-by: Daniel Holbach <daniel@weave.works >
2021-04-06 12:46:12 +02:00
Christian Kotzbauer
21fdba4ef0
feat: use chart appVersion as default image-tag
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2021-04-02 09:41:37 +02:00
Jack Francis
87e610c25f
update chart definition to include --annotate-nodes
2021-03-10 16:03:46 -08:00
t3mi
d52d78a303
add podLabels parameter
2021-02-07 23:58:55 +02:00
Jean-Philippe Evrard
0640683fbb
Update helm chart README using Make
...
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.
2021-01-11 16:14:18 +01:00
Jean-Philippe Evrard
36308cee91
Update helm chart
...
Bumping the helm chart with minor version bump, due to minor
version bump of the kured appVersion.
2021-01-11 14:57:42 +01:00
Cameron McAvoy
d4893d7bd7
Expose the service name and maxUnavailable for rolling updates in the helm chart
2020-12-17 18:31:28 -05:00
Jean-Philippe Evrard
1362eafb33
Fix comment spacing
...
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.
2020-12-09 16:37:03 +01:00
Daniel Holbach
31bb5363b2
update versions
2020-11-30 10:51:43 +01:00
Daniel Jimenez Garcia
51cab0dedc
rename message template parameters so they are not related to slack
2020-11-25 16:20:54 +00:00
Daniel Jimenez Garcia
f059cec794
GH-125, add additional parameters to override the drain/reboot slack messages
2020-11-25 16:19:31 +00:00
Daniel Holbach
685f32881b
Merge pull request #235 from dholbach/prep-1.5.1-release
...
Prepare 1.5.1 release
2020-11-24 15:34:27 +01:00
Daniel Holbach
32aa77f75b
rename annotation-ttl to lock-ttl in all places, follow-up to #213
2020-11-24 09:28:57 +01:00
Daniel Holbach
038a3412b1
Prepare 1.5.1 release
2020-11-23 10:47:16 +01:00
Stephan Müller
a6c0a4a7cb
Bump helm chart version
2020-09-04 17:34:26 +02:00
Stephan Müller
8b4b92f237
Remove quote for parameter alert-filter-regexp
2020-09-04 17:33:47 +02:00
Daniel Holbach
19d7dee4aa
Prepare 1.5.0 release
...
- update chart versions
- update release documentation
- Christian and David are the chart maintainers
2020-09-01 11:38:17 +02:00
Daniel Holbach
3ebc224958
update alpine to 3.12, k8s 1.18.8
2020-08-28 10:27:39 +02:00
Daniel Holbach
16109017ce
Prepare for k8s release 1.19 (Aug 25)
...
This is #152 , #139 , #127 in disguise.
Maybe this time let it simmer a bit longer until the k8s
release is there?
2020-08-19 17:30:00 +02:00
Daniel Holbach
50f8d037fc
bump versions for 1.4.5 release
2020-08-05 11:01:22 +02:00
audunsolemdal
4dd15e3874
Use nindent, not indent
2020-07-29 09:37:31 +02:00
audunsolemdal
c1abad8a92
chart: update readme
2020-07-28 15:07:48 +02:00
audunsolemdal
25491c801b
Bump chart version
2020-07-28 15:01:03 +02:00
audunsolemdal
9e42c8ec15
Add missing 'end'
2020-07-28 14:59:23 +02:00
audunsolemdal
d7e58bef3e
Chart: Support extraEnvVars
2020-07-21 17:35:59 +02:00
Daniel Holbach
d507361a45
update chart version
2020-07-01 10:49:12 +02:00
Daniel Holbach
1d1f22c93b
Prep for 1.4.4 release
...
Drop bit in the docs about updating image tag - not necessary
if you use the instructions.
2020-07-01 10:43:06 +02:00
Christian Kotzbauer
59b078f38d
bump and fix
...
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com >
2020-06-30 19:21:06 +02:00