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:
parent
0424db473d
commit
2cdfce9967
|
@ -30,7 +30,7 @@ on OpenShift:
|
||||||
|
|
||||||
- Cluster Admin privileges to bind the `auth-delegator` role to Vault's service account
|
- Cluster Admin privileges to bind the `auth-delegator` role to Vault's service account
|
||||||
- Helm v3.6+
|
- Helm v3.6+
|
||||||
- OpenShift 4.X
|
- OpenShift 4.3+
|
||||||
- Vault Helm v0.6.0+
|
- Vault Helm v0.6.0+
|
||||||
- Vault K8s v0.4.0+
|
- Vault K8s v0.4.0+
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue