Skip to content

Commit

Permalink
bump rekor to latest version (sigstore#593)
Browse files Browse the repository at this point in the history
Signed-off-by: Karl Haworth <[email protected]>
  • Loading branch information
bobcallaway authored and karlhaworth committed Nov 29, 2023
1 parent 68e539a commit 314bca2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.3.6
appVersion: 1.2.2
version: 1.3.7
appVersion: 1.3.0

keywords:
- security
Expand All @@ -31,8 +31,8 @@ annotations:
- name: curlimages/curl
image: docker.io/curlimages/curl@sha256:dca6e1b1c8e7b8b8e7be4e79fc78a858d12fd56245cb31bfa281dbf7c73a6498
- name: rekor-server
image: gcr.io/projectsigstore/rekor-server:v1.2.2@sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7
image: gcr.io/projectsigstore/rekor-server:v1.3.0@sha256:1cf8618112dd67113a49c93f717488e45c5fc765eb03484870123404d9e9f00c
- name: redis
image: docker.io/redis@sha256:6c42cce2871e8dc5fb3e843ed5c4e7939d312faf5e53ff0ff4ca955a7e0b2b39
- name: backfill-redis
image: gcr.io/projectsigstore/backfill-redis:v1.2.2@sha256:04b43cd3f2d8e165adf072fed494c3c784ee345993048c47c8037b20a3fc6efb
image: gcr.io/projectsigstore/backfill-redis:v1.3.0@sha256:9977c7b99586fad13a4d1cba9d17b011e3de4926a9e02b9873fd872fe31ce2f3
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.3.6](https://img.shields.io/badge/Version-1.3.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.2](https://img.shields.io/badge/AppVersion-1.2.2-informational?style=flat-square)
![Version: 1.3.7](https://img.shields.io/badge/Version-1.3.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.0](https://img.shields.io/badge/AppVersion-1.3.0-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:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7"` | |
| server.image.version | string | `"sha256:1cf8618112dd67113a49c93f717488e45c5fc765eb03484870123404d9e9f00c"` | |
| 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 @@ -62,8 +62,8 @@ server:
registry: gcr.io
repository: projectsigstore/rekor-server
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/rekor-server:v1.2.2
version: "sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7"
# crane digest gcr.io/projectsigstore/rekor-server:v1.3.0
version: "sha256:1cf8618112dd67113a49c93f717488e45c5fc765eb03484870123404d9e9f00c"
logging:
production: false
ingress:
Expand Down

0 comments on commit 314bca2

Please sign in to comment.