From 39acf46b283d721e7ba1a308172df6b260e16e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Mon, 15 Sep 2025 09:56:16 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 2886865..01ff210 100644 --- a/Readme.md +++ b/Readme.md @@ -7,12 +7,6 @@ helm repo add duco https://git.kopic.hr/api/packages/tomislav/helm helm repo update ``` -Install the chart using the default `values.yaml`: - -```bash -helm install duco-miner duco/duino-miner -``` - ### Inspect configurable values You can view all configurable options in the chart with: @@ -35,4 +29,12 @@ Install the chart with your custom values: ```bash helm install duco-miner duco/duino-miner -f my-values.yaml -``` \ No newline at end of file +``` + +--- + +## Docker Image + +**Docker Image** used in this helm chart is available here: + +* [Duino-Coin Docker](https://git.kopic.hr/tomislav/-/packages/container/duino-coin-docker%2Fduino-coin/latest) \ No newline at end of file