Tomislav Kopić cc1169e4e9
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s
Update Readme.md
2025-09-15 09:51:57 +00:00
2025-09-14 13:47:44 +02:00
2025-09-14 12:11:14 +02:00
2025-09-15 09:51:57 +00:00

Helm Chart

Add the chart repo to Helm:

helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm
helm repo update

Install the chart using the default values.yaml:

helm install duco-miner duco/duino-miner

Inspect configurable values

You can view all configurable options in the chart with:

helm show values duco/duino-miner > my-values.yaml

Override username and mining key

my-values.yaml:

env:
  DUCO_USERNAME: "your_actual_username"
  DUCO_MINING_KEY: "your_actual_mining_key"

Install the chart with your custom values:

helm install duco-miner duco/duino-miner -f my-values.yaml
Description
Helm chart for deploying duino miner as a daemonset to kubernetes
Readme 51 KiB
Languages
Smarty 100%