diff --git a/demo/openbao/values.yaml b/demo/openbao/values.yaml index feffa392a..05fb33866 100644 --- a/demo/openbao/values.yaml +++ b/demo/openbao/values.yaml @@ -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 @@ -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 @@ -981,7 +981,7 @@ csi: image: repository: "hashicorp/vault" - tag: "1.18.3" + tag: "1.18.4" pullPolicy: IfNotPresent logFormat: standard diff --git a/demo/vault/values/values.yaml b/demo/vault/values/values.yaml index c0f958a5d..dad95740d 100644 --- a/demo/vault/values/values.yaml +++ b/demo/vault/values/values.yaml @@ -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: @@ -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 @@ -1165,7 +1165,7 @@ csi: image: repository: "hashicorp/vault" - tag: "1.18.3" + tag: "1.18.4" pullPolicy: IfNotPresent logFormat: standard