mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 04:06:55 -06:00
Upgrade path working for Helm 3.1.0 and 4.1.0 to version 4.2.0
This commit is contained in:
@@ -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+
|
||||
|
||||
Reference in New Issue
Block a user