Add Vault Helm Chart with initial configuration, README, LICENSE, and changelog; updated versions for Vault and related components, using previous values.yaml
This commit is contained in:
34
manifest/vault/values.openshift.yaml
Normal file
34
manifest/vault/values.openshift.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright IBM Corp. 2018, 2025
|
||||
# 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.7.2-ubi"
|
||||
|
||||
agentImage:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||
tag: "1.21.2-ubi"
|
||||
|
||||
server:
|
||||
image:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||
tag: "1.21.2-ubi"
|
||||
|
||||
readinessProbe:
|
||||
path: "/v1/sys/health?uninitcode=204"
|
||||
|
||||
csi:
|
||||
image:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault-csi-provider"
|
||||
tag: "1.7.0-ubi"
|
||||
|
||||
agent:
|
||||
image:
|
||||
repository: "registry.connect.redhat.com/hashicorp/vault"
|
||||
tag: "1.21.2-ubi"
|
||||
Reference in New Issue
Block a user