Skip to content

Add Dependency Track 4.11.7 #422

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

Merged
merged 1 commit into from
Sep 23, 2024
Merged
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
211 changes: 211 additions & 0 deletions repo/packages/dependency-track.packages.kadras.io/4.11.7.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: Package
metadata:
creationTimestamp: null
name: dependency-track.packages.kadras.io.4.11.7
spec:
licenses:
- Apache 2.0
refName: dependency-track.packages.kadras.io
releaseNotes: https://github.com/kadras-io/package-for-dependency-track/releases
releasedAt: "2024-09-23T19:54:51Z"
template:
spec:
deploy:
- kapp: {}
fetch:
- imgpkgBundle:
image: ghcr.io/kadras-io/package-for-dependency-track@sha256:143d73b7a7af4a9e55addb7ae816620e5baaaeaf46c7e157795bc6b6ce5cd6a6
template:
- ytt:
paths:
- config
- kbld:
paths:
- '-'
- .imgpkg/images.yml
valuesSchema:
openAPIv3:
additionalProperties: false
properties:
api_server:
additionalProperties: false
description: Settings for the API Server component.
properties:
logging:
additionalProperties: false
description: Settings for logging.
properties:
format:
default: console
description: 'Log encoding format. Options: `console`, `json`.'
enum:
- console
- json
type: string
level:
default: info
description: 'Log verbosity level. Options: `trace`, `debug`, `info`,
`warn`, `error`.'
enum:
- trace
- debug
- info
- warn
- error
type: string
type: object
metrics:
additionalProperties: false
description: Settings for metrics.
properties:
enabled:
default: true
description: Whether to enable the generation of Prometheus metrics.
type: boolean
type: object
resources:
additionalProperties: false
description: Resource configuration for the API Server component.
properties:
limits:
additionalProperties: false
properties:
cpu:
default: "4"
description: CPU limits configuration for the API Server component.
type: string
memory:
default: 5Gi
description: Memory limits configuration for the API Server
component.
type: string
type: object
requests:
additionalProperties: false
properties:
cpu:
default: "0.5"
description: CPU requests configuration for the API Server component.
type: string
memory:
default: 5Gi
description: Memory requests configuration for the API Server
component.
type: string
type: object
type: object
storage:
additionalProperties: false
description: Storage configuration for the API Server component.
properties:
class_name:
default: ""
description: Class name for the PersistenceVolume to create.
type: string
size:
default: 1Gi
description: Size of the PersistenceVolume to create.
type: string
type: object
type: object
domain_name:
default: ""
description: Domain name for Dependency Track. It must be a valid DNS name.
minLength: 4
type: string
frontend:
additionalProperties: false
description: Settings for the Frontend component.
properties:
replicas:
default: 1
description: The number of Frontend replicas. In order to enable high
availability, it should be greater than 1.
minimum: 1
type: integer
resources:
additionalProperties: false
description: Resource configuration for the Frontend component.
properties:
limits:
additionalProperties: false
properties:
cpu:
default: 500m
description: CPU limits configuration for the Frontend component.
type: string
memory:
default: 128Mi
description: Memory limits configuration for the Frontend component.
type: string
type: object
requests:
additionalProperties: false
properties:
cpu:
default: 150m
description: CPU requests configuration for the Frontend component.
type: string
memory:
default: 64Mi
description: Memory requests configuration for the Frontend
component.
type: string
type: object
type: object
type: object
ingress_issuer:
default: ""
description: A reference to the ClusterIssuer to use for enabling TLS in
Dependency Track.
example: kadras-ca-issuer
minLength: 4
type: string
x-example-description: Kadras private CA
postgresql:
additionalProperties: false
description: Settings for the PostgreSQL database.
properties:
instances:
default: 1
description: Number of instances for the PostgreSQL database cluster.
Define at least 3 for production scenarios.
minimum: 1
type: integer
storage:
additionalProperties: false
description: Storage configuration for each PostgreSQL instance.
properties:
size:
default: 1Gi
description: Size of the PersistenceVolume to create for each PostgreSQL
instance.
type: string
type: object
type: object
proxy:
additionalProperties: false
description: Settings for the corporate proxy.
properties:
http_proxy:
default: ""
description: The HTTP proxy to use for network traffic.
type: string
https_proxy:
default: ""
description: The HTTPS proxy to use for network traffic.
type: string
no_proxy:
default: ""
description: A comma-separated list of hostnames, IP addresses, or IP
ranges in CIDR format that should not use the proxy.
type: string
type: object
system_requirement_check:
default: true
description: Whether Dependency Track will check for memory and CPU requirements
at startup time.
type: boolean
type: object
version: 4.11.7
25 changes: 25 additions & 0 deletions repo/packages/dependency-track.packages.kadras.io/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
apiVersion: data.packaging.carvel.dev/v1alpha1
kind: PackageMetadata
metadata:
creationTimestamp: null
name: dependency-track.packages.kadras.io
spec:
categories:
- supply-chain
- security
displayName: dependency-track
longDescription: Dependency-Track is an intelligent Component Analysis platform
that allows organizations to identify and reduce risk in the software supply chain.
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.
Dependency-Track monitors component usage across all versions of every application
in its portfolio in order to proactively identify risk across an organization.
The platform has an API-first design and is ideal for use in CI/CD environments.
maintainers:
- name: Thomas Vitale
providerName: Kadras
shortDescription: Dependency Track is a continuous SBOM Analysis Platform for managing
software supply chain security risks.
supportDescription: Go to https://kadras.io for documentation and https://github.com/kadras-io/package-for-dependency-track
for community support.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy