docs: Update required OpenShift version (#9738)

Helm 3 support was added in OpenShift 4.3 [1]. So, we might support 4.X but if we require Helm 3 then we need to start at 4.3. Just didn't want someone to try 4.0-4.2 and wonder why it wasn't working because Helm 3 isn't supported.

[1] https://www.openshift.com/blog/openshift-4-3-deploy-applications-with-helm-3
This commit is contained in:
jweissig 2022-08-16 12:45:06 -07:00 committed by GitHub
parent 0424db473d
commit 2cdfce9967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ on OpenShift:
- Cluster Admin privileges to bind the `auth-delegator` role to Vault's service account
- Helm v3.6+
- OpenShift 4.X
- OpenShift 4.3+
- Vault Helm v0.6.0+
- Vault K8s v0.4.0+