sigs.k8s.io/external-dns@v0.14.1/charts/external-dns/Chart.yaml (about)

     1  apiVersion: v2
     2  name: external-dns
     3  description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
     4  type: application
     5  version: 1.14.3
     6  appVersion: 0.14.0
     7  keywords:
     8    - kubernetes
     9    - externaldns
    10    - external-dns
    11    - dns
    12    - service
    13    - ingress
    14  home: https://github.com/kubernetes-sigs/external-dns/
    15  icon: https://github.com/kubernetes-sigs/external-dns/raw/master/docs/img/external-dns.png
    16  sources:
    17    - https://github.com/kubernetes-sigs/external-dns/
    18  maintainers:
    19    - name: stevehipwell
    20      email: steve.hipwell@gmail.com
    21  annotations:
    22    artifacthub.io/changes: |
    23      - kind: fixed
    24        description: "Fixed args for webhook deployment."
    25      - kind: fixed
    26        description: "Fixed support for `gateway-grpcroute`, `gateway-tlsroute`, `gateway-tcproute` & `gateway-udproute`."
    27      - kind: fixed
    28        description: "Fixed incorrect implementation for setting the `automountServiceAccountToken`."