@@ -28,7 +28,6 @@ sysdig_endpoint:
2828 secure_api_token :
2929 # The API token for the Sysdig Secure instance (existing secret)
3030 secure_api_token_existing_secret :
31-
3231# Features
3332
3433features :
@@ -254,7 +253,7 @@ host:
254253 # The image name for the host shield
255254 shield_name : agent-slim
256255 # The tag for the host shield images
257- tag : 14.0.0
256+ tag : 14.0.1
258257 # The pull policy for the host shield images
259258 pull_policy : IfNotPresent
260259 # The pull secrets for the host shield images
@@ -376,7 +375,6 @@ host:
376375 volume_mounts : []
377376 # The dns policy for the host shield
378377 dns_policy :
379-
380378cluster :
381379 image :
382380 # The registry where the cluster shield image is stored
532530 existing_ca_secret :
533531 # Provide the filename that is defined inside the existing Secret
534532 existing_ca_secret_key_name :
535-
536533proxy :
537534 # HTTP proxy to use for all HTTP requests
538535 http_proxy :
@@ -546,7 +543,6 @@ proxy:
546543 no_proxy :
547544 # Provide the name of an existing Secret that contains the no proxy hosts
548545 no_proxy_existing_secret :
549-
550546# Additional .APIVersions in .Capabilities, e.g. "security.openshift.io/v1"
551547extra_capabilities_api_versions : []
552548
@@ -574,7 +570,6 @@ volume_mounts: []
574570name_override :
575571# Overrides the default full resource identifier ex. <override>-cluster
576572fullname_override :
577-
578573# Optional parameter used to check the compatibility of shield
579574# component versions with the on-premised backend version.
580575#
0 commit comments