Skip to content

Commit

Permalink
🍱 Add schema.jsons & update CI
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
  • Loading branch information
rinx committed May 25, 2020
1 parent 72db5c5 commit dec7557
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
make helm/docs/vald
make helm/docs/vald-helm-operator
make helm/schema/vald
make helm/schema/vald-helm-operator
git checkout master
git config --global user.name "vdaas-ci"
Expand All @@ -56,9 +59,11 @@ jobs:
versions/VALD_VERSION \
charts/vald/Chart.yaml \
charts/vald/values.yaml \
charts/vald/values.schema.json \
charts/vald/README.md \
charts/vald-helm-operator/Chart.yaml \
charts/vald-helm-operator/values.yaml \
charts/vald-helm-operator/values.schema.json \
charts/vald-helm-operator/README.md
git commit --signoff -m ":bookmark: :robot: Release ${GITWERK_RESULT}"
Expand Down
1 change: 1 addition & 0 deletions charts/vald-helm-operator/values.schema.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"$schema":"http://json-schema.org/draft-07/schema#","title":"Values","type":"object","properties":{"affinity":{"type":"object"},"image":{"type":"object","properties":{"pullPolicy":{"type":"string","enum":["Always","Never","IfNotPresent"]},"repository":{"type":"string"},"tag":{"type":"string"}}},"logging":{"type":"object","properties":{"format":{"type":"string","enum":["console","json"]},"level":{"type":"string","enum":["debug","info","error"]},"stacktraceLevel":{"type":"string","enum":["debug","info","error"]},"timeEncoding":{"type":"string","enum":["epoch","millis","nano","iso8601"]}}},"maxWorkers":{"type":"integer"},"name":{"type":"string"},"nodeSelector":{"type":"object"},"rbac":{"type":"object","properties":{"create":{"type":"boolean"},"name":{"type":"string"}}},"reconcilePeriod":{"type":"string"},"replicas":{"type":"integer"},"resources":{"type":"object"},"serviceAccount":{"type":"object","properties":{"create":{"type":"boolean"},"name":{"type":"string"}}},"tolerations":{"type":"array","items":{"type":"object"}}}}
1 change: 1 addition & 0 deletions charts/vald/values.schema.json

Large diffs are not rendered by default.

0 comments on commit dec7557

Please sign in to comment.