diff --git a/.github/renovate-post-upgrade.sh b/.github/renovate-post-upgrade.sh index d0401ba6..1d23bc38 100755 --- a/.github/renovate-post-upgrade.sh +++ b/.github/renovate-post-upgrade.sh @@ -16,4 +16,4 @@ fi echo "Changed dep name is: $depName to $newVersion" -docker run --rm -v "${PWD}:/root/workspace" ghcr.io/chgl/kube-powertools:v2.3.30@sha256:b7e588f30df97635c271e49ebd15e84c3d2845a67f0eaf20e9c273ad269b2964 /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}" +docker run --rm -v "${PWD}:/root/workspace" ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e53fa6e..550730fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,7 +15,7 @@ permissions: read-all jobs: lint: runs-on: ubuntu-24.04 - container: ghcr.io/chgl/kube-powertools:v2.3.30@sha256:b7e588f30df97635c271e49ebd15e84c3d2845a67f0eaf20e9c273ad269b2964 + container: ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a66fe21..5942cd0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ permissions: read-all jobs: release: runs-on: ubuntu-24.04 - container: ghcr.io/chgl/kube-powertools:v2.3.30@sha256:b7e588f30df97635c271e49ebd15e84c3d2845a67f0eaf20e9c273ad269b2964 + container: ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae permissions: contents: write packages: write diff --git a/README.md b/README.md index 5b183d5d..34334ad0 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.3.30@sha256:b7e588f30df97635c271e49ebd15e84c3d2845a67f0eaf20e9c273ad269b2964 + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae ``` 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.3.30@sha256:b7e588f30df97635c271e49ebd15e84c3d2845a67f0eaf20e9c273ad269b2964 + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.34@sha256:153b27c2b222c9f5f47e09aa3c56e284834c5221a8f59fd2aefd77c91180c2ae bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path - ```