Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avalluri committed Nov 8, 2022
1 parent fc5fb53 commit ae5857a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: tcs-issuer
description: A Helm chart for Trusted Certificate Service for Kubernetes Platform
home: https://github.com/intel/trusted-certificate-issuer
type: application
version: 0.1.0
appVersion: "0.1.0"
version: 0.4.0
appVersion: "0.4.0"
2 changes: 1 addition & 1 deletion charts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
hub: intel
name: trusted-certificate-issuer
tag: "latest"
tag: 0.4.0
pullPolicy: Always

# Any extra arguments for tcs-controller
Expand Down
2 changes: 1 addition & 1 deletion deployment/tcs_issuer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
secretKeyRef:
key: sopin
name: tcs-issuer-pkcs11-conf
image: docker.io/intel/trusted-certificate-issuer:latest
image: docker.io/intel/trusted-certificate-issuer:0.4.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit ae5857a

Please sign in to comment.