mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 16:06:57 -06:00
Openshift Xray Helm and relocated to helm or operator folder
This commit is contained in:
@@ -871,14 +871,15 @@ pipelines:
|
|||||||
# registry: registry.connect.redhat.com
|
# registry: registry.connect.redhat.com
|
||||||
# repository: jfrog/xray-rabbitmq
|
# repository: jfrog/xray-rabbitmq
|
||||||
# tag: 3.8.6
|
# tag: 3.8.6
|
||||||
#image:
|
image:
|
||||||
# registry: quay.io
|
registry: quay.io
|
||||||
# repository: jfrog/rabbitmq
|
repository: jfrog/rabbitmq
|
||||||
# tag: 3.8.3
|
tag: 3.9.1
|
||||||
|
|
||||||
|
# DO NOT CHANGE CUSTOM INIT USER
|
||||||
rabbitmq:
|
rabbitmq:
|
||||||
username: admin
|
username: user
|
||||||
password: ""
|
password: bitnami
|
||||||
|
|
||||||
## Erlang cookie to determine whether different nodes are allowed to communicate with each other
|
## Erlang cookie to determine whether different nodes are allowed to communicate with each other
|
||||||
erlangCookie: PIPELINESRABBITMQCLUSTER
|
erlangCookie: PIPELINESRABBITMQCLUSTER
|
||||||
3
Openshift4/xray-operator/helm-charts/openshift-xray/CHANGELOG.md → Openshift4/helm/openshift-xray/CHANGELOG.md
Normal file → Executable file
3
Openshift4/xray-operator/helm-charts/openshift-xray/CHANGELOG.md → Openshift4/helm/openshift-xray/CHANGELOG.md
Normal file → Executable file
@@ -1,6 +1,9 @@
|
|||||||
# JFrog Openshift Artifactory-Xray Chart Changelog
|
# JFrog Openshift Artifactory-Xray Chart Changelog
|
||||||
All changes to this chart will be documented in this file.
|
All changes to this chart will be documented in this file.
|
||||||
|
|
||||||
|
## [6.0.6] Oct 1st, 2020
|
||||||
|
* Updating to Xray chart version 6.0.6 and Xray app version 3.8.8
|
||||||
|
|
||||||
## [4.2.0] Aug 17, 2020
|
## [4.2.0] Aug 17, 2020
|
||||||
* Updating to Xray chart version 4.2.0 and Xray app version 3.8.0
|
* Updating to Xray chart version 4.2.0 and Xray app version 3.8.0
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.8.0
|
appVersion: 3.8.8
|
||||||
description: Universal component scan for security and license inventory and impact analysis
|
description: Universal component scan for security and license inventory and impact analysis
|
||||||
sources:
|
sources:
|
||||||
- https://bintray.com/jfrog/product/xray/view
|
- https://bintray.com/jfrog/product/xray/view
|
||||||
@@ -13,4 +13,4 @@ maintainers:
|
|||||||
- email: johnp@jfrog.com
|
- email: johnp@jfrog.com
|
||||||
name: John Peterson
|
name: John Peterson
|
||||||
name: openshift-xray
|
name: openshift-xray
|
||||||
version: 4.2.0
|
version: 6.0.6
|
||||||
9
Openshift4/xray-operator/helm-charts/openshift-xray/helminstall.sh → Openshift4/helm/openshift-xray/helminstall.sh
Normal file → Executable file
9
Openshift4/xray-operator/helm-charts/openshift-xray/helminstall.sh → Openshift4/helm/openshift-xray/helminstall.sh
Normal file → Executable file
@@ -57,7 +57,10 @@ fi
|
|||||||
JFROGURL=""
|
JFROGURL=""
|
||||||
if [[ -z "$4" ]]
|
if [[ -z "$4" ]]
|
||||||
then
|
then
|
||||||
JFROGURL="http://openshiftartifactoryha-nginx"
|
# HELM
|
||||||
|
JFROGURL="http://artifactory-ha-nginx"
|
||||||
|
# OPERATOR
|
||||||
|
# JFROGURL="http://openshiftartifactoryha-nginx"
|
||||||
else
|
else
|
||||||
JFROGURL=$4
|
JFROGURL=$4
|
||||||
fi
|
fi
|
||||||
@@ -68,4 +71,6 @@ helm install xray . \
|
|||||||
--set xray.database.url=$DBURL \
|
--set xray.database.url=$DBURL \
|
||||||
--set xray.database.user=$DBUSER \
|
--set xray.database.user=$DBUSER \
|
||||||
--set xray.database.password=$DBPASS \
|
--set xray.database.password=$DBPASS \
|
||||||
--set xray.xray.jfrogUrl=$JFROGURL
|
--set xray.xray.jfrogUrl=$JFROGURL \
|
||||||
|
--set xray.xray.joinKey=EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE \
|
||||||
|
--set xray.xray.masterKey=FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
||||||
@@ -16,10 +16,10 @@ spec:
|
|||||||
app: rabbitmq
|
app: rabbitmq
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: quay.io/jfrog/xray-rabbitmq-rh:3.8.0
|
- image: registry.connect.redhat.com/jfrog/xray-rabbitmq:3.8.9
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
name: xray-rabbitmq
|
name: xray-rabbitmq
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 4369
|
- containerPort: 4369
|
||||||
- containerPort: 5672
|
- containerPort: 5672
|
||||||
- containerPort: 25672
|
- containerPort: 15672
|
||||||
@@ -8,17 +8,17 @@ spec:
|
|||||||
selector:
|
selector:
|
||||||
app: rabbitmq
|
app: rabbitmq
|
||||||
ports:
|
ports:
|
||||||
- name: port1
|
- name: epmd
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 4369
|
port: 4369
|
||||||
targetPort: 4369
|
targetPort: 4369
|
||||||
- name: port3
|
- name: ampq
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 5672
|
port: 5672
|
||||||
targetPort: 5672
|
targetPort: 5672
|
||||||
- name: port4
|
- name: management
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 25672
|
port: 15672
|
||||||
targetPort: 25672
|
targetPort: 25672
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
||||||
6
Openshift4/helm/openshift-xray/requirements.lock
Normal file
6
Openshift4/helm/openshift-xray/requirements.lock
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
dependencies:
|
||||||
|
- name: xray
|
||||||
|
repository: https://charts.jfrog.io/
|
||||||
|
version: 6.0.6
|
||||||
|
digest: sha256:339b5ec4e309ce2970ed34ebc700d6fe8f436d6cbe8dd5d352f0b080401752af
|
||||||
|
generated: "2020-10-01T15:04:29.008985-07:00"
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: xray
|
- name: xray
|
||||||
version: 4.2.0
|
version: 6.0.6
|
||||||
repository: https://charts.jfrog.io/
|
repository: https://charts.jfrog.io/
|
||||||
101
Openshift4/helm/openshift-xray/values.yaml
Executable file
101
Openshift4/helm/openshift-xray/values.yaml
Executable file
@@ -0,0 +1,101 @@
|
|||||||
|
# Openshift Jfrog Xray
|
||||||
|
xray:
|
||||||
|
unifiedUpgradeAllowed: true
|
||||||
|
replicaCount: 1
|
||||||
|
xray:
|
||||||
|
masterKey: "OVERRIDE"
|
||||||
|
joinKey: "OVERRIDE"
|
||||||
|
consoleLog: false
|
||||||
|
jfrogUrl: "OVERRIDE"
|
||||||
|
postgresql:
|
||||||
|
enabled: false
|
||||||
|
database:
|
||||||
|
url: "OVERRIDE"
|
||||||
|
user: "OVERRIDE"
|
||||||
|
password: "OVERRIDE"
|
||||||
|
common:
|
||||||
|
xrayUserId: "1000721035"
|
||||||
|
xrayGroupId: "1000721035"
|
||||||
|
analysis:
|
||||||
|
name: xray-analysis
|
||||||
|
image:
|
||||||
|
registry: registry.connect.redhat.com
|
||||||
|
repository: jfrog/xray-analysis
|
||||||
|
tag: 3.8.8
|
||||||
|
updateStrategy: RollingUpdate
|
||||||
|
podManagementPolicy: Parallel
|
||||||
|
preStartCommand:
|
||||||
|
indexer:
|
||||||
|
name: xray-indexer
|
||||||
|
image:
|
||||||
|
registry: registry.connect.redhat.com
|
||||||
|
repository: jfrog/xray-indexer
|
||||||
|
tag: 3.8.8
|
||||||
|
updateStrategy: RollingUpdate
|
||||||
|
podManagementPolicy: Parallel
|
||||||
|
persist:
|
||||||
|
name: xray-persist
|
||||||
|
image:
|
||||||
|
registry: registry.connect.redhat.com
|
||||||
|
repository: jfrog/xray-persist
|
||||||
|
tag: 3.8.8
|
||||||
|
updateStrategy: RollingUpdate
|
||||||
|
podManagementPolicy: Parallel
|
||||||
|
persistence:
|
||||||
|
size: 10Gi
|
||||||
|
preStartCommand:
|
||||||
|
server:
|
||||||
|
name: xray-server
|
||||||
|
image:
|
||||||
|
registry: registry.connect.redhat.com
|
||||||
|
repository: jfrog/xray-server
|
||||||
|
tag: 3.8.8
|
||||||
|
updateStrategy: RollingUpdate
|
||||||
|
podManagementPolicy: Parallel
|
||||||
|
replicaCount: 1
|
||||||
|
router:
|
||||||
|
name: router
|
||||||
|
image:
|
||||||
|
registry: registry.connect.redhat.com
|
||||||
|
repository: jfrog/xray-router
|
||||||
|
tag: 1.4.3
|
||||||
|
imagePullPolicy: IfNotPresent
|
||||||
|
rabbitmq-ha:
|
||||||
|
enabled: true
|
||||||
|
replicaCount: 1
|
||||||
|
image:
|
||||||
|
repository: registry.connect.redhat.com/jfrog/xray-rabbitmq
|
||||||
|
tag: 3.8.9
|
||||||
|
rabbitmqEpmdPort: 4369
|
||||||
|
rabbitmqNodePort: 5672
|
||||||
|
rabbitmqManagerPort: 15672
|
||||||
|
rabbitmqUsername: guest
|
||||||
|
rabbitmqPassword: guest
|
||||||
|
managementUsername: management
|
||||||
|
managementPassword: management
|
||||||
|
initContainer:
|
||||||
|
enabled: false
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 1000721035
|
||||||
|
runAsUser: 1000721035
|
||||||
|
runAsGroup: 1000721035
|
||||||
|
livenessProbe:
|
||||||
|
initialDelaySeconds: 120
|
||||||
|
periodSeconds: 10
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 6
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
- -c
|
||||||
|
- 'rabbitmqctl status'
|
||||||
|
readinessProbe:
|
||||||
|
initialDelaySeconds: 20
|
||||||
|
periodSeconds: 5
|
||||||
|
timeoutSeconds: 3
|
||||||
|
failureThreshold: 6
|
||||||
|
exec:
|
||||||
|
command:
|
||||||
|
- /bin/sh
|
||||||
|
- -c
|
||||||
|
- 'rabbitmqctl status'
|
||||||
@@ -1,78 +0,0 @@
|
|||||||
# Openshift Jfrog Xray
|
|
||||||
xray:
|
|
||||||
unifiedUpgradeAllowed: true
|
|
||||||
replicaCount: 1
|
|
||||||
xray:
|
|
||||||
masterKey: FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
|
|
||||||
joinKey: EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
|
|
||||||
consoleLog: false
|
|
||||||
jfrogUrl: "OVERRIDE"
|
|
||||||
postgresql:
|
|
||||||
enabled: false
|
|
||||||
database:
|
|
||||||
url: "OVERRIDE"
|
|
||||||
user: "OVERRIDE"
|
|
||||||
password: "OVERRIDE"
|
|
||||||
rabbitmq-ha:
|
|
||||||
enabled: true
|
|
||||||
replicaCount: 1
|
|
||||||
image:
|
|
||||||
tag: 3.7.21-alpine
|
|
||||||
rabbitmqUsername: guest
|
|
||||||
rabbitmqPassword: ""
|
|
||||||
persistentVolume:
|
|
||||||
enabled: true
|
|
||||||
size: 20Gi
|
|
||||||
rbac:
|
|
||||||
create: true
|
|
||||||
preStartCommand:
|
|
||||||
global:
|
|
||||||
postgresqlTlsSecret:
|
|
||||||
analysis:
|
|
||||||
name: xray-analysis
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-analysis
|
|
||||||
version: 3.6.2
|
|
||||||
updateStrategy: RollingUpdate
|
|
||||||
podManagementPolicy: Parallel
|
|
||||||
preStartCommand:
|
|
||||||
indexer:
|
|
||||||
name: xray-indexer
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-indexer
|
|
||||||
version: 3.6.2
|
|
||||||
updateStrategy: RollingUpdate
|
|
||||||
podManagementPolicy: Parallel
|
|
||||||
persist:
|
|
||||||
name: xray-persist
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-persist
|
|
||||||
version: 3.6.2
|
|
||||||
updateStrategy: RollingUpdate
|
|
||||||
podManagementPolicy: Parallel
|
|
||||||
persistence:
|
|
||||||
size: 10Gi
|
|
||||||
preStartCommand:
|
|
||||||
server:
|
|
||||||
name: xray-server
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-server
|
|
||||||
version: 3.6.2
|
|
||||||
updateStrategy: RollingUpdate
|
|
||||||
podManagementPolicy: Parallel
|
|
||||||
replicaCount: 1
|
|
||||||
router:
|
|
||||||
name: router
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-router
|
|
||||||
version: 1.4.2
|
|
||||||
imagePullPolicy: IfNotPresent
|
|
||||||
rabbitmq-ha:
|
|
||||||
enabled: true
|
|
||||||
replicaCount: 1
|
|
||||||
image:
|
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-rabbitmq
|
|
||||||
tag: 3.8.0
|
|
||||||
rabbitmqEpmdPort: 4369
|
|
||||||
rabbitmqNodePort: 5672
|
|
||||||
rabbitmqManagerPort: 15672
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user