Artifactory HA v7.7.3 and Xray v3.8.0 in Openshift

This commit is contained in:
John Peterson
2020-08-17 16:09:29 -07:00
parent 86c85da0d2
commit 55af4c1bc9
22 changed files with 1447 additions and 22 deletions

View File

@@ -7,4 +7,4 @@ scorecard:
- olm: - olm:
cr-manifest: cr-manifest:
- "deploy/crds/charts.helm.k8s.io_v1alpha1_openshiftartifactoryha_cr.yaml" - "deploy/crds/charts.helm.k8s.io_v1alpha1_openshiftartifactoryha_cr.yaml"
csv-path: "deploy/olm-catalog/artifactory-ha-operator/1.0.2/artifactory-ha-operator.v1.0.2.clusterserviceversion.yaml" csv-path: "deploy/olm-catalog/artifactory-ha-operator/1.0.3/artifactory-ha-operator.v1.0.3.clusterserviceversion.yaml"

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Artifactory-ha Chart Changelog # JFrog Openshift Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [3.1.0] - Aug 17, 2020
* Updating to latest jfrog/artifactory-ha helm chart version 3.1.0 artifactory version 3.1.0
## [3.0.5] - July 16, 2020 ## [3.0.5] - July 16, 2020
* Updating to latest jfrog/artifactory-ha helm chart version 3.0.5 artifactory version 7.6.3 * Updating to latest jfrog/artifactory-ha helm chart version 3.0.5 artifactory version 7.6.3

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
packageName: openshiftartifactoryha-operator packageName: openshiftartifactoryha-operator
channels: channels:
- name: alpha - name: alpha
currentCSV: artifactory-ha-operator.v1.0.2 currentCSV: artifactory-ha-operator.v1.0.3

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Artifactory-ha Chart Changelog # JFrog Openshift Artifactory-ha Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [3.1.0] - Aug 17, 2020
* Updating to latest jfrog/artifactory-ha helm chart version 3.1.0 artifactory version 3.1.0
## [3.0.5] - Jul 16, 2020 ## [3.0.5] - Jul 16, 2020
* Updating to latest jfrog/artifactory helm chart version 3.0.5 artifactory version 7.6.3 * Updating to latest jfrog/artifactory helm chart version 3.0.5 artifactory version 7.6.3

View File

@@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: 7.6.3 appVersion: 7.7.3
description: Openshift JFrog Artifactory HA subcharting Artifactory HA to work in Openshift environment description: Openshift JFrog Artifactory HA subcharting Artifactory HA to work in Openshift environment
home: https://www.jfrog.com/artifactory/ home: https://www.jfrog.com/artifactory/
icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png icon: https://raw.githubusercontent.com/jfrog/charts/master/stable/artifactory-ha/logo/artifactory-logo.png
@@ -16,4 +16,4 @@ name: openshift-artifactory-ha
sources: sources:
- https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view - https://bintray.com/jfrog/product/JFrog-Artifactory-Pro/view
- https://github.com/jfrog/charts - https://github.com/jfrog/charts
version: 3.0.5 version: 3.1.0

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: artifactory-ha - name: artifactory-ha
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/
version: 3.0.5 version: 3.1.0
digest: sha256:59deb56ee27e8a629a22f48cc051453e774999228ece09c77584d95c8c54ce6d digest: sha256:8cbd890dcfbb9c90b239bbe9a2fa6aef0f6131ebb5efcd32319a5bba819e9aab
generated: "2020-07-16T14:29:16.129919-07:00" generated: "2020-08-17T14:21:11.261071-07:00"

View File

@@ -1,4 +1,4 @@
dependencies: dependencies:
- name: artifactory-ha - name: artifactory-ha
version: 3.0.5 version: 3.1.0
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/

View File

