From 680437c017ca191820a8c7f5a5f2f3129f51b6ed Mon Sep 17 00:00:00 2001 From: Roland Groen Date: Fri, 8 Nov 2024 15:14:41 +0100 Subject: [PATCH] Update chart version to 0.0.4 (#3547) Incremented the chart version from 0.0.3 to 0.0.4 in Chart.yaml to reflect the latest changes. This follows the Semantic Versioning guidelines. --- charts/nuts-node/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nuts-node/Chart.yaml b/charts/nuts-node/Chart.yaml index adb376e5cb..b95b289ba1 100644 --- a/charts/nuts-node/Chart.yaml +++ b/charts/nuts-node/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.3 +version: 0.0.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to