Skip to content

Commit 20c1bea

Browse files
chore(release): 2.3.31 [skip ci]
## [2.3.31](v2.3.30...v2.3.31) (2024-11-25) ### Miscellaneous Chores * **deps:** update all non-major dependencies ([#488](#488)) ([88f2b85](88f2b85)) * **deps:** update docker.io/bitnami/kubectl:1.31.2 docker digest to 0eab9ec ([#486](#486)) ([a76866f](a76866f)) * **deps:** update docker.io/nginxinc/nginx-unprivileged:1.27.2 docker digest to d2ce7dc ([#487](#487)) ([15df337](15df337)) * **deps:** update github-actions ([#489](#489)) ([759c5f2](759c5f2)) ### CI/CD * fix runs-on ([5c5898b](5c5898b)) * use releaser app instead of PAT ([b68ba32](b68ba32))
1 parent 5c5898b commit 20c1bea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ An always up to date collection of useful tools for your Kubernetes linting and
1313
Mount a folder containing your Helm or raw Kubernetes manifests:
1414

1515
```sh
16-
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.30
16+
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.31
1717
```
1818

1919
The container image is pushed to these two registries:
2020

21-
- docker.io/chgl/kube-powertools:v2.3.30
22-
- ghcr.io/chgl/kube-powertools:v2.3.30
21+
- docker.io/chgl/kube-powertools:v2.3.31
22+
- ghcr.io/chgl/kube-powertools:v2.3.31
2323

2424
## Helm Chart Repositories
2525

@@ -33,7 +33,7 @@ For example, you can mount this repository into the `kube-powertools` container
3333
in the `/samples/charts` dir:
3434

3535
```sh
36-
$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.30
36+
$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.31
3737
bash-5.1# CHARTS_DIR=samples/charts chart-powerlint.sh
3838
```
3939

@@ -106,7 +106,7 @@ First, determine the digest of the container image to verify. This digest is als
106106
the packages page on GitHub: <https://github.com/chgl/kube-powertools/pkgs/container/kube-powertools>.
107107

108108
```sh
109-
IMAGE=ghcr.io/chgl/kube-powertools:v2.3.30
109+
IMAGE=ghcr.io/chgl/kube-powertools:v2.3.31
110110
IMAGE_DIGEST=$(crane digest $IMAGE)
111111
IMAGE_TAG="${IMAGE#*:}"
112112
```

0 commit comments

Comments
 (0)