@@ -34,7 +34,7 @@ artifactory-ha:
## Change to use RH UBI images ## Change to use RH UBI images
image: image:
repository: registry.connect.redhat.com/jfrog/artifactory-pro repository: registry.connect.redhat.com/jfrog/artifactory-pro
version: 7.6.3 version: 7.7.3
node: node:
replicaCount: 2 replicaCount: 2
waitForPrimaryStartup: waitForPrimaryStartup:

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Artifactory-Xray Chart Changelog # JFrog Openshift Artifactory-Xray Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [4.2.0] Aug 17, 2020
* Updating to Xray chart version 4.2.0 and Xray app version 3.8.0
## [4.1.2] July 28, 2020 ## [4.1.2] July 28, 2020
* Updating to Xray chart version 4.1.2 and Xray app version 3.6.2 * Updating to Xray chart version 4.1.2 and Xray app version 3.6.2

View File

@@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: 3.6.2 appVersion: 3.8.0
description: Universal component scan for security and license inventory and impact analysis description: Universal component scan for security and license inventory and impact analysis
sources: sources:
- https://bintray.com/jfrog/product/xray/view - https://bintray.com/jfrog/product/xray/view
@@ -13,4 +13,4 @@ maintainers:
- email: johnp@jfrog.com - email: johnp@jfrog.com
name: John Peterson name: John Peterson
name: openshift-xray name: openshift-xray
version: 4.1.2 version: 4.2.0

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: xray - name: xray
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/
version: 4.1.2 version: 4.2.0
digest: sha256:79e535f41be683f61d7f181a094d91f2688df43b7c3511be0c5c3216a6ce342b digest: sha256:5e016b3e02e80668003980f2e0399f152f7d83e39957813db3aa3efa9651474f
generated: "2020-07-28T11:11:46.534466-07:00" generated: "2020-08-17T14:49:47.771127-07:00"

View File

@@ -1,4 +1,4 @@
dependencies: dependencies:
- name: xray - name: xray
version: 4.1.2 version: 4.2.0
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Xray Chart Changelog # JFrog Openshift Xray Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [3.8.0] Aug 17, 2020
* Deploying JFrog Xray 3.8.0 as an Operator into Openshift
## [3.6.2] - July 28, 2020 ## [3.6.2] - July 28, 2020
* Deploying JFrog Xray 3.6.2 as an Operator into Openshift * Deploying JFrog Xray 3.6.2 as an Operator into Openshift

View File

@@ -1,4 +1,4 @@
packageName: openshiftxray-operator packageName: openshiftxray-operator
channels: channels:
- name: alpha - name: alpha
currentCSV: xray-operator.v1.0.2 currentCSV: xray-operator.v1.0.3

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,9 @@
# JFrog Openshift Artifactory-Xray Chart Changelog # JFrog Openshift Artifactory-Xray Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [4.2.0] Aug 17, 2020
* Updating to Xray chart version 4.2.0 and Xray app version 3.8.0
## [4.1.2] July 28, 2020 ## [4.1.2] July 28, 2020
* Updating to Xray chart version 4.1.2 and Xray app version 3.6.2 * Updating to Xray chart version 4.1.2 and Xray app version 3.6.2

View File

@@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: 3.6.2 appVersion: 3.8.0
description: Universal component scan for security and license inventory and impact description: Universal component scan for security and license inventory and impact
analysis analysis
keywords: keywords:
@@ -14,4 +14,4 @@ name: openshift-xray
sources: sources:
- https://bintray.com/jfrog/product/xray/view - https://bintray.com/jfrog/product/xray/view
- https://github.com/jfrog/charts - https://github.com/jfrog/charts
version: 4.1.2 version: 4.2.0

View File

@@ -1,6 +1,6 @@
dependencies: dependencies:
- name: xray - name: xray
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/
version: 4.1.2 version: 4.2.0
digest: sha256:79e535f41be683f61d7f181a094d91f2688df43b7c3511be0c5c3216a6ce342b digest: sha256:5e016b3e02e80668003980f2e0399f152f7d83e39957813db3aa3efa9651474f
generated: "2020-07-28T11:11:46.534466-07:00" generated: "2020-08-17T14:49:47.771127-07:00"

View File

@@ -1,4 +1,4 @@
dependencies: dependencies:
- name: xray - name: xray
version: 4.1.2 version: 4.2.0
repository: https://charts.jfrog.io/ repository: https://charts.jfrog.io/