Skip to content

Commit

Permalink
Merge pull request #689 from haydentherapper/bump-tsa-v
Browse files Browse the repository at this point in the history
Bump TSA to v1.2.1
  • Loading branch information
haydentherapper authored Jan 5, 2024
2 parents 2070356 + 0261b36 commit c86704a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/tsa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: |
type: application

version: 1.0.1
appVersion: 1.2.0
version: 1.0.2
appVersion: 1.2.1

keywords:
- security
Expand All @@ -21,5 +21,5 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: tsa
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.0
image: ghcr.io/sigstore/timestamp-server@sha256:727e868e9ba9b181029d8e7d52f7153af53d9b0678c463e86c30985aae5cb2b5
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.1
image: ghcr.io/sigstore/timestamp-server@sha256:f4dcc96092a1b1fb5ca36d776f92a7cc62cdb1a8866c5120340f919141a3cd58
4 changes: 2 additions & 2 deletions charts/tsa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

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

Timestamp Authority issuing RFC3161 signed timestamps.

Expand Down Expand Up @@ -104,7 +104,7 @@ helm uninstall [RELEASE_NAME]
| server.image.pullPolicy | string | `"IfNotPresent"` | |
| server.image.registry | string | `"ghcr.io"` | |
| server.image.repository | string | `"sigstore/timestamp-server"` | |
| server.image.version | string | `"sha256:727e868e9ba9b181029d8e7d52f7153af53d9b0678c463e86c30985aae5cb2b5"` | v1.2.0 |
| server.image.version | string | `"sha256:f4dcc96092a1b1fb5ca36d776f92a7cc62cdb1a8866c5120340f919141a3cd58"` | v1.2.1 |
| server.ingress.http.annotations | object | `{}` | |
| server.ingress.http.className | string | `"nginx"` | |
| server.ingress.http.enabled | bool | `true` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/tsa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ server:
registry: ghcr.io
repository: sigstore/timestamp-server
pullPolicy: IfNotPresent
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.0
# -- v1.2.0
version: sha256:727e868e9ba9b181029d8e7d52f7153af53d9b0678c463e86c30985aae5cb2b5
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.1
# -- v1.2.1
version: sha256:f4dcc96092a1b1fb5ca36d776f92a7cc62cdb1a8866c5120340f919141a3cd58
args:
port: 5555
# Valid values: tink, kms, file
Expand Down

0 comments on commit c86704a

Please sign in to comment.