Skip to content

Commit

Permalink
Use the released container image.
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 ab3f95a commit c0018d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/rekor/README.md
Expand Up @@ -30,8 +30,8 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| backfillredis.endIndex | int | `-1` | |
| backfillredis.image.pullPolicy | string | `"IfNotPresent"` | |
| backfillredis.image.registry | string | `"ghcr.io"` | |
| backfillredis.image.repository | string | `"sigstore/rekor/backfillredis"` | |
| backfillredis.image.version | string | `"TODO: FILL THIS IN"` | |
| backfillredis.image.repository | string | `"sigstore/rekor/backfill-redis"` | |
| backfillredis.image.version | string | `"sha256:15f070c4b853f38773d253ebd39957de5c3beffc1699ba574db98e3679336af1"` | `"v1.0.1"` |
| backfillredis.name | string | `"backfillredis"` | |
| backfillredis.rekorAddress | string | `"rekor.rekor-system.svc"` | |
| backfillredis.resources | object | `{}` | |
Expand Down
3 changes: 2 additions & 1 deletion charts/rekor/values.yaml
Expand Up @@ -165,7 +165,8 @@ backfillredis:
registry: ghcr.io
repository: sigstore/rekor/backfillredis
pullPolicy: IfNotPresent
version: "TODO: FILL THIS IN"
# v1.0.1
version: "sha256:15f070c4b853f38773d253ebd39957de5c3beffc1699ba574db98e3679336af1"
ttlSecondsAfterFinished: 3600
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit c0018d1

Please sign in to comment.