You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The open source helm charts are close to getting approval to merge. Each chart requires tests. I have added trivial tests to each that simply echo the name of the chart, but they need to be updated to be more substantial and ensure the network is functioning properly.
The charts have been reviewed many times; however, additional items are found each time that need to be corrected. Here are the PRs:
Despite having the trivial tests, the ibm-blockchain-channel and ibm-blockchain-chaincode chart tests cannot be found by the charts repo CI, so I’m not sure what’s going on there.
I have reflected these changes into the ibm-container-service repository so that they currently match; however, I cannot get the channel creation chart to succeed. I’ve spend days debugging it, but I can’t seem to figure out what’s going on. If either of you could take a look, that would be great.
The text was updated successfully, but these errors were encountered:
@mrshah-at-ibm / @dhyey-ibm, I have been updating the helm charts in this repository and then copying them over to the charts repository.
PR #59 has my changes in it for this repository, but as you can see in the PR there are some issues with channel creation that I cannot get to the bottom of.
Once these issues are resolved, the PR should be merged and copied into the official PRs in the charts repository.
@mrshah-at-ibm / @dhyey-ibm, both of you should have access to my repository so that you can make updates to the three PRs. Each Chart for the charts repository has a branch, one chart per branch and they are as follows:
The open source helm charts are close to getting approval to merge. Each chart requires tests. I have added trivial tests to each that simply echo the name of the chart, but they need to be updated to be more substantial and ensure the network is functioning properly.
The charts have been reviewed many times; however, additional items are found each time that need to be corrected. Here are the PRs:
Despite having the trivial tests, the
ibm-blockchain-channel
andibm-blockchain-chaincode
chart tests cannot be found by thecharts
repo CI, so I’m not sure what’s going on there.I have reflected these changes into the ibm-container-service repository so that they currently match; however, I cannot get the channel creation chart to succeed. I’ve spend days debugging it, but I can’t seem to figure out what’s going on. If either of you could take a look, that would be great.
The text was updated successfully, but these errors were encountered: