Skip to content

Commit

Permalink
ci(stability): update values.yaml and Chart.yaml with latest tags and…
Browse files Browse the repository at this point in the history
… version respectively
  • Loading branch information
datacore-bolt-ci committed Jan 9, 2025
1 parent f1b62f4 commit 9f64202
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-2025-01-06-10-04-08-0
version: 2.8.0-0-main-unstable-2025-01-09-05-00-58-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-2025-01-06-10-04-08-0
appVersion: 2.8.0-0-main-unstable-2025-01-09-05-00-58-0

dependencies:
- name: crds
version: 2.8.0-0-main-unstable-2025-01-06-10-04-08-0
version: 2.8.0-0-main-unstable-2025-01-09-05-00-58-0
condition: crds.enabled
- name: etcd
repository: https://charts.bitnami.com/bitnami
Expand Down
2 changes: 1 addition & 1 deletion chart/charts/crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: crds
version: 2.8.0-0-main-unstable-2025-01-06-10-04-08-0
version: 2.8.0-0-main-unstable-2025-01-09-05-00-58-0
description: |
A Helm chart that collects CustomResourceDefinitions (CRDs) from Mayastor.
2 changes: 1 addition & 1 deletion chart/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository:
name: mayastor
chart:
name: mayastor
version: 2.8.0-0-main-unstable-2025-01-06-10-04-08-0
version: 2.8.0-0-main-unstable-2025-01-09-05-00-58-0
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:
Expand Down
6 changes: 3 additions & 3 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ 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: 27ab9dc45774
dataPlane: 37f0fbe4f525
extensions: 776f7f026ddc
controlPlane: f6e06542c53e
dataPlane: c990c0ed5818
extensions: 07658cda72bc
# -- ImagePullPolicy for our images
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9f64202

Please sign in to comment.