Skip to content

Commit

Permalink
Bump frontend to 4.4.0, apiserver to 4.4.1, new chart version (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Otterian authored Feb 21, 2022
1 parent 980e072 commit 814390d
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.3.6
appVersion: 4.4.0
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.2.0
version: 1.3.0
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 @@ -15,7 +15,7 @@ frontend:
replicaCount: 2
image:
repository: dependencytrack/frontend
tag: 4.3.1
tag: 4.4.0
pullPolicy: IfNotPresent
# https://github.com/DependencyTrack/frontend/issues/60
# configmap:
Expand Down Expand Up @@ -93,7 +93,7 @@ apiserver:
replicaCount: 1
image:
repository: dependencytrack/apiserver
tag: 4.3.6
tag: 4.4.1
pullPolicy: IfNotPresent
env: []
persistentVolume:
Expand Down

0 comments on commit 814390d

Please sign in to comment.