mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 02:06:56 -06:00
Updated new artifactory and xray version for openshift
This commit is contained in:
@@ -11,13 +11,13 @@ xray:
|
||||
url: "OVERRIDE"
|
||||
user: "OVERRIDE"
|
||||
password: "OVERRIDE"
|
||||
initContainerImage: registry.connect.redhat.com/jfrog/init:7.27.9-1
|
||||
initContainerImage: registry.connect.redhat.com/jfrog/init:7.33.12-1
|
||||
common:
|
||||
rabbitmq:
|
||||
connectionConfigFromEnvironment: true
|
||||
xrayUserId: "1000721035"
|
||||
xrayGroupId: "1000721035"
|
||||
xrayVersion: "3.35.0-1"
|
||||
xrayVersion: "3.43.1-2"
|
||||
customInitContainers: |
|
||||
- name: "prepare-uid-persistent-volume"
|
||||
image: "{{ .Values.initContainerImage }}"
|
||||
@@ -71,8 +71,8 @@ xray:
|
||||
registry: registry.connect.redhat.com
|
||||
repository: jfrog/xray-router
|
||||
imagePullPolicy: IfNotPresent
|
||||
tag: 3.35.0-1
|
||||
|
||||
tag: 3.43.1-2
|
||||
|
||||
# RabbitMQ
|
||||
## Configuration values for the rabbitmq dependency
|
||||
## ref: https://github.com/bitnami/charts/blob/master/bitnami/rabbitmq/README.md
|
||||
@@ -81,17 +81,16 @@ xray:
|
||||
replicaCount: 1
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
image:
|
||||
|
||||
image:
|
||||
registry: registry.connect.redhat.com
|
||||
repository: jfrog/xray-rabbitmq
|
||||
tag: 3.35.0-1
|
||||
tag: 3.43.1-2
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 1000721001
|
||||
runAsUser: 1000721001
|
||||
|
||||
|
||||
|
||||
auth:
|
||||
username: xray
|
||||
password: xray
|
||||
@@ -103,7 +102,7 @@ xray:
|
||||
## Enable encryption to rabbitmq
|
||||
## ref: https://www.rabbitmq.com/ssl.html
|
||||
##
|
||||
|
||||
|
||||
tls:
|
||||
enabled: false
|
||||
failIfNoPeerCert: true
|
||||
@@ -111,9 +110,6 @@ xray:
|
||||
#caCertificate: |-
|
||||
#serverCertificate: |-
|
||||
#serverKey: |-
|
||||
|
||||
|
||||
|
||||
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 120
|
||||
@@ -124,7 +120,7 @@ xray:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- 'rabbitmqctl status'
|
||||
- "rabbitmqctl status"
|
||||
readinessProbe:
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 5
|
||||
@@ -134,4 +130,4 @@ xray:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- 'rabbitmqctl status'
|
||||
- "rabbitmqctl status"
|
||||
|
||||
Reference in New Issue
Block a user