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 and fulcio to latest releases #776

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/fulcio/fulcio/300-fulcio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
# This doesn't actually use Kubernetes credentials, so don't mount them in.
automountServiceAccountToken: false
containers:
- image: gcr.io/projectsigstore/fulcio:v1.4.0@sha256:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55
- image: gcr.io/projectsigstore/fulcio:v1.4.1@sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157
name: fulcio
ports:
- containerPort: 5555
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
# This doesn't actually use Kubernetes credentials, so don't mount them in.
automountServiceAccountToken: false
containers:
- image: gcr.io/projectsigstore/fulcio:v1.4.0@sha256:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55
- image: gcr.io/projectsigstore/fulcio:v1.4.1@sha256:78f0f4394facc045cdf47e80a85d03494fb61f08ae1458cb66127960725cd157
name: fulcio-grpc
ports:
- containerPort: 5554
Expand Down
2 changes: 1 addition & 1 deletion config/rekor/rekor/300-rekor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: rekor
containers:
- name: rekor
image: gcr.io/projectsigstore/rekor-server:v1.3.0@sha256:1cf8618112dd67113a49c93f717488e45c5fc765eb03484870123404d9e9f00c
image: gcr.io/projectsigstore/rekor-server:v1.3.0@sha256:cd64f7bee5d976cd0994f0aabe89233a2b48d36ebfaf54365fce197f5505fb86
ports:
- containerPort: 3000
args: [
Expand Down
Loading