mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 03:17:20 +08:00
[bitnami/fluent-bit] fix: add extraContainerPorts value(s) to container configuration for fluent-bit deployment (#35806)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 3.1.11 (2025-08-07)
|
||||
## 3.1.12 (2025-08-14)
|
||||
|
||||
* [bitnami/fluent-bit] :zap: :arrow_up: Update dependency references ([#35534](https://github.com/bitnami/charts/pull/35534))
|
||||
* [bitnami/fluent-bit] fix: add extraContainerPorts value(s) to container configuration for fluent-bit deployment ([#35806](https://github.com/bitnami/charts/pull/35806))
|
||||
|
||||
## <small>3.1.11 (2025-08-07)</small>
|
||||
|
||||
* [bitnami/fluent-bit] :zap: :arrow_up: Update dependency references (#35534) ([06c5301](https://github.com/bitnami/charts/commit/06c5301163a515c698b45a6a26adeaeacbba4ab8)), closes [#35534](https://github.com/bitnami/charts/issues/35534)
|
||||
|
||||
## <small>3.1.10 (2025-08-04)</small>
|
||||
|
||||
|
||||
@@ -31,4 +31,4 @@ maintainers:
|
||||
name: fluent-bit
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/fluent-bit
|
||||
version: 3.1.11
|
||||
version: 3.1.12
|
||||
|
||||
@@ -91,6 +91,9 @@ spec:
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.containerPorts.http }}
|
||||
{{- if .Values.extraContainerPorts }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraContainerPorts "context" $) | nindent 12 }}
|
||||
{{- end }}
|
||||
env:
|
||||
{{- if .Values.extraEnvVars }}
|
||||
{{- include "common.tplvalues.render" (dict "value" .Values.extraEnvVars "context" $) | nindent 12 }}
|
||||
|
||||
Reference in New Issue
Block a user