Skip to content

Commit

Permalink
Merge pull request #705 from bobcallaway/tuf_bump_scaf_0616
Browse files Browse the repository at this point in the history
bump tuf to scaffolding v0.6.16 release
  • Loading branch information
bobcallaway authored Jan 31, 2024
2 parents a68c1f8 + b1011c8 commit 6cdc493
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/tuf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tuf
description: A framework for securing software update systems - the scaffolding implementation
type: application
version: 0.1.10
appVersion: "0.6.10"
version: 0.1.11
appVersion: "0.6.16"

home: https://sigstore.dev/
sources:
Expand All @@ -17,4 +17,4 @@ annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/images: |
- name: scaffolding-tuf
image: ghcr.io/sigstore/scaffolding/server:v0.6.10@sha256:5e0c4500fb8c93a2f93787af5a4e9620d4905ef99d587ec7ce1119d904de58c9
image: ghcr.io/sigstore/scaffolding/server:v0.6.16@sha256:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7
4 changes: 2 additions & 2 deletions charts/tuf/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# tuf

![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-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)
![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.6.16](https://img.shields.io/badge/AppVersion-0.6.16-informational?style=flat-square)

A framework for securing software update systems - the scaffolding implementation

Expand All @@ -26,7 +26,7 @@ A framework for securing software update systems - the scaffolding implementatio
| deployment.registry | string | `"ghcr.io"` | |
| deployment.replicas | int | `1` | |
| deployment.repository | string | `"sigstore/scaffolding/server"` | |
| deployment.version | string | `"sha256:5e0c4500fb8c93a2f93787af5a4e9620d4905ef99d587ec7ce1119d904de58c9"` | |
| deployment.version | string | `"sha256:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7"` | |
| enabled | bool | `true` | |
| forceNamespace | string | `""` | |
| fullnameOverride | string | `"tuf"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/tuf/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ deployment:
replicas: 1
registry: ghcr.io
repository: sigstore/scaffolding/server
# v0.6.10
version: sha256:5e0c4500fb8c93a2f93787af5a4e9620d4905ef99d587ec7ce1119d904de58c9
# v0.6.16
version: sha256:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7
imagePullPolicy: IfNotPresent
port: 8080

Expand Down

0 comments on commit 6cdc493

Please sign in to comment.