diff --git a/README.md b/README.md index 7d184361..9d6f4228 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ An always up to date collection of useful tools for your Kubernetes linting and Mount a folder containing your Helm or raw Kubernetes manifests: ```sh -docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.30 +docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.31 ``` The container image is pushed to these two registries: -- docker.io/chgl/kube-powertools:v2.1.30 -- ghcr.io/chgl/kube-powertools:v2.1.30 +- docker.io/chgl/kube-powertools:v2.1.31 +- ghcr.io/chgl/kube-powertools:v2.1.31 ## Helm Chart Repositories @@ -34,7 +34,7 @@ For example, you can mount this repository into the `kube-powertools` container in the `/samples/charts` dir: ```sh -$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.30 +$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.31 bash-5.1# CHARTS_DIR=samples/charts chart-powerlint.sh ``` @@ -102,7 +102,7 @@ First, determine the digest of the container image to verify. This digest is als the packages page on GitHub: . ```sh -IMAGE=ghcr.io/chgl/kube-powertools:v2.1.30 +IMAGE=ghcr.io/chgl/kube-powertools:v2.1.31 IMAGE_DIGEST=$(crane digest $IMAGE) IMAGE_TAG="${IMAGE#*:}" ```