mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 11:06:56 -06:00
Updated xray version to 3.17.2 & chart version to 6.11.0
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# JFrog Openshift Xray Chart Changelog
|
# JFrog Openshift 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.
|
||||||
|
|
||||||
|
## [1.1.8] Feb 9nd, 2021
|
||||||
|
* Deploying JFrog Xray 3.17.2 as an Operator into Openshift
|
||||||
|
|
||||||
## [1.1.7] Feb 3nd, 2021
|
## [1.1.7] Feb 3nd, 2021
|
||||||
* Deploying JFrog Xray 3.16.0 as an Operator into Openshift
|
* Deploying JFrog Xray 3.16.0 as an Operator into Openshift
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||||||
|
kind: CustomResourceDefinition
|
||||||
|
metadata:
|
||||||
|
creationTimestamp: null
|
||||||
|
name: openshiftxrays.charts.helm.k8s.io
|
||||||
|
spec:
|
||||||
|
group: charts.helm.k8s.io
|
||||||
|
names:
|
||||||
|
kind: OpenshiftXray
|
||||||
|
listKind: OpenshiftXrayList
|
||||||
|
plural: openshiftxrays
|
||||||
|
singular: openshiftxray
|
||||||
|
scope: Namespaced
|
||||||
|
subresources:
|
||||||
|
status: {}
|
||||||
|
validation:
|
||||||
|
openAPIV3Schema:
|
||||||
|
type: object
|
||||||
|
version: v1alpha1
|
||||||
|
versions:
|
||||||
|
- name: v1alpha1
|
||||||
|
served: true
|
||||||
|
storage: true
|
||||||
|
status:
|
||||||
|
acceptedNames:
|
||||||
|
kind: ''
|
||||||
|
plural: ''
|
||||||
|
conditions: null
|
||||||
|
storedVersions: null
|
||||||
File diff suppressed because one or more lines are too long
12
Openshift4/operator/xray-operator/bundle/1.1.8/metadata/annotations.yaml
Executable file
12
Openshift4/operator/xray-operator/bundle/1.1.8/metadata/annotations.yaml
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
annotations:
|
||||||
|
operators.operatorframework.io.bundle.channel.default.v1: alpha
|
||||||
|
operators.operatorframework.io.bundle.channels.v1: alpha
|
||||||
|
operators.operatorframework.io.bundle.manifests.v1: manifests/
|
||||||
|
operators.operatorframework.io.bundle.mediatype.v1: registry+v1
|
||||||
|
operators.operatorframework.io.bundle.metadata.v1: metadata/
|
||||||
|
operators.operatorframework.io.bundle.package.v1: openshiftxray-operator
|
||||||
|
operators.operatorframework.io.metrics.builder: operator-sdk-v1.3.0
|
||||||
|
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1
|
||||||
|
operators.operatorframework.io.metrics.project_layout: helm.sdk.operatorframework.io/v1
|
||||||
|
operators.operatorframework.io.test.config.v1: tests/scorecard/
|
||||||
|
operators.operatorframework.io.test.mediatype.v1: scorecard+v1
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
channels:
|
||||||
|
- currentCSV: xray-operator.v1.1.8
|
||||||
|
name: alpha
|
||||||
|
defaultChannel: ''
|
||||||
|
packageName: openshiftxray-operator
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
FROM scratch
|
||||||
|
|
||||||
|
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
|
||||||
|
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
|
||||||
|
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
|
||||||
|
LABEL operators.operatorframework.io.bundle.package.v1=openshiftxray-operator
|
||||||
|
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
|
||||||
|
LABEL operators.operatorframework.io.bundle.channel.default.v1=alpha
|
||||||
|
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.3.0
|
||||||
|
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
|
||||||
|
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
|
||||||
|
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
|
||||||
|
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
|
||||||
|
|
||||||
|
COPY 1.1.8/manifests /manifests/
|
||||||
|
COPY 1.1.8/metadata /metadata/
|
||||||
|
LABEL com.redhat.openshift.versions="v4.5,v4.6"
|
||||||
|
LABEL com.redhat.delivery.operator.bundle=true
|
||||||
|
LABEL com.redhat.delivery.backport=true
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: 3.16.0
|
appVersion: 3.17.2
|
||||||
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: 6.10.0
|
version: 6.11.0
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: xray
|
- name: xray
|
||||||
repository: https://charts.jfrog.io/
|
repository: https://charts.jfrog.io/
|
||||||
version: 6.10.0
|
version: 6.11.0
|
||||||
digest: sha256:f35c5c16ba304a670af922a378888e2cb25f10a1a9dcbb1862faa53d584349af
|
digest: sha256:530e29da73ee1cfc359efd0e4ed5e650e8385d7ef1af539b7806d096edde663f
|
||||||
generated: "2021-02-03T17:55:09.2063304+05:30"
|
generated: "2021-02-09T22:26:16.4327484+05:30"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: xray
|
- name: xray
|
||||||
version: 6.10.0
|
version: 6.11.0
|
||||||
repository: https://charts.jfrog.io/
|
repository: https://charts.jfrog.io/
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ xray:
|
|||||||
common:
|
common:
|
||||||
xrayUserId: "1000721035"
|
xrayUserId: "1000721035"
|
||||||
xrayGroupId: "1000721035"
|
xrayGroupId: "1000721035"
|
||||||
xrayVersion: "3.16.0-1"
|
xrayVersion: "3.17.2-1"
|
||||||
customInitContainers: |
|
customInitContainers: |
|
||||||
- name: "prepare-uid-persistent-volume"
|
- name: "prepare-uid-persistent-volume"
|
||||||
image: "{{ .Values.initContainerImage }}"
|
image: "{{ .Values.initContainerImage }}"
|
||||||
@@ -69,13 +69,13 @@ xray:
|
|||||||
registry: registry.connect.redhat.com
|
registry: registry.connect.redhat.com
|
||||||
repository: jfrog/xray-router
|
repository: jfrog/xray-router
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
tag: 3.16.0-1
|
tag: 3.17.2-1
|
||||||
rabbitmq-ha:
|
rabbitmq-ha:
|
||||||
enabled: true
|
enabled: true
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.connect.redhat.com/jfrog/xray-rabbitmq
|
repository: registry.connect.redhat.com/jfrog/xray-rabbitmq
|
||||||
tag: 3.16.0-1
|
tag: 3.17.2-1
|
||||||
rabbitmqEpmdPort: 4369
|
rabbitmqEpmdPort: 4369
|
||||||
rabbitmqNodePort: 5672
|
rabbitmqNodePort: 5672
|
||||||
rabbitmqManagerPort: 15672
|
rabbitmqManagerPort: 15672
|
||||||
|
|||||||
Reference in New Issue
Block a user