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 tuf chart for v0.6.17 scaffolding release #720

Merged
merged 1 commit into from Mar 6, 2024
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/tuf/Chart.yaml
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.11
appVersion: "0.6.16"
version: 0.1.12
appVersion: "0.6.17"

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.16@sha256:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7
image: ghcr.io/sigstore/scaffolding/server:v0.6.17@sha256:496b443c82be2c4a14a6e3dfbfa9ccae5b6eaedd7a3aca58b84ddae9492d9906
4 changes: 2 additions & 2 deletions charts/tuf/README.md
@@ -1,6 +1,6 @@
# tuf

![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)
![Version: 0.1.12](https://img.shields.io/badge/Version-0.1.12-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)

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:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7"` | |
| deployment.version | string | `"sha256:496b443c82be2c4a14a6e3dfbfa9ccae5b6eaedd7a3aca58b84ddae9492d9906"` | |
| enabled | bool | `true` | |
| forceNamespace | string | `""` | |
| fullnameOverride | string | `"tuf"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/tuf/values.yaml
Expand Up @@ -11,8 +11,8 @@ deployment:
replicas: 1
registry: ghcr.io
repository: sigstore/scaffolding/server
# v0.6.16
version: sha256:66084c466e3a0a53e83bdc72561ce79dc8f2783a6dd34144a907054e50737eb7
# v0.6.17
version: sha256:496b443c82be2c4a14a6e3dfbfa9ccae5b6eaedd7a3aca58b84ddae9492d9906
imagePullPolicy: IfNotPresent
port: 8080

Expand Down