Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: [email protected]
type: application
version: 1.25.0
version: 1.25.1
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | <code>quay.io</code> |
| host_windows.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
| host_windows.image.name | The image name for the host shield | <code>host-shield</code> |
| host_windows.image.tag | The tag for the host shield images | <code>0.12.2</code> |
| host_windows.image.tag | The tag for the host shield images | <code>0.12.3</code> |
| host_windows.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
| host_windows.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
| host_windows.resources.limits.cpu | The CPU limit for the host shield | <code>1000m</code> |
Expand Down
12 changes: 6 additions & 6 deletions charts/shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down
Loading