Skip to content

Commit 7644338

Browse files
fix: update schemas
Signed-off-by: Henry Whitaker <henrywhitaker3@outlook.com>
1 parent c426804 commit 7644338

File tree

4 files changed

+5
-5310
lines changed

4 files changed

+5
-5310
lines changed

Taskfile.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,12 @@ tasks:
2121
cmds:
2222
- helm-docs
2323

24-
subchartSchema:
25-
desc: Generate the subchart schema from the plain schema
26-
dir: chart
27-
cmds:
28-
- cp values.schema.json tmp.schema.json
29-
- jq '.tmp = .properties | del(.properties) | .properties.generic.properties = .tmp | del(.tmp) | .properties.generic.additionalProperties = false' tmp.schema.json > subchart.schema.json
30-
- rm tmp.schema.json
31-
3224
schema:
3325
desc: Generate the schema for the chart
3426
dir: chart
3527
cmds:
3628
- task: nestedSchemas
3729
- helm schema --use-helm-docs --bundle --bundle-without-id --k8s-schema-version=v1.35.1
38-
- task: subchartSchema
3930

4031
dev:
4132
desc: Run the schema, docs and tests

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: generic
33
description: A generic Helm chart for Kubernetes deployments
44
type: application
5-
version: 1.4.1
5+
version: 1.4.2
66
appVersion: "1.16.0"

chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generic
22

3-
![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
3+
![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16.0](https://img.shields.io/badge/AppVersion-1.16.0-informational?style=flat-square)
44

55
A generic Helm chart for Kubernetes deployments
66

0 commit comments

Comments
 (0)