Skip to content

Commit

Permalink
update to the latest docker images & bump helm chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Redno2 <[email protected]>
  • Loading branch information
redno2 committed Aug 23, 2023
1 parent 89a3b58 commit b8b94fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit b8b94fb

Please sign in to comment.