Update chart version to 0.0.2
and rename chart dir
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.1
|
||||
version: 0.0.2
|
||||
home: https://github.com/docker/attest-provider
|
||||
sources:
|
||||
- https://github.com/docker/attest-provider.git
|
||||
appVersion: 0.0.1
|
||||
appVersion: 0.0.2
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
run: attest-provider
|
||||
spec:
|
||||
containers:
|
||||
- image: docker/attest-provider:dev
|
||||
- image: {{ .Values.image }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
name: attest-provider
|
||||
securityContext:
|
||||
@@ -1,3 +1,5 @@
|
||||
image: "docker/attest-provider:0.0.2@sha256:de950017a4077835504f441d6a7224ea84b51c8d86e75e8c8ac8e307190724fd"
|
||||
|
||||
certDir: /certs
|
||||
clientCAFile: /tmp/gatekeeper/ca.crt
|
||||
port: 8090
|
||||
Reference in New Issue
Block a user