Fix yaml and bump chart version
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: v2
|
||||
description: A Helm chart for attest external data provider
|
||||
name: attest-provider
|
||||
version: 0.0.4
|
||||
version: 0.0.5
|
||||
home: https://github.com/docker/attest-provider
|
||||
sources:
|
||||
- https://github.com/docker/attest-provider.git
|
||||
appVersion: 0.0.4
|
||||
appVersion: 0.0.5
|
||||
|
||||
@@ -70,8 +70,8 @@ spec:
|
||||
emptyDir: {}
|
||||
{{- if .Values.localPolicyDir }}
|
||||
- name: local-policy
|
||||
secret:
|
||||
configMap: {{ .Values.localPolicyConfigMap }}
|
||||
configMap:
|
||||
name: {{ .Values.localPolicyConfigMap }}
|
||||
{{- end }}
|
||||
{{- if .Values.clientCAFile }}
|
||||
- name: gatekeeper-ca-cert
|
||||
|
||||
Reference in New Issue
Block a user