From 1ab47e887ef6f248a08fe5a966abe0c6ab59d536 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 08:15:37 +0000 Subject: [PATCH] chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.1.26 --- .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 4dfc316a..9af972ae 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.1.24@sha256:20fab71c106f2f8f61271bf5471da151d6a0b81373b2c8de92db75b50e463eb9 + container: ghcr.io/chgl/kube-powertools:v2.1.26@sha256:844ad913e2632e5fbf3f1db2ce4f4871ebe645db6bbf413915752e619ebb9c01 steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 73883273..4842e7e9 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.1.24@sha256:20fab71c106f2f8f61271bf5471da151d6a0b81373b2c8de92db75b50e463eb9 + container: ghcr.io/chgl/kube-powertools:v2.1.26@sha256:844ad913e2632e5fbf3f1db2ce4f4871ebe645db6bbf413915752e619ebb9c01 permissions: contents: write packages: write diff --git a/README.md b/README.md index c722f27c..02b30fd4 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,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.1.24 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.26 ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -48,7 +48,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.1.24 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.1.26 bash-5.0: helm template charts/fhir-server/ | polaris dashboard --config=.polaris.yaml --audit-path=- ```