Skip to content

Commit

Permalink
[bitnami/external-dns] Fix crd.create=true (#27434)
Browse files Browse the repository at this point in the history
* Update crd.yaml
CRD doesn't work, this solving the problem ) 

* chore(CRD): Disable auto-update due to #25967

Signed-off-by: Fran Mulero <[email protected]>

---------

Signed-off-by: Aleksei Pashkin <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Carlos Rodríguez Hernández <[email protected]>
Signed-off-by: Fran Mulero <[email protected]>
Co-authored-by: Bitnami Containers <[email protected]>
Co-authored-by: Carlos Rodríguez Hernández <[email protected]>
Co-authored-by: juan131 <[email protected]>
Co-authored-by: Fran Mulero <[email protected]>
  • Loading branch information
5 people authored Aug 13, 2024
1 parent 00a53e4 commit fc11b48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions bitnami/external-dns/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion bitnami/external-dns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions bitnami/external-dns/templates/crds/crd.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 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 }}
---
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:
Expand Down

0 comments on commit fc11b48

Please sign in to comment.