From aa3d1896fad050b4a5b860b89672c8c52c15e11d Mon Sep 17 00:00:00 2001 From: Kyriakos Akriotis Date: Thu, 11 Jul 2024 07:28:41 +0200 Subject: [PATCH] correct semver --- charts/docusaurus/Chart.yaml | 4 ++-- charts/typesense/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/docusaurus/Chart.yaml b/charts/docusaurus/Chart.yaml index e9e31bd..1e47c9b 100644 --- a/charts/docusaurus/Chart.yaml +++ b/charts/docusaurus/Chart.yaml @@ -13,9 +13,9 @@ 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.1.408634d +version: 0.1.0-408634d # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.408634d" +appVersion: "0.1.0-408634d" diff --git a/charts/typesense/Chart.yaml b/charts/typesense/Chart.yaml index 9f02d46..3570d11 100644 --- a/charts/typesense/Chart.yaml +++ b/charts/typesense/Chart.yaml @@ -13,9 +13,9 @@ 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.1.408634d +version: 0.1.0-408634d # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.408634d" +appVersion: "0.1.0-408634d"