Skip to content

Commit

Permalink
chore(agent-group) add Global object to schema and update bundle scri…
Browse files Browse the repository at this point in the history
…pt (#15)

* chore(agent-group) add Global object to schema and update bundle script

* chore(workflow) update releaser action version

* chore(agent-group) revert Global object
  • Loading branch information
jgomez-jb authored Feb 16, 2022
1 parent 85bab6e commit 14e2c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
git config user.email "${GITHUB_ACTOR}"@users.noreply.github.com
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0-rc.1
uses: helm/chart-releaser-action@v1.3.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
2 changes: 1 addition & 1 deletion bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for chart in charts/*; do
echo "File $JSON_SCHEMA does not exist"
touch "$JSON_SCHEMA"
fi
yq eval-all --tojson "select(fileIndex == 0) * select(filename == \"$YAML_SCHEMA\")" definitions.schema.yaml "${chart}"/values.schema.yaml > "$JSON_SCHEMA"
yq eval-all -o=json "select(fileIndex == 0) * select(filename == \"$YAML_SCHEMA\")" definitions.schema.yaml "${chart}"/values.schema.yaml > "$JSON_SCHEMA"

done

Expand Down

0 comments on commit 14e2c3a

Please sign in to comment.