Skip to content

Commit

Permalink
docs (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lkan authored Oct 16, 2024
1 parent ff0747c commit 9d79885
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions helm-charts/0.28.1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ that your sensitive data is always secure and protected. VSecM is perfect for
securely storing arbitrary configuration information at a central location and
securely dispatching it to workloads.

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

[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/vsecm)](https://artifacthub.io/packages/helm/vsecm/vsecm)

Expand All @@ -28,7 +28,7 @@ To use VMware Secrets Manager, follow the steps below:
3. Install VMware Secrets Manager using Helm:

```bash
helm install vsecm vsecm/vsecm --version 0.28.0
helm install vsecm vsecm/vsecm --version 0.28.1
```

## Options
Expand All @@ -47,7 +47,7 @@ and `global.baseImage` respectively.
Here's an example command with the above options:
```bash
helm install vsecm vsecm/helm-charts --version 0.28.0 \
helm install vsecm vsecm/helm-charts --version 0.28.1 \
--set global.deploySpire=true --set global.baseImage=distroless
```
Expand All @@ -65,7 +65,7 @@ These environment variable configurations are expose through subcharts.
You can modify them as follows:
```bash
helm install vsecm vsecm/helm-charts --version 0.28.0 \
helm install vsecm vsecm/helm-charts --version 0.28.1 \
--set safe.environments.VSECM_LOG_LEVEL="6"
--set sentinel.environments.VSECM_LOGL_LEVEL="5"
# You can update other environment variables too.
Expand Down Expand Up @@ -97,10 +97,10 @@ The sections below are autogenerated from chart source code:

| Repository | Name | Version |
|------------|------|---------|
| file://charts/keystone | keystone | 0.28.0 |
| file://charts/safe | safe | 0.28.0 |
| file://charts/sentinel | sentinel | 0.28.0 |
| file://charts/spire | spire | 0.28.0 |
| file://charts/keystone | keystone | 0.28.1 |
| file://charts/safe | safe | 0.28.1 |
| file://charts/sentinel | sentinel | 0.28.1 |
| file://charts/spire | spire | 0.28.1 |

## Values

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/0.28.1/charts/safe/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# safe

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

Helm chart for VMware Secrets Manager (VSecM) Safe

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/0.28.1/charts/sentinel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sentinel

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

Helm chart for sentinel

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/0.28.1/charts/spire/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# spire

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

Helm chart for spire

Expand Down

0 comments on commit 9d79885

Please sign in to comment.