This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Releases: postfinance/hlfabric-k8scc
Releases · postfinance/hlfabric-k8scc
Fix Chaincode Pod Name Problem
2.2.1-k8scc0.0.10 remove to lowercase for ccid
Fix Chaincode CrashLoopBackOff Problem
Change Chaincode RestartPolicy from
RestartPolicy: apiv1.RestartPolicyAlways,
to
RestartPolicy: apiv1.RestartPolicyNever,
v0.0.9
fix: CC pod should not restart on error, instead it needs to be recre…