From f4af3d71c67a02f9db7344d1682467c54e83a46b Mon Sep 17 00:00:00 2001 From: "miracum-renovate[bot]" <184965040+miracum-renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:22:22 +0000 Subject: [PATCH] chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.3.36 --- .github/renovate-post-upgrade.sh | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/renovate-post-upgrade.sh b/.github/renovate-post-upgrade.sh index cb088e23..10acd780 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.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}" +docker run --rm -v "${PWD}:/root/workspace" ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3a84b78..2bda49ff 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.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a + container: ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f steps: - name: Add workspace as safe directory run: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 10583947..14d6021b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ permissions: jobs: release: runs-on: ubuntu-24.04 - container: ghcr.io/chgl/kube-powertools:v2.3.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a + container: ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f permissions: contents: write packages: write @@ -88,7 +88,7 @@ jobs: update-kubescape-reports: runs-on: ubuntu-24.04 - container: ghcr.io/chgl/kube-powertools:v2.3.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a + container: ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f permissions: contents: write needs: diff --git a/README.md b/README.md index 10db8356..7d8f2c75 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a + docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f ``` 1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart @@ -38,7 +38,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.35@sha256:c9335d63cd73e01456b56f2593ab67228b5a880f2e5d7c0114e2715f96bd692a + $ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.36@sha256:1424a809e85eda3a6d7afb2386bdc3b9ac03b2b5244924a7be4851b15a2eca4f bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path - ```