Skip to content

Commit

Permalink
Merge pull request #3 from hydeenoble/artifacthub
Browse files Browse the repository at this point in the history
Artifacthub
  • Loading branch information
hydeenoble authored Jun 28, 2022
2 parents e3f5f04 + 86d72cc commit 2dafc13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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 <release 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
Expand Down
4 changes: 4 additions & 0 deletions artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
repositoryID: a09ee065-7108-4f0e-b113-4fadc83016be
owners:
- name: hydeenoble
email: hydeenoble39@gmail.com

0 comments on commit 2dafc13

Please sign in to comment.