
* 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.
19 lines
696 B
YAML
19 lines
696 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
apiVersion: v2
|
|
name: vault
|
|
version: 0.25.0
|
|
appVersion: 1.14.0
|
|
kubeVersion: ">= 1.20.0-0"
|
|
description: Official HashiCorp Vault Chart
|
|
home: https://www.vaultproject.io
|
|
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png
|
|
keywords: ["vault", "security", "encryption", "secrets", "management", "automation", "infrastructure"]
|
|
sources:
|
|
- https://github.com/hashicorp/vault
|
|
- https://github.com/hashicorp/vault-helm
|
|
- https://github.com/hashicorp/vault-k8s
|
|
- https://github.com/hashicorp/vault-csi-provider
|
|
annotations:
|
|
charts.openshift.io/name: HashiCorp Vault
|