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

[Dependency Track] Update to 4.8.2 #246

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6.3
appVersion: 4.8.2
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.5.5
version: 1.5.6
icon: https://raw.githubusercontent.com/DependencyTrack/branding/master/dt-logo-black-text.svg
keywords:
- security
Expand Down
4 changes: 2 additions & 2 deletions charts/dependency-track/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ frontend:
replicaCount: 2
image:
repository: dependencytrack/frontend
tag: 4.6.1
tag: 4.8.1
pullPolicy: IfNotPresent
# https://github.com/DependencyTrack/frontend/issues/60
# configmap:
Expand Down Expand Up @@ -95,7 +95,7 @@ apiserver:
replicaCount: 1
image:
repository: dependencytrack/apiserver
tag: 4.6.3
tag: 4.8.2
pullPolicy: IfNotPresent
env: []
persistentVolume:
Expand Down
Loading