From d99b101824da803a5116de28cd0454418d4835dd Mon Sep 17 00:00:00 2001 From: Bob Callaway Date: Mon, 6 Jan 2025 09:49:27 -0500 Subject: [PATCH] bump tuf chart for v0.7.18 scaffolding release (#883) Signed-off-by: Bob Callaway --- charts/tuf/Chart.yaml | 6 +++--- charts/tuf/README.md | 4 ++-- charts/tuf/values.yaml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/tuf/Chart.yaml b/charts/tuf/Chart.yaml index 0c9236f2..5d66d9a0 100644 --- a/charts/tuf/Chart.yaml +++ b/charts/tuf/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: tuf description: A framework for securing software update systems - the scaffolding implementation type: application -version: 0.1.21 -appVersion: 0.7.15 +version: 0.1.22 +appVersion: 0.7.18 home: https://sigstore.dev/ sources: @@ -17,4 +17,4 @@ annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/images: | - name: scaffolding-tuf - image: ghcr.io/sigstore/scaffolding/server:v0.7.15@sha256:982c6173b6f2f976fd9f58eb543ca9ec5f0d1b7c1a6f7bb0c4b96cff1618c62e + image: ghcr.io/sigstore/scaffolding/server:v0.7.18@sha256:89491a803e95c99be0c4323618f8b10fe6c22900cd0f6b4b035cc06d11b4c16b diff --git a/charts/tuf/README.md b/charts/tuf/README.md index 4d48371d..af2679c9 100644 --- a/charts/tuf/README.md +++ b/charts/tuf/README.md @@ -1,6 +1,6 @@ # tuf -![Version: 0.1.21](https://img.shields.io/badge/Version-0.1.21-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.1.22](https://img.shields.io/badge/Version-0.1.22-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) A framework for securing software update systems - the scaffolding implementation @@ -32,7 +32,7 @@ A framework for securing software update systems - the scaffolding implementatio | deployment.resources | object | `{}` | | | deployment.securityContext | object | `{}` | | | deployment.tolerations | list | `[]` | | -| deployment.version | string | `"sha256:982c6173b6f2f976fd9f58eb543ca9ec5f0d1b7c1a6f7bb0c4b96cff1618c62e"` | | +| deployment.version | string | `"sha256:89491a803e95c99be0c4323618f8b10fe6c22900cd0f6b4b035cc06d11b4c16b"` | | | enabled | bool | `true` | | | forceNamespace | string | `""` | | | fullnameOverride | string | `"tuf"` | | diff --git a/charts/tuf/values.yaml b/charts/tuf/values.yaml index c392fb9b..26dcab7e 100644 --- a/charts/tuf/values.yaml +++ b/charts/tuf/values.yaml @@ -11,8 +11,8 @@ deployment: replicas: 1 registry: ghcr.io repository: sigstore/scaffolding/server - # v0.7.15 - version: sha256:982c6173b6f2f976fd9f58eb543ca9ec5f0d1b7c1a6f7bb0c4b96cff1618c62e + # v0.7.18 + version: sha256:89491a803e95c99be0c4323618f8b10fe6c22900cd0f6b4b035cc06d11b4c16b imagePullPolicy: IfNotPresent port: 8080 resources: {}