Revert "Merge branch 'rc' into mrozentsvayg/cloudflare-custom-hostname"

This reverts commit e91df7779390942774c70079add77a4ff18638e2, reversing
changes made to 880220a2b6c801c4d4cea52ca858527426555e36.
This commit is contained in:
Mikhail Rozentsvayg 2025-02-17 11:46:33 -08:00
parent e91df77793
commit 9e8ad89071
9 changed files with 14 additions and 20 deletions

View File

@ -2,9 +2,9 @@ name: Go
on:
push:
branches: [ master, rc ]
branches: [ master ]
pull_request:
branches: [ master, rc ]
branches: [ master ]
permissions:
contents: read # to fetch code (actions/checkout)

View File

@ -2,10 +2,10 @@ name: "CodeQL analysis"
on:
push:
branches: [ master, rc ]
branches: [ master]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master, rc ]
branches: [ master ]
schedule:
- cron: '35 13 * * 5'
workflow_dispatch:

View File

@ -7,7 +7,6 @@ on:
- synchronize
branches:
- master
- rc
jobs:
approve:

View File

@ -1,9 +1,9 @@
name: json-yaml-validate
on:
push:
branches: [ master, rc ]
branches: [ master ]
pull_request:
branches: [ master, rc ]
branches: [ master ]
workflow_dispatch:
permissions:

View File

@ -1,10 +1,8 @@
name: Lint
on:
push:
branches: [ master, rc ]
pull_request:
branches: [ master, rc ]
branches: [ master ]
jobs:
lint:

View File

@ -4,7 +4,6 @@ on:
push:
branches:
- master
- rc
paths:
- "charts/external-dns/Chart.yaml"
@ -14,7 +13,7 @@ jobs:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
if: github.repository == 'conduitxyz/external-dns'
if: github.repository == 'kubernetes-sigs/external-dns'
runs-on: ubuntu-latest
defaults:
run:

View File

@ -2,9 +2,9 @@ name: Build all images
on:
push:
branches: [ master, rc ]
branches: [ master ]
pull_request:
branches: [ master, rc ]
branches: [ master ]
permissions:
contents: read # to fetch code (actions/checkout)

View File

@ -105,7 +105,7 @@ build.push/multiarch: ko
KO_DOCKER_REPO=${IMAGE} \
VERSION=${VERSION} \
ko build --tags ${VERSION} --bare --sbom ${IMG_SBOM} \
--image-label org.opencontainers.image.source="https://github.com/conduitxyz/external-dns" \
--image-label org.opencontainers.image.source="https://github.com/kubernetes-sigs/external-dns" \
--image-label org.opencontainers.image.revision=$(shell git rev-parse HEAD) \
--platform=${IMG_PLATFORM} --push=${IMG_PUSH} .

View File

@ -11,17 +11,15 @@ keywords:
- dns
- service
- ingress
home: https://github.com/conduitxyz/external-dns/
icon: https://github.com/conduitxyz/external-dns/raw/master/docs/img/external-dns.png
home: https://github.com/kubernetes-sigs/external-dns/
icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
sources:
- https://github.com/conduitxyz/external-dns/
- https://github.com/kubernetes-sigs/external-dns/
maintainers:
- name: stevehipwell
email: steve.hipwell@gmail.com
annotations:
artifacthub.io/changes: |
- kind: changed
description: "Updated _ExternalDNS_ image repo to ghcr.io/conduitxyz/external-dns"
- kind: added
description: "Added `transportservers` resource to ClusterRole when specifying `f5-transportserver` or `f5-virtualserver` as a source."
- kind: fixed