From 5819b7e43bff754068367238a55de3ebf43ab128 Mon Sep 17 00:00:00 2001 From: Idowu 'hydeenoble' Emehinola Date: Wed, 29 Jun 2022 00:32:00 +0200 Subject: [PATCH 1/2] Added the artifacthub metadata file Signed-off-by: Idowu 'hydeenoble' Emehinola --- README.md | 5 +++++ artifacthub-repo.yml | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 artifacthub-repo.yml diff --git a/README.md b/README.md index 6bccdc0..12d03ab 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,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 From 86d72ccd0685c83d1329b167cccd422f624157a5 Mon Sep 17 00:00:00 2001 From: Idowu 'hydeenoble' Emehinola Date: Wed, 29 Jun 2022 00:35:31 +0200 Subject: [PATCH 2/2] Added artifacthub badge to readme Signed-off-by: Idowu 'hydeenoble' Emehinola --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12d03ab..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.