Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/chgl/kube-powertools docker tag to v2.2.20 #239

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions: read-all
jobs:
lint:
runs-on: ubuntu-22.04
container: ghcr.io/chgl/kube-powertools:v2.2.17@sha256:4f1aaaf3b01e7fabca46e66392de838b1722b2065dec108bc4ed1c1c6a9407a5
container: ghcr.io/chgl/kube-powertools:v2.2.20@sha256:a0e5408a77c51b35d1759e53968f312a18ca3142342109ff848c8e06bea5533b
steps:
- name: Add workspace as safe directory
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release Charts

on:

Check warning on line 3 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

3:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- master
Expand All @@ -13,7 +13,7 @@
jobs:
release:
runs-on: ubuntu-22.04
container: ghcr.io/chgl/kube-powertools:v2.2.17@sha256:4f1aaaf3b01e7fabca46e66392de838b1722b2065dec108bc4ed1c1c6a9407a5
container: ghcr.io/chgl/kube-powertools:v2.2.20@sha256:a0e5408a77c51b35d1759e53968f312a18ca3142342109ff848c8e06bea5533b
permissions:
contents: write
packages: write
Expand All @@ -24,7 +24,7 @@
git config --global --add safe.directory /__w/charts/charts

- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Check warning on line 27 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

27:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand All @@ -45,7 +45,7 @@
run: generate-chart-changelog.sh

- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0

Check warning on line 48 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

48:83 [comments] too few spaces before comment
with:
config: .github/ct/ct.yaml
env:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17
docker run --rm -it -v $PWD:/root/workspace ghcr.io/chgl/kube-powertools:v2.2.20
```

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

Expand Down
Loading