From fc8bfb506751e2929aaf8181bf014fdfeec506ba Mon Sep 17 00:00:00 2001 From: Aayush-sood94 Date: Wed, 3 Feb 2021 21:56:19 +0530 Subject: [PATCH] updated xray version --- .../xray-operator/helm-charts/openshift-xray/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Openshift4/operator/xray-operator/helm-charts/openshift-xray/values.yaml b/Openshift4/operator/xray-operator/helm-charts/openshift-xray/values.yaml index a724df8..54ac9d4 100755 --- a/Openshift4/operator/xray-operator/helm-charts/openshift-xray/values.yaml +++ b/Openshift4/operator/xray-operator/helm-charts/openshift-xray/values.yaml @@ -15,7 +15,7 @@ xray: common: xrayUserId: "1000721035" xrayGroupId: "1000721035" - xrayVersion: "3.15.1-1" + xrayVersion: "3.16.0-1" customInitContainers: | - name: "prepare-uid-persistent-volume" image: "{{ .Values.initContainerImage }}" @@ -69,13 +69,13 @@ xray: registry: registry.connect.redhat.com repository: jfrog/xray-router imagePullPolicy: IfNotPresent - tag: 3.15.1-1 + tag: 3.16.0-1 rabbitmq-ha: enabled: true replicaCount: 1 image: repository: registry.connect.redhat.com/jfrog/xray-rabbitmq - tag: 3.15.1-1 + tag: 3.16.0-1 rabbitmqEpmdPort: 4369 rabbitmqNodePort: 5672 rabbitmqManagerPort: 15672