diff --git a/README.md b/README.md index 6bccdc0..d45e6d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # helm-subenv [![License MIT](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![GitHub release](https://img.shields.io/github/v/release/hydeenoble/helm-subenv.svg)](https://github.com/hydeenoble/helm-subenv/releases) +[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/helm-subenv)](https://artifacthub.io/packages/search?repo=helm-subenv) This Helm plugin allows you to substitute the environment variables specified in your helm values file with their respective values in the environment from within a CICD pipeline. @@ -11,6 +12,11 @@ The installation itself is simple as: ```bash helm plugin install https://github.com/hydeenoble/helm-subenv.git ``` +You can install a specific release version: +```bash +helm plugin install https://github.com/hydeenoble/helm-subenv.git --version +``` + To use the plugin, you do not need any special dependencies. The installer will download the latest release with prebuilt binary from [GitHub releases](https://github.com/hydeenoble/helm-subenv/releases). ## Usage diff --git a/artifacthub-repo.yml b/artifacthub-repo.yml new file mode 100644 index 0000000..c6ad85e --- /dev/null +++ b/artifacthub-repo.yml @@ -0,0 +1,4 @@ +repositoryID: a09ee065-7108-4f0e-b113-4fadc83016be +owners: + - name: hydeenoble + email: hydeenoble39@gmail.com \ No newline at end of file