Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Stojanov <[email protected]>
  • Loading branch information
losisin committed Dec 25, 2023
1 parent 548a45d commit b694d56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023 Aleksandar Stojanov
Copyright (c) 2023 - 2024 Aleksandar Stojanov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ replicaCount: # @schema type:[integer, null]
}
```

Another way to use this is to define type when using anchors and pointers in yaml. See discussion [#28](https://github.com/losisin/helm-values-schema-json/issues/28) for more details.
Another way to use this is to define type when using anchors and aliases in yaml. See discussion [#28](https://github.com/losisin/helm-values-schema-json/issues/28) for more details.

```yaml
app: &app
Expand Down
4 changes: 1 addition & 3 deletions testdata/anchors.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"type": "array"
}
},
"type": [
"integer"
]
"type": "object"
}
},
"type": "object"
Expand Down
2 changes: 1 addition & 1 deletion testdata/anchors.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app: &app # @schema type:[integer]
app: &app
settings:
namespace:
- *app # @schema type:[string]

0 comments on commit b694d56

Please sign in to comment.