diff options
author | Jonatan Steuernagel <jonatan@jsteuernagel.de> | 2023-05-08 08:03:21 +0200 |
---|---|---|
committer | Jonatan Steuernagel <jonatan@jsteuernagel.de> | 2023-05-08 08:03:21 +0200 |
commit | 4ea7983093256bf8395f9c0f0887bb5d1ba26499 (patch) | |
tree | 722528f3a74a32dd7a97fb22b02ab736eaab3fb2 /script | |
parent | d5e39d11ebe393242d83b5b9910c4c6682912d7c (diff) | |
download | garage-4ea7983093256bf8395f9c0f0887bb5d1ba26499.tar.gz garage-4ea7983093256bf8395f9c0f0887bb5d1ba26499.zip |
Helm: Increment patch version
Diffstat (limited to 'script')
-rw-r--r-- | script/helm/garage/Chart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/helm/garage/Chart.yaml b/script/helm/garage/Chart.yaml index 82b2e106..86f1239f 100644 --- a/script/helm/garage/Chart.yaml +++ b/script/helm/garage/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.4.0 +version: 0.4.1 # 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 |