From 33df7b1ce8150eca242046cd850ae03181eedfd6 Mon Sep 17 00:00:00 2001 From: Gnani Rahul Nutakki Date: Tue, 14 Jul 2026 13:33:59 -0500 Subject: [PATCH] [sdc] Bump version to 1.4.0 for new SDC server release --- charts/sdc/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sdc/Chart.yaml b/charts/sdc/Chart.yaml index 7e994eb..4c43ec3 100644 --- a/charts/sdc/Chart.yaml +++ b/charts/sdc/Chart.yaml @@ -15,13 +15,13 @@ 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: 1.3.0 +version: 1.4.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.3.0" +appVersion: "1.4.0" maintainers: - name: pgodey