Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump rekor chart for v0.6.17 scaffolding release #723

Merged
merged 1 commit into from Mar 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/rekor/Chart.yaml
Expand Up @@ -4,7 +4,7 @@ description: Part of the sigstore project, Rekor is a timestamping server and tr

type: application

version: 1.3.19
version: 1.3.20
appVersion: 1.3.5

keywords:
Expand All @@ -19,15 +19,15 @@ maintainers:

dependencies:
- name: trillian
version: 0.2.21
version: 0.2.22
repository: https://sigstore.github.io/helm-charts
condition: trillian.enabled

annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: createtree
image: ghcr.io/sigstore/scaffolding/createtree:v0.6.16@sha256:bdffe48121354c475f29be316bd31d7149c215b23c4cd2b36093832193adad09
image: ghcr.io/sigstore/scaffolding/createtree:v0.6.17@sha256:eb1a94738f34964c7456d18d30b8a45a654af89bb5371f69b2403df373be0826
- name: curlimages/curl
image: docker.io/curlimages/curl:8.5.0@sha256:4bfa3e2c0164fb103fb9bfd4dc956facce32b6c5d47cc09fcec883ce9535d5ac
- name: rekor-server
Expand Down
6 changes: 3 additions & 3 deletions charts/rekor/README.md
@@ -1,6 +1,6 @@
# rekor

![Version: 1.3.19](https://img.shields.io/badge/Version-1.3.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.5](https://img.shields.io/badge/AppVersion-1.3.5-informational?style=flat-square)
![Version: 1.3.20](https://img.shields.io/badge/Version-1.3.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.5](https://img.shields.io/badge/AppVersion-1.3.5-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 All @@ -20,7 +20,7 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo

| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | trillian | 0.2.21 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.22 |

## Values

Expand All @@ -44,7 +44,7 @@ Part of the sigstore project, Rekor is a timestamping server and transparency lo
| createtree.image.pullPolicy | string | `"IfNotPresent"` | |
| createtree.image.registry | string | `"ghcr.io"` | |
| createtree.image.repository | string | `"sigstore/scaffolding/createtree"` | |
| createtree.image.version | string | `"sha256:bdffe48121354c475f29be316bd31d7149c215b23c4cd2b36093832193adad09"` | |
| createtree.image.version | string | `"sha256:eb1a94738f34964c7456d18d30b8a45a654af89bb5371f69b2403df373be0826"` | |
| createtree.name | string | `"createtree"` | |
| createtree.resources | object | `{}` | |
| createtree.securityContext.runAsNonRoot | bool | `true` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/rekor/values.yaml
Expand Up @@ -165,8 +165,8 @@ createtree:
registry: ghcr.io
repository: sigstore/scaffolding/createtree
pullPolicy: IfNotPresent
# v0.6.16
version: sha256:bdffe48121354c475f29be316bd31d7149c215b23c4cd2b36093832193adad09
# v0.6.17
version: sha256:eb1a94738f34964c7456d18d30b8a45a654af89bb5371f69b2403df373be0826
ttlSecondsAfterFinished: 3600
serviceAccount:
create: true
Expand Down