Skip to content
Merged
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: marcovito.moscaritolo@sysdig.com
type: application
version: 1.21.2
version: 1.21.3
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 @@ -130,7 +130,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.0</code> |
| host_windows.image.tag | The tag for the host shield images | <code>0.12.1</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
2 changes: 1 addition & 1 deletion charts/shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ host_windows:
# The image name for the host shield
name: host-shield
# The tag for the host shield images
tag: 0.12.0
tag: 0.12.1
# The pull policy for the host shield images
pull_policy: IfNotPresent
# The pull secrets for the host shield images
Expand Down
Loading