From 9a3091e289d5d9a7f1d825a5cda8ae9d61d099db Mon Sep 17 00:00:00 2001 From: abdelkrim-djebbar Date: Mon, 4 May 2026 17:06:06 +0200 Subject: [PATCH] bump EOC chart and app version to 1.5.2 --- charts/eoc/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/eoc/Chart.yaml b/charts/eoc/Chart.yaml index 68f247a..1fa38ef 100644 --- a/charts/eoc/Chart.yaml +++ b/charts/eoc/Chart.yaml @@ -7,13 +7,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.5.2-rc.1 +version: 1.5.2 # 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.5.2-rc.1" +appVersion: "1.5.2" maintainers: - name: pgodey