Artifactory Operator v1.1.1 upgrade path fixed

This commit is contained in:
John Peterson
2020-10-06 16:02:04 -07:00
parent bee654559c
commit b086f3e4e1
22 changed files with 912 additions and 1274 deletions

View File

@@ -4,11 +4,14 @@ This code base is intended to deploy Artifactory HA as an operator to an Openshi
Openshift OperatorHub has the latest official supported Cluster Service Version (CSV) for the OLM catalog.
# Breaking Changes
```
v1.1.0 breaks existing upgrade path due to base helm chart breaking changes
```
## 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 artifactory-ha-operator
````
## Getting Started