From 84b4cefb4a2057bd10d76f4ff4bb16a5bd6e9255 Mon Sep 17 00:00:00 2001 From: datacore-bolt-ci Date: Wed, 12 Feb 2025 04:32:55 +0000 Subject: [PATCH] ci(stability): update values.yaml and Chart.yaml with latest tags and version respectively --- chart/Chart.yaml | 6 +++--- chart/charts/crds/Chart.yaml | 2 +- chart/doc.yaml | 2 +- chart/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 537811996..b44f41c4d 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -16,17 +16,17 @@ 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: 2.7.4-0-release-unstable-2025-01-30-06-40-04-0 +version: 2.7.4-0-release-unstable-2025-02-12-04-32-49-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: 2.7.4-0-release-unstable-2025-01-30-06-40-04-0 +appVersion: 2.7.4-0-release-unstable-2025-02-12-04-32-49-0 dependencies: - name: crds - version: 2.7.4-0-release-unstable-2025-01-30-06-40-04-0 + version: 2.7.4-0-release-unstable-2025-02-12-04-32-49-0 condition: crds.enabled - name: etcd repository: https://charts.bitnami.com/bitnami diff --git a/chart/charts/crds/Chart.yaml b/chart/charts/crds/Chart.yaml index 50325a2df..3556d598c 100644 --- a/chart/charts/crds/Chart.yaml +++ b/chart/charts/crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: crds -version: 2.7.4-0-release-unstable-2025-01-30-06-40-04-0 +version: 2.7.4-0-release-unstable-2025-02-12-04-32-49-0 description: | A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor. diff --git a/chart/doc.yaml b/chart/doc.yaml index 2f0533003..5c874af0e 100644 --- a/chart/doc.yaml +++ b/chart/doc.yaml @@ -8,7 +8,7 @@ repository: name: mayastor chart: name: mayastor - version: 2.7.4-0-release-unstable-2025-01-30-06-40-04-0 + version: 2.7.4-0-release-unstable-2025-02-12-04-32-49-0 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: diff --git a/chart/values.yaml b/chart/values.yaml index 500211e55..bb1c6b6ee 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -20,7 +20,7 @@ image: # release/pre-release container image tags. # The below tag values will be picked for images by default. # If not specified, 'tag' option provided above will be picked. - controlPlane: d3c7da56856f + controlPlane: b47bf30ce4c1 dataPlane: 02e79b6205f4 extensions: c8013ca4841b # -- ImagePullPolicy for our images