Skip to content

Commit

Permalink
chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.3.27 (
Browse files Browse the repository at this point in the history
#564)

Co-authored-by: chgl-renovate[bot] <184750748+chgl-renovate[bot]@users.noreply.github.com>
  • Loading branch information
chgl-renovate[bot] authored Oct 21, 2024
1 parent ee33de4 commit a97d0c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
lint:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.26@sha256:3e7720690202ed4458029e0bbdfb7cc65b3728abd7282d38dcd0d47aa0efb176
container: ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: read-all
jobs:
release:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.26@sha256:3e7720690202ed4458029e0bbdfb7cc65b3728abd7282d38dcd0d47aa0efb176
container: ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
permissions:
contents: write
packages: write
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Each update to the charts is scanned using [Kubescape](https://kubescape.io/) ag
1. Mount the folder in the [kube-powertools](https://github.com/chgl/kube-powertools) container to easily run linters and checks

```sh
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.26@sha256:3e7720690202ed4458029e0bbdfb7cc65b3728abd7282d38dcd0d47aa0efb176
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
```

1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart
Expand All @@ -59,7 +59,7 @@ Each update to the charts is scanned using [Kubescape](https://kubescape.io/) ag
1. (Optional) View the results of the [polaris audit check](https://github.com/FairwindsOps/polaris) in your browser

```sh
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.26@sha256:3e7720690202ed4458029e0bbdfb7cc65b3728abd7282d38dcd0d47aa0efb176
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.27@sha256:2d1a6a5c0c42a29219550a616c5eeaa5ef9d057f28c40c9d83d048f73d57794b
bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=-
```

Expand Down

0 comments on commit a97d0c4

Please sign in to comment.