Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump updatetree for 0.6.10 release #659

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5
appVersion: 0.6.7
version: 0.0.6
appVersion: 0.6.10


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.6.7@sha256:357cf3545cd459634fe6a461a7690bc5f425c353e48c80da551cfec6887d627d
image: ghcr.io/sigstore/scaffolding/updatetree:v0.6.10@sha256:e66fc875d401e8d971e2ab5db06134bed57de7e568fa00e6fcea3b775972ee65
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.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.7](https://img.shields.io/badge/AppVersion-0.6.7-informational?style=flat-square)
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.10](https://img.shields.io/badge/AppVersion-0.6.10-informational?style=flat-square)

Update the status of an existing Trillian tree

Expand All @@ -27,7 +27,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.6.7@sha256:357cf3545cd459634fe6a461a7690bc5f425c353e48c80da551cfec6887d627d"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/updatetree:v0.6.10@sha256:e66fc875d401e8d971e2ab5db06134bed57de7e568fa00e6fcea3b775972ee65"` | |
| spec.replicaCount | int | `1` | |
| trillian.adminServer | string | `""` | |
| trillian.logServer.name | string | `"trillian-logserver"` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/updatetree/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ serviceAccount:
create: false
spec:
replicaCount: 1
image: ghcr.io/sigstore/scaffolding/updatetree:v0.6.7@sha256:357cf3545cd459634fe6a461a7690bc5f425c353e48c80da551cfec6887d627d
image: ghcr.io/sigstore/scaffolding/updatetree:v0.6.10@sha256:e66fc875d401e8d971e2ab5db06134bed57de7e568fa00e6fcea3b775972ee65
ttlSecondsAfterFinished: 3600
securityContext:
runAsNonRoot: true
Expand Down