Skip to content

chore(deps): update dependency kubernetes-sigs/external-dns to v0.14.0 #10

chore(deps): update dependency kubernetes-sigs/external-dns to v0.14.0

chore(deps): update dependency kubernetes-sigs/external-dns to v0.14.0 #10

name: Update external-dns-crds
on:
pull_request:
paths:
- charts/external-dns-crds/Chart.yaml
- .github/workflows/update-external-dns-crds.yml
permissions:
contents: write
jobs:
update-crds:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.BOT_CHART_UPDATE_TOKEN }}
- name: Remove files
run: rm charts/external-dns-crds/templates/*
- name: Download new files
run: |
# renovate: datasource=github-releases depName=kubernetes-sigs/external-dns
export VERSION="0.14.0"
curl --silent -Lo charts/external-dns-crds/templates/dnsendpoints.yaml https://raw.githubusercontent.com/kubernetes-sigs/external-dns/v${VERSION}/docs/contributing/crd-source/crd-manifest.yaml
- name: Commit updated files
uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9.1.3
with:
message: "chore(deps): update external-dns-crds"
pull: "--rebase --autostash"
author_name: Community Tooling Bot
author_email: community-tooling@maurice-meyer.de