[bitnami/fluentd] feat: 🔒 Add warning when original images are replaced (#26205)

This commit is contained in:
Javier J. Salmerón-García
2024-05-21 14:52:18 +02:00
committed by GitHub
parent dafbc012dd
commit 929a4c8bd7
4 changed files with 1139 additions and 4 deletions

1134
bitnami/fluentd/CHANGELOG.md Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.2
digest: sha256:e670e1075bfafffe040fae1158f1fa1f592585f394b48704ba137d2d083b1571
generated: "2024-04-30T10:37:51.434158556Z"
version: 2.19.3
digest: sha256:de997835d9ce9a9deefc2d70d8c62b11aa1d1a76ece9e86a83736ab9f930bf4d
generated: "2024-05-21T13:41:00.162506503+02:00"

View File

@@ -30,4 +30,4 @@ maintainers:
name: fluentd
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/fluentd
version: 6.2.3
version: 6.3.0

View File

@@ -54,3 +54,4 @@ In order to replicate the container startup scripts execute this command:
{{- include "fluentd.validateValues" . }}
{{- include "fluentd.checkRollingTags" . -}}
{{- include "common.warnings.resources" (dict "sections" (list "aggregator" "forwarder") "context" $) }}
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.image .Values.forwarder.image .Values.aggregator.image) "context" $) }}