Skip to content

Commit d49c602

Browse files
chore(shield): bump host-shield windows 0.8.0 (#2268)
1 parent 97acf89 commit d49c602

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.6.3
16+
version: 1.7.0
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The following table lists the configurable parameters of the `shield` chart and
130130
| host_windows.image.registry | The registry where the host shield images are stored | <code>quay.io</code> |
131131
| host_windows.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
132132
| host_windows.image.name | The image name for the host shield | <code>host-shield</code> |
133-
| host_windows.image.tag | The tag for the host shield images | <code>0.7.1</code> |
133+
| host_windows.image.tag | The tag for the host shield images | <code>0.8.0</code> |
134134
| host_windows.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
135135
| host_windows.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
136136
| host_windows.resources.limits.cpu | The CPU limit for the host shield | <code>1000m</code> |

charts/shield/tests/values/windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ sysdig_endpoint:
1010
port: 6443
1111

1212
host_windows:
13+
image:
14+
tag: 0.7.1
1315
enabled: true

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ host_windows:
176176
# The image name for the host shield
177177
name: host-shield
178178
# The tag for the host shield images
179-
tag: 0.7.1
179+
tag: 0.8.0
180180
# The pull policy for the host shield images
181181
pull_policy: IfNotPresent
182182
# The pull secrets for the host shield images

0 commit comments

Comments
 (0)