feat: update chart to v0.0.8

This commit is contained in:
mrjoelkamp
2024-07-26 11:04:40 -05:00
parent c62d384b89
commit 74410947ab
4 changed files with 12 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.6
version: 0.0.8
home: https://github.com/docker/attest-provider
sources:
- https://github.com/docker/attest-provider.git
appVersion: 0.0.6
appVersion: 0.0.8

View File

@@ -0,0 +1,3 @@
{{- define "attest-provider.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}}
{{- end -}}

View File

@@ -12,6 +12,8 @@ spec:
metadata:
labels:
run: attest-provider
app: '{{ template "attest-provider.name" . }}'
chart: '{{ template "attest-provider.name" . }}'
spec:
containers:
- image: {{ .Values.image }}
@@ -28,6 +30,9 @@ spec:
{{- if .Values.tufRoot }}
- --tuf-root={{ .Values.tufRoot }}
{{- end }}
{{- if .Values.handlerTimeout }}
- --handler-timeout={{ .Values.handlerTimeout }}
{{- end }}
{{- if .Values.tufMetadataSource }}
- --tuf-metadata-source={{ .Values.tufMetadataSource }}
{{- end }}

View File

@@ -1,8 +1,9 @@
image: "docker/attest-provider:0.0.7@sha256:8542dbb19c9dc2f1137e842710ac8697e734341f02450bb2b47948fb99df819a"
image: "docker/attest-provider:0.0.8@sha256:ad61961bbb9779822e8627c9ddb5c2f29c1ece4ecf9577fb81df02eb108a59ef"
certDir: /certs
clientCAFile: /tmp/gatekeeper/ca.crt
port: 8090
handlerTimeout: 25
replicas: 1
# uncomment these lines to use other TUF root environments