Release 2.1.10 (#3447)

This commit is contained in:
澄潭
2026-02-03 19:13:11 +08:00
committed by GitHub
parent 24c69fb0b7
commit ce298054f1
12 changed files with 27 additions and 29 deletions

View File

@@ -203,7 +203,7 @@ template:
{{- if $o11y.enabled }}
{{- $config := $o11y.promtail }}
- name: promtail
image: {{ $config.image.repository }}:{{ $config.image.tag }}
image: {{ $config.image.repository | default (printf "%s/promtail" .Values.global.hub) }}:{{ $config.image.tag }}
imagePullPolicy: IfNotPresent
args:
- -config.file=/etc/promtail/promtail.yaml