diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c98ba04c..5bf8599c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ permissions: read-all jobs: lint: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.2.22@sha256:b88833eb236e33965b448e7ff564c159df0509053cafb918553a14fbbc861bae + container: ghcr.io/chgl/kube-powertools:v2.2.33@sha256:cc116dbc915200448eeb58b851d84942bb88e70e951009ece3e4dab86dbbe748 steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 20ecd416..1b137261 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ permissions: read-all jobs: release: runs-on: ubuntu-22.04 - container: ghcr.io/chgl/kube-powertools:v2.2.22@sha256:b88833eb236e33965b448e7ff564c159df0509053cafb918553a14fbbc861bae + container: ghcr.io/chgl/kube-powertools:v2.2.33@sha256:cc116dbc915200448eeb58b851d84942bb88e70e951009ece3e4dab86dbbe748 permissions: contents: write packages: write diff --git a/README.md b/README.md index 182f8dcf..7caa694d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,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.22 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.33 ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -45,7 +45,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.22 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.33 bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path - ```