mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
updated xray version
This commit is contained in:
0
Openshift4/helm/openshift-xray/CHANGELOG.md
Executable file → Normal file
0
Openshift4/helm/openshift-xray/CHANGELOG.md
Executable file → Normal file
0
Openshift4/helm/openshift-xray/Chart.yaml
Executable file → Normal file
0
Openshift4/helm/openshift-xray/Chart.yaml
Executable file → Normal file
0
Openshift4/helm/openshift-xray/README.md
Executable file → Normal file
0
Openshift4/helm/openshift-xray/README.md
Executable file → Normal file
0
Openshift4/helm/openshift-xray/helminstall.sh
Executable file → Normal file
0
Openshift4/helm/openshift-xray/helminstall.sh
Executable file → Normal file
0
Openshift4/helm/openshift-xray/helmupgrade.sh
Executable file → Normal file
0
Openshift4/helm/openshift-xray/helmupgrade.sh
Executable file → Normal file
6
Openshift4/helm/openshift-xray/values.yaml
Executable file → Normal file
6
Openshift4/helm/openshift-xray/values.yaml
Executable file → Normal 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
|
||||||
|
|||||||
Reference in New Issue
Block a user