mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/fluentd] Remove hardcoded references to image repository (#35693)
This commit is contained in:
committed by
GitHub
parent
c92dc6938a
commit
ba87a2d6ab
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 7.2.4 (2025-08-07)
|
||||
## 7.2.5 (2025-08-08)
|
||||
|
||||
* [bitnami/fluentd] :zap: :arrow_up: Update dependency references ([#35555](https://github.com/bitnami/charts/pull/35555))
|
||||
* [bitnami/fluentd] Remove hardcoded references to image repository ([#35693](https://github.com/bitnami/charts/pull/35693))
|
||||
|
||||
## <small>7.2.4 (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/fluentd] :zap: :arrow_up: Update dependency references (#35555) ([7bf83ed](https://github.com/bitnami/charts/commit/7bf83ed191988107f596bed9f0be9bfa2ac4bdca)), closes [#35555](https://github.com/bitnami/charts/issues/35555)
|
||||
|
||||
## <small>7.2.3 (2025-07-30)</small>
|
||||
|
||||
|
||||
@@ -32,4 +32,4 @@ maintainers:
|
||||
name: fluentd
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/fluentd
|
||||
version: 7.2.4
|
||||
version: 7.2.5
|
||||
|
||||
@@ -43,10 +43,7 @@ Create the name of the aggregator service account to use
|
||||
|
||||
{{/* Check if there are rolling tags in the images */}}
|
||||
{{- define "fluentd.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