From a78bf18da7b34d43fecd01419d5929a0a32a536b Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Fri, 24 May 2024 17:52:30 +0000 Subject: [PATCH] Fix mid-word line wrapping that codespell just noticed Signed-off-by: Brad Davidson --- developer-docs/updating_rke2_charts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer-docs/updating_rke2_charts.md b/developer-docs/updating_rke2_charts.md index a5b1c001e9..0dd6502254 100644 --- a/developer-docs/updating_rke2_charts.md +++ b/developer-docs/updating_rke2_charts.md @@ -19,8 +19,8 @@ the controllers part of `rke2 server` binary. ## How to update a chart? -Before going into updating the chart, note a chart update normally means updating the images that this chart is consumin -g. In general, rke2 is consuming hardened images that are built using a FIPS compliant process. In other words, **do not +Before going into updating the chart, note a chart update normally means updating the images that this chart is consuming. +In general, rke2 is consuming hardened images that are built using a FIPS compliant process. In other words, **do not use the upstream images**. Instead, refer to the Github project building that image and use the code of the upstream project to yield a hardened image. The Github projects building hardened images are under our [github rancher](https://github.com/rancher/) and start with the name `image-build-`, for example: [image-build-coredns](https://github.com/rancher/image-build-coredns).