Skip to content

Commit

Permalink
bump rekor chart for 1.3.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Nov 21, 2024
1 parent c17572c commit 16475bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.5.2
appVersion: 1.3.6
version: 1.5.3
appVersion: 1.3.7

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

![Version: 1.5.2](https://img.shields.io/badge/Version-1.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.6](https://img.shields.io/badge/AppVersion-1.3.6-informational?style=flat-square)
![Version: 1.5.3](https://img.shields.io/badge/Version-1.5.3-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)

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 @@ -151,9 +151,9 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| server.enabled | bool | `true` | |
| server.extraArgs | list | `[]` | |
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"gcr.io"` | |
| server.image.repository | string | `"projectsigstore/rekor-server"` | |
| server.image.version | string | `"sha256:1237f29e2105d7f5451bbe15a3aca8677ddd1bb80620ca2fd06f74262437cf51"` | |
| server.image.registry | string | `"ghcr.io"` | |
| server.image.repository | string | `"sigstore/rekor/rekor-server"` | |
| server.image.version | string | `"sha256:b0358d1d1d399bc50f1375fcf4f665e4432bebd7fc4900d893ddc788f05fc76e"` | |
| server.ingress.annotations | object | `{}` | |
| server.ingress.className | string | `"nginx"` | |
| server.ingress.enabled | bool | `true` | |
Expand Down
8 changes: 4 additions & 4 deletions charts/rekor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ server:
name: server
port: 3000
image:
registry: gcr.io
repository: projectsigstore/rekor-server
registry: ghcr.io
repository: sigstore/rekor/rekor-server
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/rekor-server:v1.3.6
version: sha256:1237f29e2105d7f5451bbe15a3aca8677ddd1bb80620ca2fd06f74262437cf51
# crane digest ghcr.io/sigstore/rekor/rekor-server:v1.3.7
version: sha256:b0358d1d1d399bc50f1375fcf4f665e4432bebd7fc4900d893ddc788f05fc76e
# -- 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 16475bc

Please sign in to comment.