
* Prepare for 0.25.0 release * Update CSI acceptance test assertion Starting in 1.4.0, the CSI provider caches Vault tokens locally. The main thing we want to check is that the Agent cache is being used so that it's doing the renewal legwork for any leased secrets, so check for the renewal log message instead because CSI won't auth over and over anymore.
21 lines
484 B
YAML
21 lines
484 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
# These overrides are appropriate defaults for deploying this chart on OpenShift
|
|
|
|
global:
|
|
openshift: true
|
|
|
|
injector:
|
|
image:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault-k8s"
|
|
tag: "1.2.1-ubi"
|
|
|
|
agentImage:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
|
tag: "1.14.0-ubi"
|
|
|
|
server:
|
|
image:
|
|
repository: "registry.connect.redhat.com/hashicorp/vault"
|
|
tag: "1.14.0-ubi"
|