Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenShift Compatibility #63

Closed
wants to merge 15 commits into from
Next Next commit
Upgrade dependency-track (#61)
Signed-off-by: Matt Colman <namloc2001@yahoo.co.uk>
davidkarlsen authored and namloc2001 committed Mar 30, 2021
commit b10d5e26e836ffbbe2947031a81c3b6b693cd64d
4 changes: 2 additions & 2 deletions charts/dependency-track/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: 4.2.0
appVersion: 4.2.1
description: |
Dependency-Track is an intelligent Software Supply Chain Component Analysis platform that allows organizations to identify and reduce risk from the use of third-party and open source components. Dependency-Track takes a unique and highly beneficial approach by leveraging the capabilities of Software Bill-of-Materials (SBOM). This approach provides capabilities that traditional Software Composition Analysis (SCA) solutions cannot achieve.
name: dependency-track
home: https://dependencytrack.org/
version: 1.0.3
version: 1.0.4
icon: https://raw.githubusercontent.com/DependencyTrack/branding/master/dt-logo-black-text.svg
keywords:
- security
2 changes: 1 addition & 1 deletion charts/dependency-track/values.yaml
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@ apiserver:
replicaCount: 1
image:
repository: dependencytrack/apiserver
tag: 4.2.0
tag: 4.2.1
imagePullSecrets: []
pullPolicy: IfNotPresent
env: []