diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 670ae62e7..f51af386b 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.9.0-0-main-unstable-2025-02-05-07-31-22-0 +version: 2.9.0-0-main-unstable-2025-02-05-10-21-19-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.9.0-0-main-unstable-2025-02-05-07-31-22-0 +appVersion: 2.9.0-0-main-unstable-2025-02-05-10-21-19-0 dependencies: - name: crds - version: 2.9.0-0-main-unstable-2025-02-05-07-31-22-0 + version: 2.9.0-0-main-unstable-2025-02-05-10-21-19-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 c14723dad..8f0cae452 100644 --- a/chart/charts/crds/Chart.yaml +++ b/chart/charts/crds/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: crds -version: 2.9.0-0-main-unstable-2025-02-05-07-31-22-0 +version: 2.9.0-0-main-unstable-2025-02-05-10-21-19-0 description: | A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor. diff --git a/chart/doc.yaml b/chart/doc.yaml index af232903e..9d6156c9f 100644 --- a/chart/doc.yaml +++ b/chart/doc.yaml @@ -8,7 +8,7 @@ repository: name: mayastor chart: name: mayastor - version: 2.9.0-0-main-unstable-2025-02-05-07-31-22-0 + version: 2.9.0-0-main-unstable-2025-02-05-10-21-19-0 values: "-- generate from values file --" valuesExample: "-- generate from values file --" prerequisites: diff --git a/chart/values.yaml b/chart/values.yaml index d163f9690..dcb44a1aa 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: cfc415908c3e dataPlane: f4e3656c95ba - extensions: d5ea3926b2dc + extensions: 6b0953d7f90a # -- ImagePullPolicy for our images pullPolicy: IfNotPresent