-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: babykart <[email protected]>
- Loading branch information
Showing
3 changed files
with
93 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" . }} |