add external secret for datastore encryption by guzzijones · Pull Request #366 · StackStorm/stackstorm-k8s
Well ok then. Apparently, the helm-unittest fork we've been using is not the primary one any more 🤦 . helm-unittest/helm-unittest#102
OK. So, we need to switch to helm-unittest/helm-unittest but there are breaking changes that mean we have to change the cli arg (as you noticed) and some of our tests. One good thing is that the new version supports JSONPath, so we might be able to use names instead of indexes to verify things which will make our unit tests much less obtuse.
I'm not prepared to tackle all of that right now, so maybe we can pin a version on the old fork for the time being. Could you try changing https://github.com/StackStorm/stackstorm-k8s/blob/master/.github/workflows/unit.yaml#LL38C31-L38C72 like this:
- helm plugin install https://github.com/quintush/helm-unittest + helm plugin install https://github.com/quintush/helm-unittest --version v0.2.11