Skip to content

Commit 658e406

Browse files
poussamythi
authored andcommitted
update to v0.3.0
1 parent 29a2fe6 commit 658e406

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

charts/trusted-certificate-issuer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ name: tcs-issuer
33
description: A Helm chart for Trusted Certificate Issuer
44
home: https://github.com/intel/trusted-certificate-issuer
55
type: application
6-
version: 0.2.0
7-
appVersion: "0.2.0"
6+
version: 0.3.0
7+
appVersion: "0.3.0"

charts/trusted-certificate-issuer/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ spec:
3434
- --health-probe-bind-address=:8083
3535
- --user-pin=$USER_PIN
3636
- --so-pin=$SO_PIN
37-
- --use-random-nonce=true
3837
{{- if .Values.controllerExtraArgs }}
3938
{{- with .Values.controllerExtraArgs }}
4039
{{- tpl . $ | trim | indent 8 }}

charts/trusted-certificate-issuer/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ image:
99
# Overrides the image tag whose default is the chart appVersion.
1010
tag: ""
1111

12+
# Any extra arguments for tcs-controller
13+
controllerExtraArgs: {}
14+
#controllerExtraArgs: |-
15+
# - --csr-full-cert-chain=false | true
16+
# - --key-wrap-mechanism=aes_gcm | ads_key_pad_wrap
17+
1218
imagePullSecrets: []
1319

1420
# PKCS11 PIN secrets (base64 encoded)

0 commit comments

Comments
 (0)