diff --git a/helm-charts/falcon-image-analyzer/Chart.yaml b/helm-charts/falcon-image-analyzer/Chart.yaml index ea7a86ef..1d49002b 100644 --- a/helm-charts/falcon-image-analyzer/Chart.yaml +++ b/helm-charts/falcon-image-analyzer/Chart.yaml @@ -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 diff --git a/helm-charts/falcon-image-analyzer/values.schema.json b/helm-charts/falcon-image-analyzer/values.schema.json index 20afcd7d..702d4510 100644 --- a/helm-charts/falcon-image-analyzer/values.schema.json +++ b/helm-charts/falcon-image-analyzer/values.schema.json @@ -261,12 +261,14 @@ } }, "additionalProperties": { - "properties": { - "enabled": { - "const": false - } + "daemonset": { + "properties": { + "enabled": { + "const": false } - } + } + } + } }, { "properties": { @@ -279,9 +281,11 @@ } }, "additionalProperties": { - "properties": { - "enabled": { - "const": false + "deployment": { + "properties": { + "enabled": { + "const": false + } } } }