diff --git a/Openshift4/helm/openshift-xray/CHANGELOG.md b/Openshift4/helm/openshift-xray/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/Openshift4/helm/openshift-xray/Chart.yaml b/Openshift4/helm/openshift-xray/Chart.yaml old mode 100755 new mode 100644 diff --git a/Openshift4/helm/openshift-xray/README.md b/Openshift4/helm/openshift-xray/README.md old mode 100755 new mode 100644 diff --git a/Openshift4/helm/openshift-xray/helminstall.sh b/Openshift4/helm/openshift-xray/helminstall.sh old mode 100755 new mode 100644 diff --git a/Openshift4/helm/openshift-xray/helmupgrade.sh b/Openshift4/helm/openshift-xray/helmupgrade.sh old mode 100755 new mode 100644 diff --git a/Openshift4/helm/openshift-xray/values.yaml b/Openshift4/helm/openshift-xray/values.yaml old mode 100755 new mode 100644 index a724df8..54ac9d4 --- a/Openshift4/helm/openshift-xray/values.yaml +++ b/Openshift4/helm/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