Updated the RT 7.46.11 and Xray 3.60.2 versions for Openshift (#250)

* Changes in RT version 7.46.11 and Xray version 3.60.2

* Changes in RT and Xray versions 7.46.11 and 3.60.2
This commit is contained in:
Logeshwar Sekar
2022-11-28 15:35:49 +05:30
committed by GitHub
parent 2eb64dd851
commit 5eea6a893b
20 changed files with 65 additions and 44 deletions

View File

@@ -2,6 +2,10 @@
All changes to this chart will be documented in this file.
## [2.1.1] Nov 25, 2022
- Deploying JFrog Xray 3.60.2 as an Operator into Openshift
## [2.1.0] Mar 01, 2022
- Deploying JFrog Xray 3.43.1 as an Operator into Openshift and bug fix for upgrade issue

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM quay.io/operator-framework/helm-operator:v1.23.0
FROM quay.io/operator-framework/helm-operator:v1.25
LABEL name="JFrog Xray Enterprise Operator" \
description="Openshift operator to deploy JFrog Xray Enterprise based on the Red Hat Universal Base Image" \
vendor="JFrog" \

View File

@@ -1,12 +1,12 @@
# JFrog Openshift Artifactory-Xray Chart Changelog
All changes to this chart will be documented in this file.
## [103.60.2] Nov25, 2022
* Updating to Xray chart version 103.60.2 and Xray app version 3.60.2
## [103.57.6] Oct03, 2022
* Updating to Xray chart version 103.57.6 and Xray app version 3.57.6
## [103.43.1] Mar 1, 2022
* Updating to Xray chart version 103.43.1 and Xray app version 3.43.1
## [103.35.0] Dec 12, 2021
* Updating to Xray chart version 103.35.0 and Xray app version 3.35.0

View File

@@ -1,6 +1,6 @@
dependencies:
- name: xray
repository: https://charts.jfrog.io/
version: 103.57.6
digest: sha256:f925aa2d8a335a656c86364d2b2deeb67c56959440294a50780be7b06c37a11c
generated: "2022-09-30T10:32:23.619114+05:30"
version: 103.60.2
digest: sha256:b4578b293c2be81adeceb66e9f43b7973be32e737c0229ced14b5d73a7ac24b8
generated: "2022-11-25T11:09:13.66816+05:30"

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 3.57.6
appVersion: 3.60.2
description: Universal component scan for security and license inventory and impact analysis
dependencies:
- name: xray
version: 103.57.6
version: 103.60.2
repository: https://charts.jfrog.io/
sources:
- https://bintray.com/jfrog/product/xray/view
@@ -17,4 +17,4 @@ maintainers:
- email: johnp@jfrog.com
name: John Peterson
name: openshift-xray
version: 103.57.6
version: 103.60.2

View File

@@ -11,13 +11,13 @@ xray:
url: "OVERRIDE"
user: "OVERRIDE"
password: "OVERRIDE"
initContainerImage: registry.connect.redhat.com/jfrog/init:7.41.13
initContainerImage: registry.connect.redhat.com/jfrog/init:7.46.11
common:
rabbitmq:
connectionConfigFromEnvironment: true
xrayUserId: "1000721035"
xrayGroupId: "1000721035"
xrayVersion: "3.57.6"
xrayVersion: "3.60.2"
customInitContainers: |
- name: "prepare-uid-persistent-volume"
image: "{{ .Values.initContainerImage }}"
@@ -71,7 +71,7 @@ xray:
registry: registry.connect.redhat.com
repository: jfrog/xray-router
imagePullPolicy: IfNotPresent
tag: 3.57.6
tag: 3.60.2
# RabbitMQ
## Configuration values for the rabbitmq dependency
@@ -85,7 +85,7 @@ xray:
image:
registry: registry.connect.redhat.com
repository: jfrog/xray-rabbitmq
tag: 3.57.6
tag: 3.60.2
podSecurityContext:
fsGroup: 1000721001