mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 15:07:49 +08:00
[bitnami/external-dns] Remove hardcoded references to image repository (#35692)
This commit is contained in:
committed by
GitHub
parent
29ca30c1b5
commit
c92dc6938a
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 9.0.1 (2025-08-06)
|
||||
## 9.0.2 (2025-08-08)
|
||||
|
||||
* [bitnami/external-dns] :zap: :arrow_up: Update dependency references ([#35469](https://github.com/bitnami/charts/pull/35469))
|
||||
* [bitnami/external-dns] Remove hardcoded references to image repository ([#35692](https://github.com/bitnami/charts/pull/35692))
|
||||
|
||||
## <small>9.0.1 (2025-08-07)</small>
|
||||
|
||||
* [bitnami/*] docs: update BSI warning on charts' notes (#35340) ([07483a5](https://github.com/bitnami/charts/commit/07483a5ed964b409266dc025e4b55bf2eb0f621c)), closes [#35340](https://github.com/bitnami/charts/issues/35340)
|
||||
* [bitnami/external-dns] :zap: :arrow_up: Update dependency references (#35469) ([9bbf214](https://github.com/bitnami/charts/commit/9bbf2141cf0c3613741785474f0ed931d6213ca7)), closes [#35469](https://github.com/bitnami/charts/issues/35469)
|
||||
|
||||
## 9.0.0 (2025-07-18)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.31.0
|
||||
digest: sha256:c4c9af4e0ca23cf2c549e403b2a2bba2c53a3557cee23da09fa4cdf710044c2c
|
||||
generated: "2025-05-06T10:08:42.852213908+02:00"
|
||||
version: 2.31.3
|
||||
digest: sha256:f9c314553215490ea1b94c70082cb152d6ff5916ce185b4e00f5287f81545b4c
|
||||
generated: "2025-08-08T08:33:24.840179+02:00"
|
||||
|
||||
@@ -30,4 +30,4 @@ maintainers:
|
||||
name: external-dns
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/external-dns
|
||||
version: 9.0.1
|
||||
version: 9.0.2
|
||||
|
||||
@@ -367,10 +367,7 @@ external-dns: pdns.apiKey
|
||||
|
||||
{{/* Check if there are rolling tags in the images */}}
|
||||
{{- define "external-dns.checkRollingTags" -}}
|
||||
{{- if and (contains "bitnami/" .Values.image.repository) (not (.Values.image.tag | toString | regexFind "-r\\d+$|sha256:")) }}
|
||||
WARNING: Rolling tag detected ({{ .Values.image.repository }}:{{ .Values.image.tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment.
|
||||
+info https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html
|
||||
{{- end }}
|
||||
{{- include "common.warnings.rollingTag" .Values.image }}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
Reference in New Issue
Block a user