[bitnami/fluentd] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33362)

* [bitnami/fluentd] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>

---------

Signed-off-by: Javier J. Salmerón García <javier.salmeron@broadcom.com>
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
Co-authored-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Javier J. Salmerón García
2025-05-07 10:45:01 +02:00
committed by GitHub
parent cdadc03d3d
commit 1d61b4a8ed
4 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ metadata:
{{- include "common.tplvalues.render" ( dict "value" $annotations "context" $) | nindent 4 }}
{{- end }}
spec:
{{- if and .Values.aggregator.ingress.ingressClassName (eq "true" (include "common.ingress.supportsIngressClassname" .)) }}
{{- if .Values.aggregator.ingress.ingressClassName }}
ingressClassName: {{ .Values.aggregator.ingress.ingressClassName | quote }}
{{- end }}
rules:
@@ -34,9 +34,7 @@ spec:
{{- toYaml .Values.aggregator.ingress.extraPaths | nindent 10 }}
{{- end }}
- path: {{ .Values.aggregator.ingress.path }}
{{- if eq "true" (include "common.ingress.supportsPathType" .) }}
pathType: {{ .Values.aggregator.ingress.pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" $serviceName "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- range .Values.aggregator.ingress.extraHosts }}
@@ -44,9 +42,7 @@ spec:
http:
paths:
- path: {{ default "/" .path }}
{{- if eq "true" (include "common.ingress.supportsPathType" $) }}
pathType: {{ default "ImplementationSpecific" .pathType }}
{{- end }}
backend: {{- include "common.ingress.backend" (dict "serviceName" $serviceName "servicePort" "http" "context" $) | nindent 14 }}
{{- end }}
{{- if .Values.aggregator.ingress.extraRules }}