Skip to content

Commit 2aa6fec

Browse files
committed
Update Trillian chart version and README
Signed-off-by: Cody Soyland <[email protected]>
1 parent 58f198b commit 2aa6fec

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/trillian/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
66
type: application
77

8-
version: 0.2.3
8+
version: 0.2.4
99

1010
keywords:
1111
- security

charts/trillian/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
5+
![Version: 0.2.4](https://img.shields.io/badge/Version-0.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
66

77
Trillian is a log that stores an accurate, immutable and verifiable history of activity.
88

@@ -68,6 +68,7 @@ helm uninstall [RELEASE_NAME]
6868
| logServer.image.registry | string | `"gcr.io"` | |
6969
| logServer.image.repository | string | `"projectsigstore/trillian_log_server"` | |
7070
| logServer.image.version | string | `"sha256:75dbbfc4c0b64334b985c4971fe58c30b9dd73d7aa54b15cee61223ff92aebf3"` | v0.9.1 |
71+
| logServer.lifecycle | object | `{}` | |
7172
| logServer.livenessProbe | object | `{}` | |
7273
| logServer.name | string | `"log-server"` | |
7374
| logServer.nodeSelector | object | `{"kubernetes.io/arch":"amd64"}` | Trillian images currently only support amd64 due to the toolbelt/netcat container |
@@ -95,6 +96,7 @@ helm uninstall [RELEASE_NAME]
9596
| logSigner.image.registry | string | `"gcr.io"` | |
9697
| logSigner.image.repository | string | `"projectsigstore/trillian_log_signer"` | |
9798
| logSigner.image.version | string | `"sha256:b56ed0b7b5e9813c91b208ba6041c9342f9a53162d96943374e59b5289090f1f"` | v0.9.1 |
99+
| logSigner.lifecycle | object | `{}` | |
98100
| logSigner.livenessProbe | object | `{}` | |
99101
| logSigner.name | string | `"log-signer"` | |
100102
| logSigner.nodeSelector | object | `{"kubernetes.io/arch":"amd64"}` | Trillian images currently only support amd64 due to the toolbelt/netcat container |

0 commit comments

Comments
 (0)