updated xray version

This commit is contained in:
Aayush-sood94
2021-02-03 22:17:48 +05:30
parent 1a21169f69
commit 2c29cb4049
6 changed files with 3 additions and 3 deletions

0
Openshift4/helm/openshift-xray/CHANGELOG.md Executable file → Normal file
View File

0
Openshift4/helm/openshift-xray/Chart.yaml Executable file → Normal file
View File

0
Openshift4/helm/openshift-xray/README.md Executable file → Normal file
View File

0
Openshift4/helm/openshift-xray/helminstall.sh Executable file → Normal file
View File

0
Openshift4/helm/openshift-xray/helmupgrade.sh Executable file → Normal file
View File

6
Openshift4/helm/openshift-xray/values.yaml Executable file → Normal file
View File

@@ -15,7 +15,7 @@ xray:
common: common:
xrayUserId: "1000721035" xrayUserId: "1000721035"
xrayGroupId: "1000721035" xrayGroupId: "1000721035"
xrayVersion: "3.15.1-1" xrayVersion: "3.16.0-1"
customInitContainers: | customInitContainers: |
- name: "prepare-uid-persistent-volume" - name: "prepare-uid-persistent-volume"
image: "{{ .Values.initContainerImage }}" image: "{{ .Values.initContainerImage }}"
@@ -69,13 +69,13 @@ xray:
registry: registry.connect.redhat.com registry: registry.connect.redhat.com
repository: jfrog/xray-router repository: jfrog/xray-router
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
tag: 3.15.1-1 tag: 3.16.0-1
rabbitmq-ha: rabbitmq-ha:
enabled: true enabled: true
replicaCount: 1 replicaCount: 1
image: image:
repository: registry.connect.redhat.com/jfrog/xray-rabbitmq repository: registry.connect.redhat.com/jfrog/xray-rabbitmq
tag: 3.15.1-1 tag: 3.16.0-1
rabbitmqEpmdPort: 4369 rabbitmqEpmdPort: 4369
rabbitmqNodePort: 5672 rabbitmqNodePort: 5672
rabbitmqManagerPort: 15672 rabbitmqManagerPort: 15672