Merge pull request #37 from docker/bump-version

Fix configmap volume yaml and bump version
This commit is contained in:
Jonny Stoten
2024-07-05 16:37:27 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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