Skip to content

Commit b2a8b7b

Browse files
poussaavalluri
authored andcommitted
Release v0.2.0
1 parent d73791f commit b2a8b7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/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 Service for Kubernetes Platform
44
home: https://github.com/intel/trusted-certificate-issuer
55
type: application
6-
version: 0.1.0
7-
appVersion: "0.1.0"
6+
version: 0.2.0
7+
appVersion: "0.2.0"

charts/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
2-
hub: intel
3-
name: trusted-certificate-issuer
4-
tag: "latest"
2+
hub: docker.io
3+
name: intel/trusted-certificate-issuer
4+
tag: 0.2.0
55
pullPolicy: Always
66

77
# Any extra arguments for tcs-controller

deployment/tcs_issuer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ spec:
334334
secretKeyRef:
335335
key: sopin
336336
name: tcs-issuer-pkcs11-conf
337-
image: intel/trusted-certificate-issuer:latest
337+
image: docker.io/intel/trusted-certificate-issuer:0.2.0
338338
imagePullPolicy: Always
339339
livenessProbe:
340340
httpGet:

0 commit comments

Comments
 (0)