From f1fbdde601497d64af8780af6253d57929f2b77e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Oct 2024 03:47:54 +0000 Subject: [PATCH] chore(release): 2.3.25 [skip ci] ## [2.3.25](https://github.com/chgl/kube-powertools/compare/v2.3.24...v2.3.25) (2024-10-01) ### Miscellaneous Chores * **deps:** update github/codeql-action action to v3.26.10 ([136026e](https://github.com/chgl/kube-powertools/commit/136026e15d80f8e1be79726933676ef1cc3e6ee1)) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b441420..fece3e7a 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.24 +docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.25 ``` The container image is pushed to these two registries: -- docker.io/chgl/kube-powertools:v2.3.24 -- ghcr.io/chgl/kube-powertools:v2.3.24 +- docker.io/chgl/kube-powertools:v2.3.25 +- ghcr.io/chgl/kube-powertools:v2.3.25 ## 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.24 +$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.25 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.24 +IMAGE=ghcr.io/chgl/kube-powertools:v2.3.25 IMAGE_DIGEST=$(crane digest $IMAGE) IMAGE_TAG="${IMAGE#*:}" ```