Skip to content

Commit dffc087

Browse files
author
datacore-bolt-ci
committed
ci(stability): update values.yaml and Chart.yaml with latest tags and version respectively
1 parent b08129e commit dffc087

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 2.10.0-release-unstable-2025-11-18-07-29-46
19+
version: 2.10.0-release-unstable-2025-11-18-22-45-27
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: 2.10.0-release-unstable-2025-11-18-07-29-46
25+
appVersion: 2.10.0-release-unstable-2025-11-18-22-45-27
2626

2727
dependencies:
2828
- name: crds
29-
version: 2.10.0-release-unstable-2025-11-18-07-29-46
29+
version: 2.10.0-release-unstable-2025-11-18-22-45-27
3030
condition: crds.enabled
3131
- name: etcd
3232
repository: https://charts.bitnami.com/bitnami

chart/charts/crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: crds
3-
version: 2.10.0-release-unstable-2025-11-18-07-29-46
3+
version: 2.10.0-release-unstable-2025-11-18-22-45-27
44
description: |
55
A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor.
66

chart/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository:
88
name: mayastor
99
chart:
1010
name: mayastor
11-
version: 2.10.0-release-unstable-2025-11-18-07-29-46
11+
version: 2.10.0-release-unstable-2025-11-18-22-45-27
1212
values: "-- generate from values file --"
1313
valuesExample: "-- generate from values file --"
1414
prerequisites:

chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ image:
2626
# If not specified, 'tag' option provided above will be picked.
2727
controlPlane: 8b19c6b2d816
2828
dataPlane: b38684454b7a
29-
extensions: 16da5fcc3a5d
29+
extensions: 9cc9e8b150a3
3030
# -- ImagePullPolicy for our images
3131
pullPolicy: IfNotPresent
3232
# -- docker-secrets required to pull images if the container registry from image.registry is protected
@@ -575,7 +575,7 @@ etcd:
575575
registry: docker.io
576576
repository: openebs/alpine-bash
577577
tag: 4.3.0
578-
pullSecrets: [ ]
578+
pullSecrets: []
579579
image:
580580
registry: docker.io
581581
repository: openebs/etcd

0 commit comments

Comments
 (0)