Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Fix helm values json schema. (#1720)
Browse files Browse the repository at this point in the history
* Fix helm values json schema.

* Fix helm values json schema.
  • Loading branch information
whites11 authored May 16, 2023
1 parent 8c9bc01 commit a326295
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fix helm values json schema.

## [8.0.0] - 2023-05-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion helm/azure-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"type": "object",
"properties": {
"mask": {
"type": "string"
"type": ["string", "number" ]
},
"subnet": {
"type": "string"
Expand Down

0 comments on commit a326295

Please sign in to comment.