Skip to content

Commit

Permalink
Add chart readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson committed Apr 3, 2023
1 parent 5ef2388 commit 61197ce
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/charts_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:

- name: Run chart-releaser
uses: helm/[email protected]
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.TOKEN_GITHUB }}"
2 changes: 1 addition & 1 deletion charts/mock-cve-data/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: REST API to mock cve data.
name: mock-cve-data
version: 0.0.2
version: 0.0.3
26 changes: 26 additions & 0 deletions charts/mock-cve-data/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# mock-cve-data

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

REST API to mock cve data.

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| crashOnTimer | bool | `true` | |
| crashOnTimerInterval | int | `10` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"smartcitiesdata/mock-cve-data"` | |
| image.tag | string | `"latest"` | |
| replicaCount | int | `1` | |
| resources.limits.cpu | string | `"400m"` | |
| resources.limits.memory | string | `"400M"` | |
| resources.requests.cpu | string | `"400m"` | |
| resources.requests.memory | string | `"400M"` | |
| service.name | string | `"mock-cve-data"` | |
| service.port | int | `80` | |
| service.targetPort | int | `3000` | |

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

0 comments on commit 61197ce

Please sign in to comment.