Skip to content

Commit

Permalink
Merge pull request #559 from bobcallaway/rekor_v122
Browse files Browse the repository at this point in the history
bump rekor chart for new version
  • Loading branch information
bobcallaway authored Jun 28, 2023
2 parents fc78290 + dfb98de commit 065c346
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.4
appVersion: 1.2.1
version: 1.3.5
appVersion: 1.2.2

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.1@sha256:54c15f1e73d113539753a570f48d8680a4c48a5b1698f9fe0e41c6a6a3a29b3c
image: gcr.io/projectsigstore/rekor-server:v1.2.2@sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7
- name: redis
image: docker.io/redis@sha256:6c42cce2871e8dc5fb3e843ed5c4e7939d312faf5e53ff0ff4ca955a7e0b2b39
- name: backfill-redis
image: gcr.io/projectsigstore/backfill-redis:v1.2.1@sha256:965e395969005ab9307746e435b798236f266fd1a2fbc2c7086fc3a2cde1b5cc
image: gcr.io/projectsigstore/backfill-redis:v1.2.2@sha256:04b43cd3f2d8e165adf072fed494c3c784ee345993048c47c8037b20a3fc6efb
6 changes: 3 additions & 3 deletions charts/rekor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rekor

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

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 @@ -31,7 +31,7 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| backfillredis.image.pullPolicy | string | `"IfNotPresent"` | |
| backfillredis.image.registry | string | `"ghcr.io"` | |
| backfillredis.image.repository | string | `"sigstore/rekor/backfill-redis"` | |
| backfillredis.image.version | string | `"sha256:965e395969005ab9307746e435b798236f266fd1a2fbc2c7086fc3a2cde1b5cc"` | |
| backfillredis.image.version | string | `"sha256:04b43cd3f2d8e165adf072fed494c3c784ee345993048c47c8037b20a3fc6efb"` | |
| backfillredis.name | string | `"backfillredis"` | |
| backfillredis.rekorAddress | string | `"rekor.rekor-system.svc"` | |
| backfillredis.resources | object | `{}` | |
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:54c15f1e73d113539753a570f48d8680a4c48a5b1698f9fe0e41c6a6a3a29b3c"` | |
| server.image.version | string | `"sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7"` | |
| 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 @@ -62,8 +62,8 @@ server:
registry: gcr.io
repository: projectsigstore/rekor-server
pullPolicy: IfNotPresent
# crane digest gcr.io/projectsigstore/rekor-server:v1.2.1
version: "sha256:54c15f1e73d113539753a570f48d8680a4c48a5b1698f9fe0e41c6a6a3a29b3c"
# crane digest gcr.io/projectsigstore/rekor-server:v1.2.2
version: "sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7"
logging:
production: false
ingress:
Expand Down Expand Up @@ -185,8 +185,8 @@ backfillredis:
registry: ghcr.io
repository: sigstore/rekor/backfill-redis
pullPolicy: IfNotPresent
# v1.2.1
version: "sha256:965e395969005ab9307746e435b798236f266fd1a2fbc2c7086fc3a2cde1b5cc"
# v1.2.2
version: "sha256:04b43cd3f2d8e165adf072fed494c3c784ee345993048c47c8037b20a3fc6efb"
ttlSecondsAfterFinished: 3600
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit 065c346

Please sign in to comment.