Skip to content

Commit

Permalink
make docs and fix chart version
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Jan 6, 2025
1 parent 2acdd95 commit 97cd710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/updatetree/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: Update the status of an existing Trillian tree

type: application

version: 0.0.15
appVersion: 0.7.15
version: 0.0.16
appVersion: 0.7.18


keywords:
Expand All @@ -22,4 +22,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: updatetree
image: ghcr.io/sigstore/scaffolding/updatetree:v0.7.15@sha256:710945f110f08b01802ce0b050cac9ae55b93546c69840e54cd0fda7c8831434
image: ghcr.io/sigstore/scaffolding/updatetree:v0.7.18@sha256:b3a215f309b869e6be12d9cdec304d5fe18ac20414c4de41577aed4cfdf1d6ac
4 changes: 2 additions & 2 deletions charts/updatetree/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# updatetree

![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.15](https://img.shields.io/badge/AppVersion-0.7.15-informational?style=flat-square)
![Version: 0.0.16](https://img.shields.io/badge/Version-0.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.18](https://img.shields.io/badge/AppVersion-0.7.18-informational?style=flat-square)

Update the status of an existing Trillian tree

Expand Down Expand Up @@ -29,7 +29,7 @@ Update the status of an existing Trillian tree
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `false` | |
| serviceAccount.name | string | `"trillian-logserver"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/updatetree:v0.7.15@sha256:710945f110f08b01802ce0b050cac9ae55b93546c69840e54cd0fda7c8831434"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/updatetree:v0.7.18@sha256:b3a215f309b869e6be12d9cdec304d5fe18ac20414c4de41577aed4cfdf1d6ac"` | |
| spec.replicaCount | int | `1` | |
| tolerations | list | `[]` | |
| trillian.adminServer | string | `""` | |
Expand Down

0 comments on commit 97cd710

Please sign in to comment.