Merge pull request #41 from docker/feat-update-chart-006

feat: update chart to 0.0.6
This commit is contained in:
Joel Kamp
2024-07-08 14:19:51 -05:00
committed by GitHub
3 changed files with 11 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
description: A Helm chart for attest external data provider
name: attest-provider
version: 0.0.5
version: 0.0.6
home: https://github.com/docker/attest-provider
sources:
- https://github.com/docker/attest-provider.git
appVersion: 0.0.5
appVersion: 0.0.6

View File

@@ -40,6 +40,12 @@ spec:
{{- if .Values.policyCacheDir }}
- --policy-cache-dir={{ .Values.policyCacheDir }}
{{- end }}
{{- if .Values.attestationStyle }}
- --attestation-style={{ .Values.attestationStyle }}
{{- end }}
{{- if .Values.referrersRepo }}
- --referrers-source={{ .Values.referrersRepo }}
{{- end }}
ports:
- containerPort: {{ .Values.port }}

View File

@@ -1,4 +1,4 @@
image: "docker/attest-provider:0.0.3@sha256:7a86f674235cae3f7fa0691ae56d385b2b13951c3cf4cb04356d486a6698d354"
image: "docker/attest-provider:0.0.6@sha256:1403ff1d17ffb9d330e90817ed05d080dec2bd4c9f7e611be07788111040342f"
certDir: /certs
clientCAFile: /tmp/gatekeeper/ca.crt
@@ -13,6 +13,8 @@ replicas: 1
tufMetadataSource: https://docker.github.io/tuf-staging/metadata
tufTargetsSource: https://docker.github.io/tuf-staging/targets
attestationStyle: referrers
provider:
timeout: 30
tls: