Skip to content

Commit

Permalink
chore: update the the shield chart
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
updatecli authored and mavimo committed Dec 31, 2024
1 parent 33967fb commit 83844ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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: 0.4.1
version: 0.4.2
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.image.repository | The repository where the host shield images are stored | <code>sysdig</code> |
| host.image.kmodule_name | The image name for the host shield kmodule drive | <code>agent-kmodule</code> |
| host.image.shield_name | The image name for the host shield | <code>agent-slim</code> |
| host.image.tag | The tag for the host shield images | <code>13.7.0</code> |
| host.image.tag | The tag for the host shield images | <code>13.7.1</code> |
| host.image.pull_policy | The pull policy for the host shield images | <code>IfNotPresent</code> |
| host.image.pull_secrets | The pull secrets for the host shield images | <code>[]</code> |
| host.priority_class.create | Create a priority class for the host shield | <code>false</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 @@ -167,7 +167,7 @@ host:
# The image name for the host shield
shield_name: agent-slim
# The tag for the host shield images
tag: 13.7.0
tag: 13.7.1
# The pull policy for the host shield images
pull_policy: IfNotPresent
# The pull secrets for the host shield images
Expand Down

0 comments on commit 83844ee

Please sign in to comment.