Skip to content

Commit

Permalink
add assets to chains schema, cut rc5 for v0.1.48
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 9, 2024
1 parent 0db3615 commit 5dcc918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/devnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 0.1.48-rc4
version: 0.1.48-rc5

# 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
6 changes: 6 additions & 0 deletions charts/devnet/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@
"repo": {
"type": "string"
},
"assets": {
"type": "array",
"items": {
"type": "object"
}
},
"storage": {
"type": "string"
},
Expand Down

0 comments on commit 5dcc918

Please sign in to comment.