File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
charts/victoria-logs-collector Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Next release
2
2
3
- - TODO
3
+ - Bump Vector version to [ v0.49.0] ( https://vector.dev/releases/0.49.0/ ) .
4
+ - Switch to alpine-based build. See [ #2429 ] ( https://github.com/VictoriaMetrics/helm-charts/issues/2429 ) for details.
4
5
5
6
## 0.0.4
6
7
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
type : application
3
3
name : victoria-logs-collector
4
4
description : VictoriaLogs Collector - collects logs from Kubernetes containers and stores them to VictoriaLogs
5
- version : 0.0.4
5
+ version : 0.0.5
6
6
sources :
7
7
- https://github.com/VictoriaMetrics/helm-charts
8
8
icon : https://avatars.githubusercontent.com/u/43720803?s=200&v=4
Original file line number Diff line number Diff line change 42
42
{{- end }}
43
43
containers :
44
44
- name : victoria-logs-collector
45
- image : {{ .Values.global.image.registry | default "docker.io" }}/timberio/vector:0.48 .0-distroless-libc
45
+ image : {{ .Values.global.image.registry | default "docker.io" }}/timberio/vector:0.49 .0-alpine
46
46
imagePullPolicy : IfNotPresent
47
47
{{- if .Values.securityContext.enabled }}
48
48
securityContext : {{ omit .Values.securityContext "enabled" | toYaml | nindent 12 }}
You can’t perform that action at this time.
0 commit comments