Skip to content

Commit

Permalink
bump chart version, run helm-docs -g charts/rekor
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas committed Nov 14, 2022
1 parent e929dd9 commit 992b4b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/rekor/Chart.yaml
Expand Up @@ -4,8 +4,8 @@ description: Part of the sigstore project, Rekor is a timestamping server and tr

type: application

version: 1.0.1
appVersion: 1.0.1
version: 1.0.2
appVersion: 1.0.2

keywords:
- security
Expand Down
4 changes: 2 additions & 2 deletions charts/rekor/README.md
@@ -1,6 +1,6 @@
# rekor

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

Part of the sigstore project, Rekor is a timestamping server and transparency log for storing signatures, as well as an API based server for validation

Expand Down Expand Up @@ -109,7 +109,7 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"gcr.io"` | |
| server.image.repository | string | `"projectsigstore/rekor-server"` | |
| server.image.version | string | `"sha256:441da6a9c40ace07f72ed88790f2248a64c266a7e56ccfd7914080ee61432342"` | `"v1.0.0"` |
| server.image.version | string | `"sha256:f7e6975041b9b6f3afdc7d6a1a87de43098ce8d83eb1958ea097ebfcb5537658"` | `"v1.0.1"` |
| server.ingress.annotations | object | `{}` | |
| server.ingress.className | string | `"nginx"` | |
| server.ingress.enabled | bool | `true` | |
Expand Down

0 comments on commit 992b4b0

Please sign in to comment.