From 9481d9f45273a6a5c6598553cbdae112cb534145 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Oct 2024 04:21:34 +0000 Subject: [PATCH] chore(release): 2.3.27 [skip ci] ## [2.3.27](https://github.com/chgl/kube-powertools/compare/v2.3.26...v2.3.27) (2024-10-21) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([baffdcc](https://github.com/chgl/kube-powertools/commit/baffdcc3d295793e69a7ee49af37cb9e41ca0f39)) * **deps:** update dependency pre-commit to v4 ([#479](https://github.com/chgl/kube-powertools/issues/479)) ([0b91c57](https://github.com/chgl/kube-powertools/commit/0b91c57a49b2be13ca29db453eed7f52b33d8c39)) * **deps:** update docker.io/bitnami/kubectl:1.31.1 docker digest to b509ab6 ([#476](https://github.com/chgl/kube-powertools/issues/476)) ([848983c](https://github.com/chgl/kube-powertools/commit/848983c9302ee010d43a6890c372a826458f826d)) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d9a843..039fa4f 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,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.3.26 +docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27 ``` The container image is pushed to these two registries: -- docker.io/chgl/kube-powertools:v2.3.26 -- ghcr.io/chgl/kube-powertools:v2.3.26 +- docker.io/chgl/kube-powertools:v2.3.27 +- ghcr.io/chgl/kube-powertools:v2.3.27 ## Helm Chart Repositories @@ -33,7 +33,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.3.26 +$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27 bash-5.1# CHARTS_DIR=samples/charts chart-powerlint.sh ``` @@ -106,7 +106,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.3.26 +IMAGE=ghcr.io/chgl/kube-powertools:v2.3.27 IMAGE_DIGEST=$(crane digest $IMAGE) IMAGE_TAG="${IMAGE#*:}" ```