From b923009f76d0f65d1ca75933e38b60e0b742074b Mon Sep 17 00:00:00 2001 From: Gianluca De Cicco Date: Sun, 21 Apr 2024 14:51:20 +0200 Subject: [PATCH] fix TODO --- README.md | 6 +++--- contributing.md | 1 - lib/utils.bash | 1 - 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8df93e..f99794e 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ [helm-secrets](https://github.com/jkroepke/helm-secrets/wiki) plugin for the [asdf version manager](https://asdf-vm.com). +this plugin will install helm-secrets plugin for helm: https://github.com/jkroepke/helm-secrets + # Contents @@ -15,10 +17,8 @@ # Dependencies -**TODO: adapt this section** - - `bash`, `curl`, `tar`, and [POSIX utilities](https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html). -- `SOME_ENV_VAR`: set this environment variable in your shell config to load the correct version of tool x. +- `helm`: helm must be installed in you system either via asdf/mise or globally. # Install diff --git a/contributing.md b/contributing.md index 9303f02..9380352 100644 --- a/contributing.md +++ b/contributing.md @@ -5,7 +5,6 @@ Testing Locally: ```shell asdf plugin test [--asdf-tool-version ] [--asdf-plugin-gitref ] [test-command*] -# TODO: adapt this asdf plugin test helm-secrets https://github.com/moveaxlab/asdf-helm-secrets.git "helm secrets --version" ``` diff --git a/lib/utils.bash b/lib/utils.bash index fa4629c..3a8c3e7 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -2,7 +2,6 @@ set -euo pipefail -# TODO: Ensure this is the correct GitHub homepage where releases can be downloaded for helm-secrets. GH_REPO="https://github.com/jkroepke/helm-secrets" TOOL_NAME="helm-secrets" TOOL_TEST="helm secrets --version"