Skip to content

Commit

Permalink
Bump rekor to v1.3.0 and fulcio to v1.4.0 (#749)
Browse files Browse the repository at this point in the history
* bump rekor-server to v1.3.0

Signed-off-by: Bob Callaway <bcallaway@google.com>

* bump fulcio to v1.4.0

Signed-off-by: Bob Callaway <bcallaway@google.com>

---------

Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Sep 6, 2023
1 parent 1be4cfb commit edf534f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/fulcio/fulcio/300-fulcio.yaml
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@sha256:81e1e0c4634a8116286406c980577f1c3456f0052b35bf4c4645255d69387297 # v1.3.4
- image: gcr.io/projectsigstore/fulcio:v1.4.0@sha256:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55
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@sha256:27c6e4fe64a72a537c133452d9c8e0518944d1d69aeee5e7ef8a9fbe70b8b5d3 # v1.0.0
- image: gcr.io/projectsigstore/fulcio:v1.4.0@sha256:d70af39e2e0a33817c6a8d1a843d3a8c6c851364e3b93535c6d10316cff85a55
name: fulcio-grpc
ports:
- containerPort: 5554
Expand Down
2 changes: 1 addition & 1 deletion config/rekor/rekor/300-rekor.yaml
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: rekor
containers:
- name: rekor
image: gcr.io/projectsigstore/rekor-server@sha256:23213617ad2b63305064b2a2be0ffe8038c2dc9c4f69b22ffe85ed83f65f54c7 # v1.2.2
image: gcr.io/projectsigstore/rekor-server:v1.3.0@sha256:1cf8618112dd67113a49c93f717488e45c5fc765eb03484870123404d9e9f00c
ports:
- containerPort: 3000
args: [
Expand Down

0 comments on commit edf534f

Please sign in to comment.