From 2e3290c9969b904e2a02ec54bc799b4613e46786 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 19:42:01 +0200 Subject: [PATCH] chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.2.10 (#402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e367f6dd..534828e2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ permissions: read-all jobs: lint: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.2.5@sha256:457f972e4d81da7d505b9736c2b4fa417cbed14d986c8d9aa15ec2534817b5ac + container: ghcr.io/chgl/kube-powertools:v2.2.10@sha256:4059db6e3a06fcb7167894d3439d9cc4955592e96a5bb139fe3c652283432570 steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 012d12f9..ac7bd642 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,7 +12,7 @@ permissions: read-all jobs: release: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.2.5@sha256:457f972e4d81da7d505b9736c2b4fa417cbed14d986c8d9aa15ec2534817b5ac + container: ghcr.io/chgl/kube-powertools:v2.2.10@sha256:4059db6e3a06fcb7167894d3439d9cc4955592e96a5bb139fe3c652283432570 permissions: contents: write packages: write diff --git a/README.md b/README.md index 9a49d3d6..1e3f7dbc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ helm repo update 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.2.5 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.10 ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -51,7 +51,7 @@ helm repo update 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.2.5 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.10 bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=- ```