Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Releases: postfinance/hlfabric-k8scc

Fix Chaincode Pod Name Problem

20 Oct 13:35
9412d88
Compare
Choose a tag to compare
2.2.1-k8scc0.0.10

remove to lowercase for ccid

Fix Chaincode CrashLoopBackOff Problem

06 Jul 06:33
ebc10e7
Compare
Choose a tag to compare

Change Chaincode RestartPolicy from

RestartPolicy:      apiv1.RestartPolicyAlways,

to

RestartPolicy:      apiv1.RestartPolicyNever,

v0.0.9

06 Jul 06:50
ebc10e7
Compare
Choose a tag to compare
fix: CC pod should not restart on error, instead it needs to be recre…