diff --git a/charts/shield/Chart.yaml b/charts/shield/Chart.yaml index 965ac3262..cbc42410e 100644 --- a/charts/shield/Chart.yaml +++ b/charts/shield/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: mavimo email: marcovito.moscaritolo@sysdig.com type: application -version: 1.25.0 +version: 1.25.1 appVersion: "1.0.0" diff --git a/charts/shield/README.md b/charts/shield/README.md index 3f505e78a..4e09aeafd 100644 --- a/charts/shield/README.md +++ b/charts/shield/README.md @@ -133,7 +133,7 @@ The following table lists the configurable parameters of the `shield` chart and | host_windows.image.registry | The registry where the host shield images are stored | quay.io | | host_windows.image.repository | The repository where the host shield images are stored | sysdig | | host_windows.image.name | The image name for the host shield | host-shield | -| host_windows.image.tag | The tag for the host shield images | 0.12.2 | +| host_windows.image.tag | The tag for the host shield images | 0.12.3 | | host_windows.image.pull_policy | The pull policy for the host shield images | IfNotPresent | | host_windows.image.pull_secrets | The pull secrets for the host shield images | [] | | host_windows.resources.limits.cpu | The CPU limit for the host shield | 1000m | diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml index f937c2436..8daacab16 100644 --- a/charts/shield/values.yaml +++ b/charts/shield/values.yaml @@ -112,7 +112,7 @@ features: # The list of namespaces that will be excluded from the audit feature excluded_namespaces: [] # List of rules used to determine if a request should be audited - webhook_rules: # +doc-gen:break + webhook_rules: # +doc-gen:break - apiGroups: - "" - apps @@ -196,7 +196,7 @@ host_windows: # The image name for the host shield name: host-shield # The tag for the host shield images - tag: 0.12.2 + tag: 0.12.3 # The pull policy for the host shield images pull_policy: IfNotPresent # The pull secrets for the host shield images @@ -231,7 +231,7 @@ host_windows: key: os value: Windows # The affinity for the host shield - affinity: # +doc-gen:break + affinity: # +doc-gen:break nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: @@ -335,7 +335,7 @@ host: # The node selector for the host shield node_selector: {} # The tolerations for the host shield - tolerations: # +doc-gen:break + tolerations: # +doc-gen:break - effect: NoSchedule key: node-role.kubernetes.io/master - effect: NoSchedule @@ -353,7 +353,7 @@ host: operator: Equal value: "true" # The affinity for the host shield - affinity: # +doc-gen:break + affinity: # +doc-gen:break nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: @@ -377,7 +377,7 @@ host: periodSeconds: 10 # The readiness probe failure threshold failureThreshold: 9 - liveness: # TODO: Currently host does not have liveness probe. Should we add it? + liveness: # TODO: Currently host does not have liveness probe. Should we add it? # The liveness probe initial delay initialDelaySeconds: 90 # The liveness probe period