6efe47ddf23a8cdcd3f286ff32f5ff23efcc1116
All checks were successful
Lint and Publish Helm Chart / publish-helm (push) Successful in 3s
Helm Chart
Add the chart repo to Helm:
helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm/api/charts
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
Override username and mining key
Create a custom 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
You can also override other environment variables in values.yaml
as needed, such as DUCO_THREADS
, DUCO_INTENSITY
, or DUCO_START_DIFF
.
Description
Languages
Smarty
100%