Skip to content

Commit

Permalink
chore(release): 2.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.8](v2.2.7...v2.2.8) (2023-10-09)

### Miscellaneous Chores

* **deps:** update docker.io/nginxinc/nginx-unprivileged:1.25.2 docker digest to ad9a0ff ([018b507](018b507))
  • Loading branch information
semantic-release-bot committed Oct 9, 2023
1 parent 018b507 commit b894736
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 @@ -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.2.7
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.8
```

The container image is pushed to these two registries:

- docker.io/chgl/kube-powertools:v2.2.7
- ghcr.io/chgl/kube-powertools:v2.2.7
- docker.io/chgl/kube-powertools:v2.2.8
- ghcr.io/chgl/kube-powertools:v2.2.8

## Helm Chart Repositories

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

Expand Down Expand Up @@ -107,7 +107,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.2.7
IMAGE=ghcr.io/chgl/kube-powertools:v2.2.8
IMAGE_DIGEST=$(crane digest $IMAGE)
IMAGE_TAG="${IMAGE#*:}"
```
Expand Down

0 comments on commit b894736

Please sign in to comment.