Skip to content

Commit

Permalink
Merge pull request #796 from bobcallaway/tsa_bump
Browse files Browse the repository at this point in the history
bump tsa chart for 1.2.2 release
  • Loading branch information
bobcallaway authored Jul 28, 2024
2 parents 7d6f4ec + e4e066c commit 78df863
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.4
appVersion: 1.2.1
version: 1.0.5
appVersion: 1.2.2

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.1
image: ghcr.io/sigstore/timestamp-server@sha256:f4dcc96092a1b1fb5ca36d776f92a7cc62cdb1a8866c5120340f919141a3cd58
# crane digest ghcr.io/sigstore/timestamp-server:v1.2.2
image: ghcr.io/sigstore/timestamp-server@sha256:9f012408a0b2a91a0f017df419b732556a0bdd7482973dc3b87fe979e41ccc9a
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.4](https://img.shields.io/badge/Version-1.0.4-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)
![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)

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

0 comments on commit 78df863

Please sign in to comment.