Skip to content

Commit

Permalink
feat: skip upgrade if no changes detected (#379)
Browse files Browse the repository at this point in the history
This was actually implemented in 2f66a84
  • Loading branch information
Brian May committed Aug 29, 2024
1 parent bb2f103 commit d227422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d227422

Please sign in to comment.