mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 03:06:57 -06:00
Updated the RT 7.46.11 and Xray 3.60.2 versions for Openshift (#250)
* Changes in RT version 7.46.11 and Xray version 3.60.2 * Changes in RT and Xray versions 7.46.11 and 3.60.2
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# JFrog Openshift Artifactory-Xray Chart Changelog
|
||||
All changes to this chart will be documented in this file.
|
||||
|
||||
## [103.60.2] Nov25, 2022
|
||||
* Updating to Xray chart version 103.60.2 and Xray app version 3.60.2
|
||||
|
||||
## [103.57.6] Oct03, 2022
|
||||
* Updating to Xray chart version 103.57.6 and Xray app version 3.57.6
|
||||
|
||||
## [103.43.1] Mar 1, 2022
|
||||
* Updating to Xray chart version 103.43.1 and Xray app version 3.43.1
|
||||
|
||||
## [103.35.0] Dec 12, 2021
|
||||
* Updating to Xray chart version 103.35.0 and Xray app version 3.35.0
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: xray
|
||||
repository: https://charts.jfrog.io/
|
||||
version: 103.57.6
|
||||
digest: sha256:f925aa2d8a335a656c86364d2b2deeb67c56959440294a50780be7b06c37a11c
|
||||
generated: "2022-09-30T10:32:23.619114+05:30"
|
||||
version: 103.60.2
|
||||
digest: sha256:b4578b293c2be81adeceb66e9f43b7973be32e737c0229ced14b5d73a7ac24b8
|
||||
generated: "2022-11-25T11:09:13.66816+05:30"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: 3.57.6
|
||||
appVersion: 3.60.2
|
||||
description: Universal component scan for security and license inventory and impact analysis
|
||||
dependencies:
|
||||
- name: xray
|
||||
version: 103.57.6
|
||||
version: 103.60.2
|
||||
repository: https://charts.jfrog.io/
|
||||
sources:
|
||||
- https://bintray.com/jfrog/product/xray/view
|
||||
@@ -17,4 +17,4 @@ maintainers:
|
||||
- email: johnp@jfrog.com
|
||||
name: John Peterson
|
||||
name: openshift-xray
|
||||
version: 103.57.6
|
||||
version: 103.60.2
|
||||
|
||||
@@ -11,13 +11,13 @@ xray:
|
||||
url: "OVERRIDE"
|
||||
user: "OVERRIDE"
|
||||
password: "OVERRIDE"
|
||||
initContainerImage: registry.connect.redhat.com/jfrog/init:7.41.13
|
||||
initContainerImage: registry.connect.redhat.com/jfrog/init:7.46.11
|
||||
common:
|
||||
rabbitmq:
|
||||
connectionConfigFromEnvironment: true
|
||||
xrayUserId: "1000721035"
|
||||
xrayGroupId: "1000721035"
|
||||
xrayVersion: "3.57.6"
|
||||
xrayVersion: "3.60.2"
|
||||
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.57.6
|
||||
tag: 3.60.2
|
||||
|
||||
# RabbitMQ
|
||||
## Configuration values for the rabbitmq dependency
|
||||
@@ -85,7 +85,7 @@ xray:
|
||||
image:
|
||||
registry: registry.connect.redhat.com
|
||||
repository: jfrog/xray-rabbitmq
|
||||
tag: 3.57.6
|
||||
tag: 3.60.2
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 1000721001
|
||||
|
||||
Reference in New Issue
Block a user