Skip to content

Commit

Permalink
Merge pull request #1 from puzzle/general
Browse files Browse the repository at this point in the history
remove external secret, update version
  • Loading branch information
schlapzz authored Jan 23, 2024
2 parents eec8461 + c973d3f commit 790a337
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 47 deletions.
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: 4.6.3
appVersion: 4.10.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.6.6
version: 1.7.0
icon: https://raw.githubusercontent.com/DependencyTrack/branding/master/dt-logo-black-text.svg
keywords:
- security
Expand Down
30 changes: 0 additions & 30 deletions templates/backend/external-secret.yaml

This file was deleted.

24 changes: 9 additions & 15 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aaaaaa# Default values for dependency-track.
# Default values for dependency-track.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
# Since dependency-track 4.0, there are now two separate images. One for frontend, one for the apiserver.
Expand All @@ -13,10 +13,10 @@ global:
frontend:
enabled: true
annotations: {}
replicaCount: 2
replicaCount: 1
image:
repository: dependencytrack/frontend
tag: 4.6.1
tag: 4.10.1
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.6.3
tag: 4.10.1
pullPolicy: IfNotPresent
env: []
persistentVolume:
Expand Down Expand Up @@ -170,19 +170,13 @@ ingress:

# -- configuration of postgres
postgresql:
enabled: true
auth:
postgresPassword: ""
username: deptrack
password: ""
database: deptrack
existingSecret: deptrack-postgresql
secretKeys:
adminPasswordKey: postgresql-postgres-password
userPasswordKey: postgresql-password

enabled: true
primary:
containerSecurityContext:
enabled: false
podSecurityContext:
enabled: false
# existingSecret: deptrack-postgresql
# secretKeys:
# adminPasswordKey: postgresql-postgres-password
# userPasswordKey: postgresql-password

0 comments on commit 790a337

Please sign in to comment.