From c958db9415d707a248725698d28fc4ec8510384c Mon Sep 17 00:00:00 2001 From: datacore-bolt-ci Date: Fri, 29 Nov 2024 16:23:28 +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 f81ad213e..17bfa3518 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.8.0-0-main-unstable-2024-11-29-00-00-23-0 +version: 2.8.0-0-main-unstable-2024-11-29-16-22-46-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.8.0-0-main-unstable-2024-11-29-00-00-23-0 +appVersion: 2.8.0-0-main-unstable-2024-11-29-16-22-46-0 dependencies: - name: crds - version: 2.8.0-0-main-unstable-2024-11-29-00-00-23-0 + version: 2.8.0-0-main-unstable-2024-11-29-16-22-46-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 ae39f375d..30d501265 100644 --- a/chart/charts/crds/Chart.yaml +++ b/chart/charts/crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: crds -version: 2.8.0-0-main-unstable-2024-11-29-00-00-23-0 +version: 2.8.0-0-main-unstable-2024-11-29-16-22-46-0 description: | A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor. diff --git a/chart/doc.yaml b/chart/doc.yaml index 276cd900d..65b5f2df3 100644 --- a/chart/doc.yaml +++ b/chart/doc.yaml @@ -8,7 +8,7 @@ repository: name: mayastor chart: name: mayastor - version: 2.8.0-0-main-unstable-2024-11-29-00-00-23-0 + version: 2.8.0-0-main-unstable-2024-11-29-16-22-46-0 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: diff --git a/chart/values.yaml b/chart/values.yaml index 066f1def1..37f3b3570 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -22,7 +22,7 @@ image: # If not specified, 'tag' option provided above will be picked. controlPlane: 00190e91b0e4 dataPlane: fb919032290a - extensions: ed3cba7c5117 + extensions: ed25e5a17b37 # -- ImagePullPolicy for our images pullPolicy: IfNotPresent