Updated changes for artifactory 7.27.9 & xray 3.35.0

This commit is contained in:
anupteal
2021-12-20 17:02:30 +05:30
parent 2a2fe0a67b
commit 53e15b90e4
16 changed files with 48 additions and 36 deletions

View File

@@ -11,13 +11,13 @@ xray:
url: "OVERRIDE"
user: "OVERRIDE"
password: "OVERRIDE"
initContainerImage: registry.connect.redhat.com/jfrog/init:7.27.3-1
initContainerImage: registry.connect.redhat.com/jfrog/init:7.27.9-1
common:
rabbitmq:
connectionConfigFromEnvironment: true
xrayUserId: "1000721035"
xrayGroupId: "1000721035"
xrayVersion: "3.33.3-1"
xrayVersion: "3.35.0-1"
customInitContainers: |
- name: "prepare-uid-persistent-volume"
image: "{{ .Values.initContainerImage }}"
@@ -71,7 +71,7 @@ xray:
registry: registry.connect.redhat.com
repository: jfrog/xray-router
imagePullPolicy: IfNotPresent
tag: 3.33.3-1
tag: 3.35.0-1
# RabbitMQ
## Configuration values for the rabbitmq dependency
@@ -85,7 +85,7 @@ xray:
image:
registry: registry.connect.redhat.com
repository: jfrog/xray-rabbitmq
tag: 3.33.3-1
tag: 3.35.0-1
podSecurityContext:
fsGroup: 1000721001