From d227422d4df98abb5d63cda5dec902bae451dec9 Mon Sep 17 00:00:00 2001 From: Brian May Date: Thu, 29 Aug 2024 10:10:01 +1000 Subject: [PATCH] feat: skip upgrade if no changes detected (#379) This was actually implemented in 2f66a84ec497cb820b5dc2cd6cfa4d6223cf6155 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3b7851f..23a21d4 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,6 @@ As a result a Python program was written as an alternative solution. This is a r ## Current Limitations -* Running helmci upgrade on chart that has not changed results in an upgrade regardless. Which depending on the chart could be slow, and adds useless helm metadata to Kubernetes. Ideally need some way to skip charts if nothing has really changed. * Should integrate better with secrets mechanisms that do not store plain text version in working directory, such as sops. * Should be able to save hash of chart to ensure it is not unexpectedly changed upstream. * No idea how well `text` will work with github, only tested with gitlab.