Skip to content

Commit

Permalink
bump rekor chart for v1.3.8 release (#891)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Jan 21, 2025
1 parent fde45bd commit c5638ff
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/rekor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Part of the sigstore project, Rekor is a timestamping server and tr

type: application

version: 1.6.0
appVersion: 1.3.7
version: 1.6.1
appVersion: 1.3.8

keywords:
- security
Expand All @@ -31,7 +31,7 @@ annotations:
- name: curlimages/curl
image: docker.io/curlimages/curl:8.11.1@sha256:c1fe1679c34d9784c1b0d1e5f62ac0a79fca01fb6377cdd33e90473c6f9f9a69
- name: rekor-server
image: ghcr.io/sigstore/rekor/rekor-server:v1.3.7@sha256:b0358d1d1d399bc50f1375fcf4f665e4432bebd7fc4900d893ddc788f05fc76e
image: ghcr.io/sigstore/rekor/rekor-server:v1.3.8@sha256:9b10d2a1eb8180f9992f73269854328f0d5b27da5d9bfb70c65e1430355f3e96
- name: redis
image: docker.io/redis:6.2.16-alpine3.20@sha256:2ba50e1ac3a0ea17b736ce9db2b0a9f6f8b85d4c27d5f5accc6a416d8f42c6d5
- name: backfill-redis
Expand Down
4 changes: 2 additions & 2 deletions charts/rekor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rekor

![Version: 1.6.0](https://img.shields.io/badge/Version-1.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.7](https://img.shields.io/badge/AppVersion-1.3.7-informational?style=flat-square)
![Version: 1.6.1](https://img.shields.io/badge/Version-1.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.8](https://img.shields.io/badge/AppVersion-1.3.8-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 @@ -153,7 +153,7 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"ghcr.io"` | |
| server.image.repository | string | `"sigstore/rekor/rekor-server"` | |
| server.image.version | string | `"sha256:b0358d1d1d399bc50f1375fcf4f665e4432bebd7fc4900d893ddc788f05fc76e"` | |
| server.image.version | string | `"sha256:9b10d2a1eb8180f9992f73269854328f0d5b27da5d9bfb70c65e1430355f3e96"` | |
| server.ingress.annotations | object | `{}` | |
| server.ingress.className | string | `"nginx"` | |
| server.ingress.enabled | bool | `true` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/rekor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ server:
registry: ghcr.io
repository: sigstore/rekor/rekor-server
pullPolicy: IfNotPresent
# crane digest ghcr.io/sigstore/rekor/rekor-server:v1.3.7
version: sha256:b0358d1d1d399bc50f1375fcf4f665e4432bebd7fc4900d893ddc788f05fc76e
# crane digest ghcr.io/sigstore/rekor/rekor-server:v1.3.8
version: sha256:9b10d2a1eb8180f9992f73269854328f0d5b27da5d9bfb70c65e1430355f3e96
# -- KMS type for signing key (possible values: "" / "none", "aws")
kmsType: none
# -- AWS region if using AWS KMS for signing key
Expand Down

0 comments on commit c5638ff

Please sign in to comment.