Skip to content

Commit

Permalink
chore(release): 2.3.24 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.24](v2.3.23...v2.3.24) (2024-09-30)

### Miscellaneous Chores

* **deps:** update all non-major dependencies ([f8f4983](f8f4983))
* **deps:** update dependency ubuntu to v24 ([#473](#473)) ([d843a72](d843a72))
* **deps:** update docker.io/bitnami/kubectl:1.31.1 docker digest to da4a986 ([#470](#470)) ([4d248b3](4d248b3))
* **deps:** update docker.io/nginxinc/nginx-unprivileged:1.27.1 docker digest to 09d7e89 ([#469](#469)) ([b2e9404](b2e9404))
* **deps:** update github-actions ([#472](#472)) ([d1d7d18](d1d7d18))
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent f8f4983 commit 97b80fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.23
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.24
```

The container image is pushed to these two registries:

- docker.io/chgl/kube-powertools:v2.3.23
- ghcr.io/chgl/kube-powertools:v2.3.23
- docker.io/chgl/kube-powertools:v2.3.24
- ghcr.io/chgl/kube-powertools:v2.3.24

## Helm Chart Repositories

Expand All @@ -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.23
$ docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.24
bash-5.1# CHARTS_DIR=samples/charts chart-powerlint.sh
```

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

```sh
IMAGE=ghcr.io/chgl/kube-powertools:v2.3.23
IMAGE=ghcr.io/chgl/kube-powertools:v2.3.24
IMAGE_DIGEST=$(crane digest $IMAGE)
IMAGE_TAG="${IMAGE#*:}"
```
Expand Down

0 comments on commit 97b80fd

Please sign in to comment.