Skip to content

Commit

Permalink
Merge pull request #15 from puzzle/service
Browse files Browse the repository at this point in the history
simplify service
  • Loading branch information
RetGal authored Jan 8, 2025
2 parents 658d975 + 921dd14 commit 9f824e5
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dependency-track

![Version: 1.8.4](https://img.shields.io/badge/Version-1.8.4-informational?style=flat-square) ![AppVersion: 4.12.2](https://img.shields.io/badge/AppVersion-4.12.2-informational?style=flat-square)
![Version: 1.8.5](https://img.shields.io/badge/Version-1.8.5-informational?style=flat-square) ![AppVersion: 4.12.2](https://img.shields.io/badge/AppVersion-4.12.2-informational?style=flat-square)

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.

Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.8.4
version: 1.8.5
icon: https://raw.githubusercontent.com/DependencyTrack/branding/master/dt-logo-black-text.svg
keywords:
- security
Expand Down
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dependency-track

![Version: 1.8.4](https://img.shields.io/badge/Version-1.8.4-informational?style=flat-square) ![AppVersion: 4.12.2](https://img.shields.io/badge/AppVersion-4.12.2-informational?style=flat-square)
![Version: 1.8.5](https://img.shields.io/badge/Version-1.8.5-informational?style=flat-square) ![AppVersion: 4.12.2](https://img.shields.io/badge/AppVersion-4.12.2-informational?style=flat-square)

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.

Expand Down
4 changes: 0 additions & 4 deletions chart/templates/backend/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ spec:
ports:
- port: {{ .Values.apiserver.service.port }}
targetPort: api
{{- if ((.Values.apiserver).serviceMonitor).create }}
- port: 8080
targetPort: metrics
{{- end }}
selector: {{- include "backend.labels.matchLabels" . | nindent 4 }}
2 changes: 1 addition & 1 deletion chart/templates/backend/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
endpoints:
- interval: 30s
port: metrics
port: api
scheme: http
path: /metrics
namespaceSelector:
Expand Down

0 comments on commit 9f824e5

Please sign in to comment.