From 1c3b69b3ecada24c45a8ae0bba426e3571e47b14 Mon Sep 17 00:00:00 2001 From: Pravesh-Sudha <88569706+Pravesh-Sudha@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:17:29 +0530 Subject: [PATCH] Fix Some indentation in Readme.md file to look it more professional (#479) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b57e548..37dd40d 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,6 @@ In our GitHub actions, we attach the built binaries as build artifacts, you can Also, we upload `unstable` tag for Docker image upon every build of `main` branch, you can make our Helm chart to use that image by providing values: ```yaml image: - pullPolicy: Always - tag: unstable + pullPolicy: Always + tag: unstable ```