Skip to content

Commit

Permalink
[vault-unseal] vault-unseal-0.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: babykart <[email protected]>
  • Loading branch information
babykart committed Sep 17, 2024
1 parent d1c6aa4 commit 0db5999
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 9 deletions.
16 changes: 8 additions & 8 deletions charts/vault-unseal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ apiVersion: v2
name: vault-unseal
description: A Helm chart for vault-unseal
type: application
version: 0.7.0
version: 0.7.1
appVersion: "0.6.0"
icon: https://github.com/hashicorp/vault/raw/f22d202cde2018f9455dec755118a9b84586e082/Vault_PrimaryLogo_Black.png

keywords:
- vault
- auto-unseal
- notify
- vault
- auto-unseal
- notify

sources:
- https://github.com/lrstanley/vault-unseal.git
- https://github.com/lrstanley/vault-unseal.git

maintainers:
- name: babykart
email: [email protected]
url: https://github.com/babykart
- name: babykart
email: [email protected]
url: https://github.com/babykart
35 changes: 34 additions & 1 deletion charts/vault-unseal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vault-unseal

![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)
![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.0](https://img.shields.io/badge/AppVersion-0.6.0-informational?style=flat-square)

A Helm chart for vault-unseal

Expand All @@ -14,6 +14,39 @@ A Helm chart for vault-unseal

* <https://github.com/lrstanley/vault-unseal.git>

## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

```sh
helm repo add vault-unseal https://babykart.github.io/vault-unseal
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
vault-unseal` to see the charts.

To install the vault-unseal chart:

```sh
helm upgrade --install vault-unseal vault-unseal/vault-unseal
```

Using an OCI-based registry:

```sh
helm upgrade --install vault-unseal oci://ghcr.io/babykart/helm-charts/vault-unseal
```

To uninstall the chart:

```sh
helm delete vault-unseal
```

## Values

| Key | Type | Default | Description |
Expand Down
51 changes: 51 additions & 0 deletions charts/vault-unseal/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{{ template "chart.header" . }}
{{ template "chart.deprecationWarning" . }}

{{ template "chart.badgesSection" . }}

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

## Usage

[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.

Once Helm has been set up correctly, add the repo as follows:

```sh
helm repo add vault-unseal https://babykart.github.io/vault-unseal
```

If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo
vault-unseal` to see the charts.

To install the vault-unseal chart:

```sh
helm upgrade --install vault-unseal vault-unseal/vault-unseal
```

Using an OCI-based registry:

```sh
helm upgrade --install vault-unseal oci://ghcr.io/babykart/helm-charts/vault-unseal
```

To uninstall the chart:

```sh
helm delete vault-unseal
```

{{ template "chart.requirementsSection" . }}

{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}

0 comments on commit 0db5999

Please sign in to comment.