Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.
We are trying to use a latest like version of your docker image in gitlab ci pipeline. As gitlab needs a shell image, we use the -helm images since the normal one are scratch image.
Would it be possible to publish a floating helm image in order to always get the latest image for pipelines?
Kaniko also provides two floating tag (latest for scratch and debug for ci/shell purpose) and each version has two version (scratch and one with shell)
Besides I did not find the Dockerfile in your repository..
This makes sense, when doing implementing this I also discovered that zegl/kube-score:latest doesn't point to the latest version (currently v1.7.1), so thanks for highlighting this.
Hello
We are trying to use a latest like version of your docker image in gitlab ci pipeline. As gitlab needs a shell image, we use the
-helm
images since the normal one are scratch image.Would it be possible to publish a floating
helm
image in order to always get the latest image for pipelines?Kaniko also provides two floating tag (latest for
scratch
anddebug
for ci/shell purpose) and each version has two version (scratch
and one with shell)Besides I did not find the
Dockerfile
in your repository..Thank you very much