Skip to content

Commit 925ad2b

Browse files
chore(shield): bump cluster-shield to 1.15.0
1 parent 09acde0 commit 925ad2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The following table lists the configurable parameters of the `shield` chart and
199199
| host.dns_policy | The dns policy for the host shield | <code></code> |
200200
| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
201201
| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
202-
| cluster.image.tag | The tag for the cluster shield image | <code>1.14.0</code> |
202+
| cluster.image.tag | The tag for the cluster shield image | <code>1.15.0</code> |
203203
| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
204204
| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
205205
| cluster.run_mode | The mode in which the cluster shield should run (Accepted Values: single-process, multi-process) | <code>multi-process</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ cluster:
383383
# The repository where the cluster shield image is stored
384384
repository: sysdig/cluster-shield
385385
# The tag for the cluster shield image
386-
tag: 1.14.0
386+
tag: 1.15.0
387387
# The pull policy for the cluster shield image
388388
pull_policy: IfNotPresent
389389
# The pull secrets for the cluster shield image

0 commit comments

Comments
 (0)