Skip to content

Commit

Permalink
Merge pull request #291 from cs-pvyas/pdv-fix-enabled-break
Browse files Browse the repository at this point in the history
validation bug fix
  • Loading branch information
redhatrises authored May 13, 2024
2 parents 9b70908 + 2bbf958 commit 077e5e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion helm-charts/falcon-image-analyzer/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: 1.1.5
version: 1.1.6

# 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
20 changes: 12 additions & 8 deletions helm-charts/falcon-image-analyzer/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,14 @@
}
},
"additionalProperties": {
"properties": {
"enabled": {
"const": false
}
"daemonset": {
"properties": {
"enabled": {
"const": false
}
}
}
}
}
},
{
"properties": {
Expand All @@ -279,9 +281,11 @@
}
},
"additionalProperties": {
"properties": {
"enabled": {
"const": false
"deployment": {
"properties": {
"enabled": {
"const": false
}
}
}
}
Expand Down

0 comments on commit 077e5e1

Please sign in to comment.