Skip to content

Commit a5c9e2a

Browse files
committed
chore(external-dns-crds): update chart and app versions to 1.17.0 and 0.17.0
Signed-off-by: Arthur Le Roux <[email protected]>
1 parent 3550ffe commit a5c9e2a

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

charts/external-dns-crds/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
name: external-dns-crds
33
description: A Helm chart to manage external-dns CRDs
4-
version: 1.15.0
5-
appVersion: 0.15.0
4+
version: 1.17.0
5+
appVersion: 0.17.0
66
maintainers:
77
- name: Wiremind
88
url: https://github.com/wiremind/wiremind-helm-charts

charts/external-dns-crds/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ This Chart contains CRDs needed by [external-dns](https://github.com/kubernetes-
44

55
The Chart has the same version as the `external-dns`s, try to keep them equal even when no changes on the CRDs are made.
66

7-
The CRDs are retrieved/adjusted from [here](https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns/crdss), Checkout the right tag and see if there are any changes.
7+
The CRDs are retrieved/adjusted from the [external-dns CRDs directory](https://github.com/kubernetes-sigs/external-dns/tree/master/charts/external-dns/crds), Checkout the right tag and see if there are any changes.
88

99
If the version of the CRDs changes, aka breaking changes (this doesn't happen every day) more actions will be required!

charts/external-dns-crds/templates/dnsendpoint.yaml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
4-
name: dnsendpoints.externaldns.k8s.io
54
annotations:
65
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/external-dns/pull/2007
6+
name: dnsendpoints.externaldns.k8s.io
77
spec:
88
group: externaldns.k8s.io
99
names:
@@ -16,6 +16,9 @@ spec:
1616
- name: v1alpha1
1717
schema:
1818
openAPIV3Schema:
19+
description: |-
20+
DNSEndpoint is a contract that a user-specified CRD must implement to be used as a source for external-dns.
21+
The user-specified CRD should also have the status sub-resource.
1922
properties:
2023
apiVersion:
2124
description: |-
@@ -39,9 +42,7 @@ spec:
3942
properties:
4043
endpoints:
4144
items:
42-
description:
43-
Endpoint is a high-level way of a connection between
44-
a service and an IP
45+
description: Endpoint is a high-level way of a connection between a service and an IP
4546
properties:
4647
dnsName:
4748
description: The hostname of the DNS record
@@ -54,9 +55,7 @@ spec:
5455
providerSpecific:
5556
description: ProviderSpecific stores provider specific config
5657
items:
57-
description:
58-
ProviderSpecificProperty holds the name and value
59-
of a configuration which is specific to individual DNS providers
58+
description: ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers
6059
properties:
6160
name:
6261
type: string
@@ -69,15 +68,10 @@ spec:
6968
format: int64
7069
type: integer
7170
recordType:
72-
description:
73-
RecordType type of record, e.g. CNAME, A, AAAA,
74-
SRV, TXT etc
71+
description: RecordType type of record, e.g. CNAME, A, AAAA, SRV, TXT etc
7572
type: string
7673
setIdentifier:
77-
description:
78-
Identifier to distinguish multiple records with
79-
the same name and type (e.g. Route53 records with routing
80-
policies other than 'simple')
74+
description: Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
8175
type: string
8276
targets:
8377
description: The targets the DNS record points to

0 commit comments

Comments
 (0)