mirror of
https://github.com/bitnami/charts.git
synced 2026-04-04 16:27:07 +08:00
[bitnami/external-dns] Fix crd.create=true (#27434)
* Update crd.yaml CRD doesn't work, this solving the problem ) * chore(CRD): Disable auto-update due to #25967 Signed-off-by: Fran Mulero <fmulero@vmware.com> --------- Signed-off-by: Aleksei Pashkin <jr.pashkin@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Signed-off-by: Fran Mulero <fmulero@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com> Co-authored-by: juan131 <jariza@vmware.com> Co-authored-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 8.3.4 (2024-08-07)
|
||||
## 8.3.5 (2024-08-13)
|
||||
|
||||
* [bitnami/external-dns] Release 8.3.4 ([#28711](https://github.com/bitnami/charts/pull/28711))
|
||||
* [bitnami/external-dns] Fix crd.create=true ([#27434](https://github.com/bitnami/charts/pull/27434))
|
||||
|
||||
## <small>8.3.4 (2024-08-07)</small>
|
||||
|
||||
* [bitnami/external-dns] Release 8.3.4 (#28711) ([773fcd7](https://github.com/bitnami/charts/commit/773fcd7b74b7231483b12f25c65a291a52cc2e9c)), closes [#28711](https://github.com/bitnami/charts/issues/28711)
|
||||
|
||||
## <small>8.3.3 (2024-07-25)</small>
|
||||
|
||||
|
||||
@@ -28,4 +28,4 @@ maintainers:
|
||||
name: external-dns
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
|
||||
version: 8.3.4
|
||||
version: 8.3.5
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
# Source: https://raw.githubusercontent.com/kubernetes-sigs/external-dns/v{version}/docs/contributing/crd-source/crd-manifest.yaml
|
||||
# Version: 0.14.2
|
||||
# NOTE: Header with source was intentionally removed to avoid updates in the CRD. Ref: https://github.com/bitnami/charts/issues/25967
|
||||
# Conditional: .Values.crd.create
|
||||
{{- if .Values.crd.create }}
|
||||
---
|
||||
@@ -7,6 +6,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/external-dns/pull/2007
|
||||
controller-gen.kubebuilder.io/version: v0.14.0
|
||||
name: dnsendpoints.externaldns.k8s.io
|
||||
spec:
|
||||
|
||||
Reference in New Issue
Block a user