mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 01:06:55 -06:00
Openshift Xray Helm chart 6.0.6
This commit is contained in:
@@ -60,7 +60,7 @@ then
|
|||||||
# HELM
|
# HELM
|
||||||
JFROGURL="http://artifactory-ha-nginx"
|
JFROGURL="http://artifactory-ha-nginx"
|
||||||
# OPERATOR
|
# OPERATOR
|
||||||
# JFROGURL="http://openshiftartifactoryha-nginx"
|
#JFROGURL="http://openshiftartifactoryha-nginx"
|
||||||
else
|
else
|
||||||
JFROGURL=$4
|
JFROGURL=$4
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -13,9 +13,24 @@ xray:
|
|||||||
url: "OVERRIDE"
|
url: "OVERRIDE"
|
||||||
user: "OVERRIDE"
|
user: "OVERRIDE"
|
||||||
password: "OVERRIDE"
|
password: "OVERRIDE"
|
||||||
|
initContainerImage: registry.connect.redhat.com/jfrog/init:1.0.1
|
||||||
common:
|
common:
|
||||||
xrayUserId: "1000721035"
|
xrayUserId: "1000721035"
|
||||||
xrayGroupId: "1000721035"
|
xrayGroupId: "1000721035"
|
||||||
|
customInitContainers: |
|
||||||
|
- name: "prepare-uid-persistent-volume"
|
||||||
|
image: "{{ .Values.initContainerImage }}"
|
||||||
|
imagePullPolicy: "{{ .Values.imagePullPolicy }}"
|
||||||
|
command:
|
||||||
|
- 'sh'
|
||||||
|
- '-c'
|
||||||
|
- >
|
||||||
|
chown -Rv {{ .Values.common.xrayUserId }}:{{ .Values.common.xrayGroupId }} {{ .Values.xray.persistence.mountPath }}
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 0
|
||||||
|
volumeMounts:
|
||||||
|
- mountPath: "{{ .Values.xray.persistence.mountPath }}"
|
||||||
|
name: data-volume
|
||||||
analysis:
|
analysis:
|
||||||
name: xray-analysis
|
name: xray-analysis
|
||||||
image:
|
image:
|
||||||
|
|||||||
Reference in New Issue
Block a user