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

@@ -14,7 +14,7 @@ metadata:
"artifactory-ha": {
"artifactory": {
"image": {
"registry": "registry.connect.redhat.com"
"registry": "registry.connect.redhat.com",
"repository": "jfrog/artifactory-pro",
"tag": "7.9.0"
},
@@ -28,6 +28,7 @@ metadata:
}
}
},
"databaseUpgradeReady": true,
"database": {
"driver": "OVERRIDE",
"password": "OVERRIDE",
@@ -68,14 +69,14 @@ metadata:
capabilities: Seamless Upgrades
categories: Developer Tools,Integration & Delivery
certified: "true"
containerImage: registry.connect.redhat.com/jfrog/artifactory-operator:7.9.0
containerImage: registry.connect.redhat.com/jfrog/artifactory-operator:7.9
createdAt: 2020-03-25 00:00:00+00:00
description: JFrog Artifactory Enterprise deploys Artifactory in a high availability environment across multiple pods
operators.operatorframework.io/builder: operator-sdk-v1.0.1
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/jfrog/JFrog-Cloud-Installers/tree/openshift4/Openshift4
support: JFrog
name: artifactory-ha-operator.v1.1.0
name: artifactory-ha-operator.v1.1.1
namespace: default
spec:
apiservicedefinitions: {}
@@ -112,6 +113,12 @@ spec:
## Overview
Openshift Operator to deploy JFrog Artifactory Enterprise into your Openshift cluster.
## Security Context Constraints
To deploy this helm chart you will need to be a cluster admin w/ access to the anyuid scc and add the operator service account to the anyuid scc.
````oc adm policy add-scc-to-user anyuid -z artifactory-ha-operator ````
## Usage
An external DB is required. The operator will not deploy a DB but will require you to specify the configuration values to connect to it.
@@ -173,7 +180,7 @@ spec:
value: registry.connect.redhat.com/jfrog/artifactory-pro:7.9.0
- name: RELATED_IMAGE_NGINX_IMAGE_REPOSITORY
value: registry.redhat.io/rhel8/nginx-116:latest
image: registry.connect.redhat.com/jfrog/artifactory-operator:7.9.0
image: registry.connect.redhat.com/jfrog/artifactory-operator:7.9
imagePullPolicy: Always
name: artifactory-ha-operator
resources: {}
@@ -336,5 +343,5 @@ spec:
maturity: alpha
provider:
name: JFrog
replaces: artifactory-ha-operator.v1.0.3
version: 1.1.0
replaces: artifactory-ha-operator.v1.1.0
version: 1.1.1