Openshift xray 3.6.2 updates

This commit is contained in:
John Peterson
2020-07-28 12:55:08 -07:00
parent 4ffb1ee152
commit 86c85da0d2
15 changed files with 718 additions and 24 deletions

View File

@@ -1,5 +1,8 @@
# JFrog Openshift Artifactory-Xray Chart Changelog
All changes to this chart will be documented in this file.
## [4.1.2] July 28, 2020
* Updating to Xray chart version 4.1.2 and Xray app version 3.6.2
## [3.5.1] June 29, 2020
* Updating to Xray chart version 3.5.1 and Xray app version 3.5.2

View File

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

View File

@@ -1,6 +1,6 @@
dependencies:
- name: xray
repository: https://charts.jfrog.io/
version: 3.5.1
digest: sha256:90f537b39c6dbaec7eca47a0628a511b983224f87114bcce50680f105525b0db
generated: "2020-06-29T17:16:05.767367-07:00"
version: 4.1.2
digest: sha256:79e535f41be683f61d7f181a094d91f2688df43b7c3511be0c5c3216a6ce342b
generated: "2020-07-28T11:11:46.534466-07:00"

View File

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

View File

@@ -32,7 +32,7 @@ xray:
name: xray-analysis
image:
repository: registry.connect.redhat.com/jfrog/xray-analysis
version: 3.5.2
version: 3.6.2
updateStrategy: RollingUpdate
podManagementPolicy: Parallel
preStartCommand:
@@ -40,14 +40,14 @@ xray:
name: xray-indexer
image:
repository: registry.connect.redhat.com/jfrog/xray-indexer
version: 3.5.2
version: 3.6.2
updateStrategy: RollingUpdate
podManagementPolicy: Parallel
persist:
name: xray-persist
image:
repository: registry.connect.redhat.com/jfrog/xray-persist
version: 3.5.2
version: 3.6.2
updateStrategy: RollingUpdate
podManagementPolicy: Parallel
persistence:
@@ -57,7 +57,7 @@ xray:
name: xray-server
image:
repository: registry.connect.redhat.com/jfrog/xray-server
version: 3.5.2
version: 3.6.2
updateStrategy: RollingUpdate
podManagementPolicy: Parallel
replicaCount: 1
@@ -65,7 +65,7 @@ xray:
name: router
image:
repository: registry.connect.redhat.com/jfrog/xray-router
version: 1.4.0
version: 1.4.2
imagePullPolicy: IfNotPresent
rabbitmq-ha:
enabled: true