Skip to content

Commit

Permalink
update version and docs (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
elinesterov authored Jul 30, 2024
1 parent afa50a5 commit e664c77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/spiffe-demo-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: spiffe-demo-app
description: A Helm chart to install spiffe-demo-app
type: application
version: 0.3.5
version: 0.4.0
9 changes: 5 additions & 4 deletions charts/spiffe-demo-app/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# spiffe-demo-app

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

A Helm chart to install spiffe-demo-app

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| app | object | `{"enableBusybox":false,"spiffeCSIDriverInjectionEnabled":true,"spiffeCSIDriverVolume":false,"spiffeSocketMountPathDir":"/spiffe-workload-api","spiffeSocketName":"agent.sock"}` | The App configuration |
| app | object | `{"enableBusybox":false,"healthCheckOnly":false,"spiffeCSIDriverInjectionEnabled":true,"spiffeCSIDriverVolume":false,"spiffeSocketMountPathDir":"/spiffe-workload-api","spiffeSocketName":"agent.sock"}` | The App configuration |
| app.enableBusybox | bool | `false` | Enable busybox container |
| app.healthCheckOnly | bool | `false` | Enable health check only mode |
| app.spiffeCSIDriverInjectionEnabled | bool | `true` | SPIRL SPIFFE CSI injeciton enabled |
| app.spiffeCSIDriverVolume | bool | `false` | Add SPIFFE CSIdirver volume |
| app.spiffeSocketMountPathDir | string | `"/spiffe-workload-api"` | SPIFFE Workload API socket mount path |
Expand All @@ -18,10 +19,10 @@ A Helm chart to install spiffe-demo-app
| image.pullPolicy | string | `"IfNotPresent"` | The image pull policy |
| image.registry | string | `"ghcr.io"` | The OCI registry to pull the image from |
| image.repository | string | `"elinesterov/spiffe-demo-app"` | The repository within the registry |
| image.tag | string | `"v0.2.2"` | The image tag to pull |
| image.tag | string | `"v0.3.0"` | The image tag to pull |
| service | object | `{"port":80,"type":"LoadBalancer"}` | The service type to use |
| spiffeCSIDriver | object | `{"enabled":false}` | SPIFFE CSI driver support |
| spiffeCSIDriver.enabled | bool | `false` | Enable/disable SPIFFE CSI driver support |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)

0 comments on commit e664c77

Please sign in to comment.