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

@@ -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