mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/external-dns] ⚡ ⬆️ Update dependency references (#33694)
* [bitnami/external-dns] Release 8.8.3 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update external-dns CRD upstream URL Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CRDs automatically Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Fix typo Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> Signed-off-by: Miguel Ruiz <miguel.ruiz@broadcom.com> Co-authored-by: Miguel Ruiz <miguel.ruiz@broadcom.com>
This commit is contained in:
co-authored by
Miguel Ruiz
parent
f8eebd63a7
commit
266c76501b
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 8.8.2 (2025-05-07)
|
||||
## 8.8.3 (2025-05-26)
|
||||
|
||||
* [bitnami/external-dns] Release 8.8.2 ([#33530](https://github.com/bitnami/charts/pull/33530))
|
||||
* [bitnami/external-dns] :zap: :arrow_up: Update dependency references ([#33694](https://github.com/bitnami/charts/pull/33694))
|
||||
|
||||
## <small>8.8.2 (2025-05-07)</small>
|
||||
|
||||
* [bitnami/external-dns] Release 8.8.2 (#33530) ([79dbc65](https://github.com/bitnami/charts/commit/79dbc6591763e8a23861d7b4318dda1268bf2e01)), closes [#33530](https://github.com/bitnami/charts/issues/33530)
|
||||
|
||||
## <small>8.8.1 (2025-05-06)</small>
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ annotations:
|
||||
category: DeveloperTools
|
||||
images: |
|
||||
- name: external-dns
|
||||
image: docker.io/bitnami/external-dns:0.16.1-debian-12-r6
|
||||
image: docker.io/bitnami/external-dns:0.17.0-debian-12-r0
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: clusterUtility
|
||||
apiVersion: v2
|
||||
appVersion: 0.16.1
|
||||
appVersion: 0.17.0
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: external-dns
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
|
||||
version: 8.8.2
|
||||
version: 8.8.3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Source: https://raw.githubusercontent.com/kubernetes-sigs/external-dns/v{version}/docs/sources/crd/crd-manifest.yaml
|
||||
# Version: 0.16.1
|
||||
# Source: https://raw.githubusercontent.com/kubernetes-sigs/external-dns/refs/tags/v{version}/config/crd/standard/dnsendpoint.yaml
|
||||
# Version: 0.17.0
|
||||
# Conditional: .Values.crd.create
|
||||
{{- if .Values.crd.create }}
|
||||
---
|
||||
@@ -8,7 +8,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/external-dns/pull/2007
|
||||
controller-gen.kubebuilder.io/version: v0.15.0
|
||||
controller-gen.kubebuilder.io/version: v0.17.2
|
||||
name: dnsendpoints.externaldns.k8s.io
|
||||
spec:
|
||||
group: externaldns.k8s.io
|
||||
|
||||
@@ -75,7 +75,7 @@ kubeVersion: ""
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/external-dns
|
||||
tag: 0.16.1-debian-12-r6
|
||||
tag: 0.17.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user