Skip to content

Commit

Permalink
add value.schema.json
Browse files Browse the repository at this point in the history
Signed-off-by: Sébastien Chabrolles <s.chabrolles@fr.ibm.com>
  • Loading branch information
schabrolles committed May 24, 2024
1 parent 9cff529 commit 3bd1d9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cpd-install-pipeline/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cpd-install-pipeline
description: Tekton Pipeline to automate IBM Cloud Pak for Data Deployment
icon: https://www.disid.com/wp-content/uploads/ibm-cloud-pak-for-data.png
icon: https://techd.com/wp-content/uploads/2020/03/Data-icon.jpg
# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
Expand All @@ -15,7 +15,7 @@ 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: 1.1.1
version: 1.1.2

# 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
Expand Down
9 changes: 9 additions & 0 deletions charts/cpd-install-pipeline/values.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {
"arch": {
"type": ["string", "null"],
"description": "(optional) [ppc64le|s390x] allows pipeline to be adapted for non x86 cluster (empty means x86 which is the default)"
}
}
}

0 comments on commit 3bd1d9f

Please sign in to comment.