From b7f3eaec32c1f2cef102f20f171c6f7639ef8061 Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Wed, 22 Nov 2023 12:34:44 -0500 Subject: [PATCH] bump updatetree for 0.6.10 release (#659) Signed-off-by: Bob Callaway Signed-off-by: Karl Haworth --- charts/updatetree/Chart.yaml | 6 +++--- charts/updatetree/README.md | 4 ++-- charts/updatetree/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/updatetree/Chart.yaml b/charts/updatetree/Chart.yaml index 92c9e9d6..6090414e 100644 --- a/charts/updatetree/Chart.yaml +++ b/charts/updatetree/Chart.yaml @@ -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: @@ -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 diff --git a/charts/updatetree/README.md b/charts/updatetree/README.md index bc64401e..469fb94b 100644 --- a/charts/updatetree/README.md +++ b/charts/updatetree/README.md @@ -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 @@ -28,7 +28,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"` | | diff --git a/charts/updatetree/values.yaml b/charts/updatetree/values.yaml index 24c572df..506b1b3a 100644 --- a/charts/updatetree/values.yaml +++ b/charts/updatetree/values.yaml @@ -9,7 +9,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