Skip to content

Commit

Permalink
chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.3.39 (
Browse files Browse the repository at this point in the history
#445)

Co-authored-by: miracum-renovate[bot] <184965040+miracum-renovate[bot]@users.noreply.github.com>
  • Loading branch information
miracum-renovate[bot] authored Jan 14, 2025
1 parent ca8787a commit 151ac06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/renovate-post-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2 /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}"
docker run --rm -v "${PWD}:/root/workspace" ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58 /root/workspace/.github/renovate-bump-version.sh "${depName}" "${newVersion}"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions: read-all
jobs:
lint:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2
container: ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58
steps:
- name: Add workspace as safe directory
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2
container: ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

update-kubescape-reports:
runs-on: ubuntu-24.04
container: ghcr.io/chgl/kube-powertools:v2.3.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2
container: ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58
permissions:
contents: write
needs:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58
```

1. Run chart-testing and the `chart-powerlint.sh` script to lint the chart
Expand All @@ -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.38@sha256:ed3116b251d78b939e2c080395ba5d166e19b71554f4262572720d5b15b09fe2
$ docker run --rm -it -p 9090:8080 -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.3.39@sha256:99fbd5ab9f1d7eb3591a7e695effb06d999d0098698feec88489356d06f9da58
bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path -
```

Expand Down

0 comments on commit 151ac06

Please sign in to comment.