Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tuf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: tuf
description: A framework for securing software update systems - the scaffolding implementation
type: application
version: 0.1.4
version: 0.1.5
appVersion: "0.4.6"

home: https://sigstore.dev/
Expand Down
1 change: 1 addition & 0 deletions charts/tuf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +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.resources | string | `""` | |
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt this be an object?

| deployment.version | string | `"sha256:719ea3fe44c52af5a5fedab2168429872e37e97b9f063977fc164d60a5a14b53"` | |
| enabled | bool | `true` | |
| forceNamespace | string | `""` | |
Expand Down
4 changes: 4 additions & 0 deletions charts/tuf/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ spec:
- name: tuf-secrets
mountPath: "/var/run/tuf-secrets"
readOnly: true
{{- if .Values.deployment.resources }}
resources:
{{ toYaml .Values.deployment.resources | indent 10 }}
{{- end }}
volumes:
- name: tuf-secrets
projected:
Expand Down