Skip to content

Commit

Permalink
chore(deps): update hashicorp/vault docker tag to v1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
small-hack-renovate[bot] authored Jan 30, 2025
1 parent 582076c commit 3ce7923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions demo/openbao/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ injector:
# required.
agentImage:
repository: "hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"

# Configures the log verbosity of the injector.
# Supported log levels include: trace, debug, info, warn, error
Expand Down Expand Up @@ -286,7 +286,7 @@ server:

image:
repository: "hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -981,7 +981,7 @@ csi:

image:
repository: "hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
pullPolicy: IfNotPresent

logFormat: standard
Expand Down
6 changes: 3 additions & 3 deletions demo/vault/values/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.18.3"
tag: "1.18.4"

# The default values for the injected Vault Agent containers.
agentDefaults:
Expand Down Expand Up @@ -377,7 +377,7 @@ server:

image:
repository: "hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -1165,7 +1165,7 @@ csi:

image:
repository: "hashicorp/vault"
tag: "1.18.3"
tag: "1.18.4"
pullPolicy: IfNotPresent

logFormat: standard
Expand Down

0 comments on commit 3ce7923

Please sign in to comment.