Skip to content

Bump Helm chart

Bump Helm chart #27

Workflow file for this run

name: Bump Helm chart
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * 3"
jobs:
bump-chart:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Bump chart
uses: Scalified/helm-chart-bump-action@v2
with:
token: "${{ secrets.GH_TOKEN }}"
dockerhub-repository: postgres
chart-file-path: charts/postgres/Chart.yaml
docker-image-tag-pattern: '^v?[0-9]+(\.[0-9]+)?(\.[0-9]+)?$'