Skip to content

Commit

Permalink
bump tsa chart for timestamp-server v1.2.3 release (#841)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway authored Sep 30, 2024
1 parent a813f18 commit 8994bfd
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.5
appVersion: 1.2.2
version: 1.0.6
appVersion: 1.2.3

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.2
image: ghcr.io/sigstore/timestamp-server@sha256:9f012408a0b2a91a0f017df419b732556a0bdd7482973dc3b87fe979e41ccc9a
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.3
image: ghcr.io/sigstore/timestamp-server@sha256:9a5b7b897fa4abb5d6ed23a29e8cf7de1eee3334b75befc687f8eab1ff57873c
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.5](https://img.shields.io/badge/Version-1.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.2](https://img.shields.io/badge/AppVersion-1.2.2-informational?style=flat-square)
![Version: 1.0.6](https://img.shields.io/badge/Version-1.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.3](https://img.shields.io/badge/AppVersion-1.2.3-informational?style=flat-square)

Timestamp Authority issuing RFC3161 signed timestamps.

Expand Down Expand Up @@ -105,7 +105,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:9f012408a0b2a91a0f017df419b732556a0bdd7482973dc3b87fe979e41ccc9a"` | v1.2.2 |
| server.image.version | string | `"sha256:9a5b7b897fa4abb5d6ed23a29e8cf7de1eee3334b75befc687f8eab1ff57873c"` | v1.2.3 |
| 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.2
# -- v1.2.2
version: sha256:9f012408a0b2a91a0f017df419b732556a0bdd7482973dc3b87fe979e41ccc9a
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.3
# -- v1.2.3
version: sha256:9a5b7b897fa4abb5d6ed23a29e8cf7de1eee3334b75befc687f8eab1ff57873c
args:
port: 5555
# Valid values: tink, kms, file
Expand Down

0 comments on commit 8994bfd

Please sign in to comment.