Skip to content

Commit

Permalink
update updatetree chart for 0.7.5 scaffolding release (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcallaway committed Jul 28, 2024
1 parent 3e1b153 commit 1c06258
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.11
appVersion: 0.6.17
version: 0.0.12
appVersion: 0.7.5


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.17@sha256:9fe03dde7324490cc7a84c75dfa3f1de267fc71c1a473fc67491c690e22c32ab
image: ghcr.io/sigstore/scaffolding/updatetree:v0.7.5@sha256:6931d76881035a6451353568eb5c29764cf81c3e71dc5cb512e8cd18b2b89983
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.11](https://img.shields.io/badge/Version-0.0.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.17](https://img.shields.io/badge/AppVersion-0.6.17-informational?style=flat-square)
![Version: 0.0.12](https://img.shields.io/badge/Version-0.0.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.7.5](https://img.shields.io/badge/AppVersion-0.7.5-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.6.17@sha256:9fe03dde7324490cc7a84c75dfa3f1de267fc71c1a473fc67491c690e22c32ab"` | |
| spec.image | string | `"ghcr.io/sigstore/scaffolding/updatetree:v0.7.5@sha256:6931d76881035a6451353568eb5c29764cf81c3e71dc5cb512e8cd18b2b89983"` | |
| spec.replicaCount | int | `1` | |
| tolerations | list | `[]` | |
| trillian.adminServer | string | `""` | |
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.17@sha256:9fe03dde7324490cc7a84c75dfa3f1de267fc71c1a473fc67491c690e22c32ab
image: ghcr.io/sigstore/scaffolding/updatetree:v0.7.5@sha256:6931d76881035a6451353568eb5c29764cf81c3e71dc5cb512e8cd18b2b89983
ttlSecondsAfterFinished: 3600
securityContext:
runAsNonRoot: true
Expand Down

0 comments on commit 1c06258

Please sign in to comment.