Compare commits

...

2 Commits

3 changed files with 4 additions and 4 deletions

@ -13,7 +13,7 @@ on:
jobs:
generate-parameters:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:23.6.0-alpine
runs-on:
- ubuntu-latest
steps:

@ -13,7 +13,7 @@ on:
jobs:
markdown-link-checker:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:23.6.0-alpine
runs-on:
- ubuntu-latest
steps:
@ -29,7 +29,7 @@ jobs:
markdown-lint:
container:
image: docker.io/library/node:22.13.0-alpine
image: docker.io/library/node:23.6.0-alpine
runs-on:
- ubuntu-latest
steps:

@ -46,7 +46,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
versions can break something!
```bash
CHART_VERSION=0.1.0
CHART_VERSION=0.3.1
helm show values prometheus-exporters/prometheus-postgres-exporter --version "${CHART_VERSION}" > values.yaml
```