Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[promtail] Promtail app version is not being bumped with new helmchart releases #3342

Open
taraspos opened this issue Oct 4, 2024 · 0 comments

Comments

@taraspos
Copy link

taraspos commented Oct 4, 2024

Summary

With new releases of Promtail chart application version is still pinned to 3.0.0 while new image is being released together with Loki and currently latest one is 3.2.0

name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 3.0.0
version: 6.16.6

- name: promtail
image: "{{ .Values.global.imageRegistry | default .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant