question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a Helm chart to make usage in Kubernetes easier

See original GitHub issue

Issue Type:

  • defect report
  • enhancement request

Current Behavior:

Dependency-Track is currently distributed as a Docker image (among other formats). Kubernetes is a runtime for Docker containers in a clustered environment. Installing DT into K8s is currently a pain as everything needs to be manually configured.

Expected Behavior:

I’d like to be able to run something like helm install stable/dependency-track (or wherever the helm repo is until then), potentially supplying a values.yaml to customize any settings. This chart should depend on setting up a proper Postgres database (or even be configurable via the template) along with any other production-ready settings required for deployment.

Environment:

  • Dependency-Track Version: latest
  • Distribution: [ Docker | Executable WAR | Traditional WAR ] Docker, but adding a new one
  • BoM Format & Version: latest
  • Database Server: [ H2 | MSSQL | MySQL | PostgreSQL ] Postgres by default
  • Browser: any

Other Details:

(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:10
  • Comments:10 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
davidkarlsencommented, Feb 3, 2020

OK, it’s over at the hub now: https://hub.helm.sh/charts/tietoevryfs/dependency-track - let’s close this. Any issues can be opened in https://github.com/evryfs/helm-charts

1reaction
davidkarlsencommented, Jan 31, 2020

Okidok. I’ll add a bit of governance around it and get in onto the helm.hub and get back and close this 🎫

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Create A Helm Chart {and Deploy it on Kubernetes}
Helm charts are used for efficient cluster building in Kubernetes. Follow this step-by-step guide on how to create a Helm chart.
Read more >
Helm Charts: making it simple to package and deploy ...
Helm Charts : making it simple to package and deploy common applications on Kubernetes · 1.Install Helm · 2.Initialize Helm · 3.Search for...
Read more >
How to make a Helm chart in 10 minutes - Opensource.com
Write a simple Helm chart for Kubernetes in about 10 minutes. ... The alternative is to use multiple configuration files that you manually ......
Read more >
How to Use Helm to deploy Helm Charts in Kubernetes
In this video I take you over how to get Helm installed and how to deploy applications into your Kubernetes cluster using Helm...
Read more >
What is a Helm Chart? A Tutorial for Kubernetes Beginners
The answer: Go templates. Helm allows you to add variables and use functions inside your template files. This makes it perfect for scalable ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found