From d6e51546a9f03e48450c9b98d449f46380ca1e3c Mon Sep 17 00:00:00 2001 From: Gnani Rahul <89947795+gnanirahulnutakki@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:04:18 -0500 Subject: [PATCH] [sdc] Bump version to 1.3.0 for new SDC server release Update chart version and appVersion to 1.3.0 to align with the new SDC server docker image: radiantone/sdc-server:1.3.0 --- 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 e517f06..7e994eb 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.2.2 +version: 1.3.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.2.2" +appVersion: "1.3.0" maintainers: - name: pgodey