Skip to content

Commit

Permalink
Bump scaffold for Fulcio v1.5.0 (#773)
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper authored Jul 10, 2024
1 parent 3f687bf commit 350159e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
6 changes: 3 additions & 3 deletions charts/scaffold/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: fulcio
repository: https://sigstore.github.io/helm-charts
version: 2.3.20
version: 2.3.21
- name: rekor
repository: https://sigstore.github.io/helm-charts
version: 1.4.2
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: tsa
repository: https://sigstore.github.io/helm-charts
version: 1.0.3
digest: sha256:caf960fdcf37c5819ddd2c2719cc557d28d59923cca4fd8c273f8dc0c94a15a5
generated: "2024-06-27T09:57:50.636761-04:00"
digest: sha256:db84a3c0345e66c011100fcce8cd8b5c43adda79cc4c6e385a59991dd5225763
generated: "2024-07-10T15:24:11.347772681Z"
4 changes: 2 additions & 2 deletions charts/scaffold/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Scaffolding the components of the sigstore architecture

type: application

version: 0.6.51
version: 0.6.52
keywords:
- security
- pki
Expand All @@ -16,7 +16,7 @@ maintainers:

dependencies:
- name: fulcio
version: 2.3.20
version: 2.3.21
repository: https://sigstore.github.io/helm-charts
condition: fulcio.enabled
- name: rekor
Expand Down
35 changes: 28 additions & 7 deletions charts/scaffold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- This README.md is generated. Please edit README.md.gotmpl -->

![Version: 0.6.50](https://img.shields.io/badge/Version-0.6.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.6.52](https://img.shields.io/badge/Version-0.6.52-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Scaffolding the components of the sigstore architecture

Expand Down Expand Up @@ -36,25 +36,29 @@ helm uninstall [RELEASE_NAME]

| Repository | Name | Version |
|------------|------|---------|
| https://sigstore.github.io/helm-charts | ctlog | 0.2.52 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.19 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.0 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.22 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.2 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.12 |
| https://sigstore.github.io/helm-charts | ctlog | 0.2.53 |
| https://sigstore.github.io/helm-charts | fulcio | 2.3.21 |
| https://sigstore.github.io/helm-charts | rekor | 1.4.2 |
| https://sigstore.github.io/helm-charts | trillian | 0.2.24 |
| https://sigstore.github.io/helm-charts | tsa | 1.0.3 |
| https://sigstore.github.io/helm-charts | tuf | 0.1.14 |

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| copySecretJob.affinity | object | `{}` | |
| copySecretJob.backoffLimit | int | `6` | |
| copySecretJob.enabled | bool | `false` | |
| copySecretJob.imagePullPolicy | string | `"IfNotPresent"` | |
| copySecretJob.name | string | `"copy-secrets-job"` | |
| copySecretJob.nodeSelector | object | `{}` | |
| copySecretJob.registry | string | `"docker.io"` | |
| copySecretJob.repository | string | `"alpine/k8s"` | |
| copySecretJob.serviceaccount | string | `"tuf-secret-copy-job"` | |
| copySecretJob.tolerations | list | `[]` | |
| copySecretJob.version | string | `"sha256:fb0d2db81fb0f98abb1adf5246d6f0f4d19f34031afe4759cb7ad8e2eb8d2c01"` | |
| ctlog.affinity | object | `{}` | |
| ctlog.createcerts.fullnameOverride | string | `"ctlog-createcerts"` | |
| ctlog.createtree.displayName | string | `"ctlog-tree"` | |
| ctlog.createtree.fullnameOverride | string | `"ctlog-createtree"` | |
Expand All @@ -63,22 +67,31 @@ helm uninstall [RELEASE_NAME]
| ctlog.fullnameOverride | string | `"ctlog"` | |
| ctlog.namespace.create | bool | `true` | |
| ctlog.namespace.name | string | `"ctlog-system"` | |
| ctlog.nodeSelector | object | `{}` | |
| ctlog.tolerations | list | `[]` | |
| fulcio.affinity | object | `{}` | |
| fulcio.createcerts.fullnameOverride | string | `"fulcio-createcerts"` | |
| fulcio.ctlog.createctconfig.logPrefix | string | `"sigstorescaffolding"` | |
| fulcio.ctlog.enabled | bool | `false` | |
| fulcio.enabled | bool | `true` | |
| fulcio.forceNamespace | string | `"fulcio-system"` | |
| fulcio.namespace.create | bool | `true` | |
| fulcio.namespace.name | string | `"fulcio-system"` | |
| fulcio.nodeSelector | object | `{}` | |
| fulcio.server.fullnameOverride | string | `"fulcio-server"` | |
| fulcio.tolerations | list | `[]` | |
| rekor.affinity | object | `{}` | |
| rekor.enabled | bool | `true` | |
| rekor.forceNamespace | string | `"rekor-system"` | |
| rekor.fullnameOverride | string | `"rekor"` | |
| rekor.namespace.create | bool | `true` | |
| rekor.namespace.name | string | `"rekor-system"` | |
| rekor.nodeSelector | object | `{}` | |
| rekor.redis.fullnameOverride | string | `"rekor-redis"` | |
| rekor.server.fullnameOverride | string | `"rekor-server"` | |
| rekor.tolerations | list | `[]` | |
| rekor.trillian.enabled | bool | `false` | |
| trillian.affinity | object | `{}` | |
| trillian.enabled | bool | `true` | |
| trillian.forceNamespace | string | `"trillian-system"` | |
| trillian.fullnameOverride | string | `"trillian"` | |
Expand All @@ -91,16 +104,23 @@ helm uninstall [RELEASE_NAME]
| trillian.mysql.fullnameOverride | string | `"trillian-mysql"` | |
| trillian.namespace.create | bool | `true` | |
| trillian.namespace.name | string | `"trillian-system"` | |
| trillian.nodeSelector | object | `{}` | |
| trillian.tolerations | list | `[]` | |
| tsa.affinity | object | `{}` | |
| tsa.enabled | bool | `false` | |
| tsa.forceNamespace | string | `"tsa-system"` | |
| tsa.namespace.create | bool | `true` | |
| tsa.namespace.name | string | `"tsa-system"` | |
| tsa.nodeSelector | object | `{}` | |
| tsa.server.fullnameOverride | string | `"tsa-server"` | |
| tsa.tolerations | list | `[]` | |
| tuf.affinity | object | `{}` | |
| tuf.enabled | bool | `false` | |
| tuf.forceNamespace | string | `"tuf-system"` | |
| tuf.fullnameOverride | string | `"tuf"` | |
| tuf.namespace.create | bool | `true` | |
| tuf.namespace.name | string | `"tuf-system"` | |
| tuf.nodeSelector | object | `{}` | |
| tuf.secrets.ctlog.name | string | `"ctlog-public-key"` | |
| tuf.secrets.ctlog.path | string | `"ctfe.pub"` | |
| tuf.secrets.fulcio.name | string | `"fulcio-server-secret"` | |
Expand All @@ -109,6 +129,7 @@ helm uninstall [RELEASE_NAME]
| tuf.secrets.rekor.path | string | `"rekor.pub"` | |
| tuf.secrets.tsa.name | string | `"tsa-cert-chain"` | |
| tuf.secrets.tsa.path | string | `"tsa.certchain.pem"` | |
| tuf.tolerations | list | `[]` | |

----------------------------------------------

Expand Down

0 comments on commit 350159e

Please sign in to comment.