From cb4d845599285ad0beafdab7c4b2204e7e7af147 Mon Sep 17 00:00:00 2001 From: Maxence Maireaux Date: Tue, 10 Mar 2026 09:40:27 +0100 Subject: [PATCH] chore(helm): bump chart versions to 3.9.0 for operator v3.9.0 release --- helm/crds/Chart.yaml | 4 ++-- helm/operator/Chart.lock | 6 +++--- helm/operator/Chart.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/crds/Chart.yaml b/helm/crds/Chart.yaml index 56510f3f..c15de291 100644 --- a/helm/crds/Chart.yaml +++ b/helm/crds/Chart.yaml @@ -12,9 +12,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: "3.8.0" +version: "3.9.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: v3.8.0 +appVersion: v3.9.0 diff --git a/helm/operator/Chart.lock b/helm/operator/Chart.lock index 3bc6115f..62c4a173 100644 --- a/helm/operator/Chart.lock +++ b/helm/operator/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: operator-crds repository: file://../crds - version: 3.8.0 -digest: sha256:580f97026a858af94473d18ae7037785828fd41ad002e373f05a35ee9d7c4a31 -generated: "2026-02-26T14:30:57.237157+01:00" + version: 3.9.0 +digest: sha256:cab8a96173b733f60c6776e75b69b1ec54e2fb0652ef4f96a889c8f41506af1f +generated: "2026-03-10T09:40:10.545125+01:00" diff --git a/helm/operator/Chart.yaml b/helm/operator/Chart.yaml index ce259ee8..c1a9c74e 100644 --- a/helm/operator/Chart.yaml +++ b/helm/operator/Chart.yaml @@ -12,12 +12,12 @@ 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: "3.8.0" +version: "3.9.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: "v3.8.0" +appVersion: "v3.9.0" dependencies: - name: operator-crds version: "3.X"