From 282fd4f81a807f08e79e15ee494ec503ac329b67 Mon Sep 17 00:00:00 2001 From: John Jeffers Date: Thu, 8 Aug 2024 16:20:30 -0600 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 20729ca..1d9af12 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ Release the chart by pushing a new tag. git tag 1.0.0 <-- replace with your actual tag version git push origin main --tags ``` + +The Actions workflow triggered by the tag push will automatically get the latest available version of FusionAuth and set that as the default for the chart, as well as updating the various files where the app version is referenced.