File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ depName=$(echo "$depName" | tr ' ' '\n' | sort -u | xargs)
2727
2828echo " Changed dep name is: $depName to $newVersion "
2929
30- docker run --rm -v " ${PWD} :/root/workspace" ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f /root/workspace/.github/renovate-bump-version.sh " ${depName} " " ${newVersion} "
30+ docker run --rm -v " ${PWD} :/root/workspace" ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88 /root/workspace/.github/renovate-bump-version.sh " ${depName} " " ${newVersion} "
Original file line number Diff line number Diff line change 1616 chart-lint :
1717 name : Lint Charts
1818 runs-on : ubuntu-24.04
19- container : ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f
19+ container : ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88
2020 steps :
2121 - name : Harden Runner
2222 uses : step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
Original file line number Diff line number Diff line change 1515 release :
1616 name : Release Charts
1717 runs-on : ubuntu-24.04
18- container : ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f
18+ container : ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88
1919 permissions :
2020 contents : write
2121 packages : write
9393 update-kubescape-reports :
9494 name : Update Kubescape Reports
9595 runs-on : ubuntu-24.04
96- container : ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f
96+ container : ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88
9797 permissions :
9898 contents : write
9999 needs :
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ helm repo update
38381 . Mount the folder in the [ kube-powertools] ( https://github.com/chgl/kube-powertools ) container to easily run linters and checks
3939
4040 ``` sh
41- docker run --rm -it -v $PWD :/root/workspace ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f
41+ docker run --rm -it -v $PWD :/root/workspace ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88
4242 ```
4343
44441 . Run chart-testing and the ` chart-powerlint.sh ` script to lint the chart
@@ -63,7 +63,7 @@ helm repo update
63631 . (Optional) View the results of the [ polaris audit check] ( https://github.com/FairwindsOps/polaris ) in your browser
6464
6565 ``` sh
66- $ docker run --rm -it -p 9090:8080 -v $PWD :/root/workspace ghcr.io/chgl/kube-powertools:v2.5.14 @sha256:6599410af05496640c190d1847904f89392cea8cecead5d4e9c3d3468b2b403f
66+ $ docker run --rm -it -p 9090:8080 -v $PWD :/root/workspace ghcr.io/chgl/kube-powertools:v2.5.15 @sha256:d7050c728f9f73b55531d71aa5e1be8509a7764d9dd1c3c8eed578aee3c2ac88
6767 bash-5.0: helm template charts/fhir-gateway/ | polaris dashboard --config .polaris.yaml --audit-path -
6868 ```
6969
You can’t perform that action at this time.
0 commit comments