Skip to content

Commit

Permalink
update with suggestions + update vault version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlaticanin committed Aug 8, 2024
1 parent d692982 commit 96d4552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/csi-daemonset.bats
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ load _helpers
yq -r '.spec.template.spec.containers[0].args[1]' | tee /dev/stderr)
[ "${actual}" = "--log-level=info" ]

local actual=$(helm template \
actual=$(helm template \
--show-only templates/csi-daemonset.yaml \
--set "csi.enabled=true" \
--set "csi.logLevel=error" \
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ injector:
# required.
agentImage:
repository: "hashicorp/vault"
tag: "1.17.2"
tag: "1.17.3"

# The default values for the injected Vault Agent containers.
agentDefaults:
Expand Down

0 comments on commit 96d4552

Please sign in to comment.