Upgrade path working for Helm 3.1.0 and 4.1.0 to version 4.2.0

This commit is contained in:
John Peterson
2020-10-06 15:15:02 -07:00
parent e29879e8c9
commit b05b35edf6
6 changed files with 33 additions and 8 deletions

View File

@@ -16,6 +16,15 @@ artifactory-ha.artifactory.node.replicaCount
```
This is due to helm referencing them through the subchart artifactory-ha now.
## Security Context Constraints
To deploy this helm chart you will need to be a cluster admin w/ access to the anyuid scc.
````bash
oc adm policy add-scc-to-user anyuid -z my_user_name
````
## Prerequisites Details
* Kubernetes 1.12+