Skip to content

fix(helm): default PostgreSQL to the official maintained image #1088

fix(helm): default PostgreSQL to the official maintained image

fix(helm): default PostgreSQL to the official maintained image #1088

Workflow file for this run

name: link-checker
on:
pull_request:
permissions:
contents: read
jobs:
link-check:
name: Check Links
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Check links
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 #v2.9.0
with:
fail: true
lycheeVersion: v0.23.0
args: --verbose --no-progress -r 20 './**/*.js' './**/*.ts' './**/*.jsx' './**/*.tsx' './**/*.md' './**/*.mkd' './**/*.mdx' './**/*.mdown' './**/*.mdwn' './**/*.mkdn' './**/*.mkdown' './**/*.markdown' './**/*.html' './**/*.htm' './**/*.txt'