Skip to content

Commit e6e63e9

Browse files
author
Bitnami Bot
authoredMay 17, 2024··
[bitnami/external-dns] Release 7.3.3 (#25962)
* [bitnami/external-dns] Release 7.3.3 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CRDs automatically Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
1 parent c444a3b commit e6e63e9

File tree

3 files changed

+26
-21
lines changed

3 files changed

+26
-21
lines changed
 

‎bitnami/external-dns/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: external-dns
9-
image: docker.io/bitnami/external-dns:0.14.1-debian-12-r8
9+
image: docker.io/bitnami/external-dns:0.14.2-debian-12-r0
1010
apiVersion: v2
11-
appVersion: 0.14.1
11+
appVersion: 0.14.2
1212
dependencies:
1313
- name: common
1414
repository: oci://registry-1.docker.io/bitnamicharts
@@ -28,4 +28,4 @@ maintainers:
2828
name: external-dns
2929
sources:
3030
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
31-
version: 7.3.2
31+
version: 7.3.3

‎bitnami/external-dns/templates/crds/crd.yaml

+22-17
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# Source: https://raw.githubusercontent.com/kubernetes-sigs/external-dns/v{version}/docs/contributing/crd-source/crd-manifest.yaml
2-
# Version: 0.14.1
2+
# Version: 0.14.2
33
# Conditional: .Values.crd.create
44
{{- if .Values.crd.create }}
5-
65
---
76
apiVersion: apiextensions.k8s.io/v1
87
kind: CustomResourceDefinition
98
metadata:
109
annotations:
11-
controller-gen.kubebuilder.io/version: v0.5.0
12-
api-approved.kubernetes.io: "https://github.com/kubernetes-sigs/external-dns/pull/2007"
13-
creationTimestamp: null
10+
controller-gen.kubebuilder.io/version: v0.14.0
1411
name: dnsendpoints.externaldns.k8s.io
1512
spec:
1613
group: externaldns.k8s.io
@@ -26,10 +23,19 @@ spec:
2623
openAPIV3Schema:
2724
properties:
2825
apiVersion:
29-
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
26+
description: |-
27+
APIVersion defines the versioned schema of this representation of an object.
28+
Servers should convert recognized schemas to the latest internal value, and
29+
may reject unrecognized values.
30+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
3031
type: string
3132
kind:
32-
description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
33+
description: |-
34+
Kind is a string value representing the REST resource this object represents.
35+
Servers may infer this from the endpoint the client submits requests to.
36+
Cannot be updated.
37+
In CamelCase.
38+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
3339
type: string
3440
metadata:
3541
type: object
@@ -38,7 +44,8 @@ spec:
3844
properties:
3945
endpoints:
4046
items:
41-
description: Endpoint is a high-level way of a connection between a service and an IP
47+
description: Endpoint is a high-level way of a connection between
48+
a service and an IP
4249
properties:
4350
dnsName:
4451
description: The hostname of the DNS record
@@ -51,7 +58,8 @@ spec:
5158
providerSpecific:
5259
description: ProviderSpecific stores provider specific config
5360
items:
54-
description: ProviderSpecificProperty holds the name and value of a configuration which is specific to individual DNS providers
61+
description: ProviderSpecificProperty holds the name and value
62+
of a configuration which is specific to individual DNS providers
5563
properties:
5664
name:
5765
type: string
@@ -64,10 +72,13 @@ spec:
6472
format: int64
6573
type: integer
6674
recordType:
67-
description: RecordType type of record, e.g. CNAME, A, SRV, TXT etc
75+
description: RecordType type of record, e.g. CNAME, A, AAAA,
76+
SRV, TXT etc
6877
type: string
6978
setIdentifier:
70-
description: Identifier to distinguish multiple records with the same name and type (e.g. Route53 records with routing policies other than 'simple')
79+
description: Identifier to distinguish multiple records with
80+
the same name and type (e.g. Route53 records with routing
81+
policies other than 'simple')
7182
type: string
7283
targets:
7384
description: The targets the DNS record points to
@@ -90,10 +101,4 @@ spec:
90101
storage: true
91102
subresources:
92103
status: {}
93-
status:
94-
acceptedNames:
95-
kind: ""
96-
plural: ""
97-
conditions: []
98-
storedVersions: []
99104
{{- end }}

‎bitnami/external-dns/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ useDaemonset: false
7373
image:
7474
registry: docker.io
7575
repository: bitnami/external-dns
76-
tag: 0.14.1-debian-12-r8
76+
tag: 0.14.2-debian-12-r0
7777
digest: ""
7878
## Specify a imagePullPolicy
7979
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)
Please sign in to comment.