diff options
author | jessebot <jessebot@linux.com> | 2025-01-09 12:10:37 +0100 |
---|---|---|
committer | maximilien <me@mricher.fr> | 2025-01-15 23:51:07 +0000 |
commit | 1c431b84579ae9ff04006a305f5075ada362a542 (patch) | |
tree | 66229fdbf98d992f6a5fe68bcecf109dc1efc9d4 /script/helm/garage/Chart.yaml | |
parent | 39ac034de55c7040b61a08ecb95c58afa983501c (diff) | |
download | garage-1c431b84579ae9ff04006a305f5075ada362a542.tar.gz garage-1c431b84579ae9ff04006a305f5075ada362a542.zip |
Add garage.existingConfigmap and replace garage.garage.toml with garage.garageTomlString
also moves all gotemplating back to configmap
and adds autogenerated docs via helm-docs
Signed-off-by: jessebot <jessebot@linux.com>
Diffstat (limited to 'script/helm/garage/Chart.yaml')
-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 b981fc61..fca569cc 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.5.1 +version: 0.6.0 # 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 |