File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
e2e/charts/logging-operator-logging Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,5 @@ annotations:
29
29
image: ghcr.io/kube-logging/config-reloader:v0.0.5
30
30
- name: node-exporter
31
31
image: ghcr.io/kube-logging/node-exporter:v0.6.1
32
+ - name: syslog-ng-exporter
33
+ image: ghcr.io/kube-logging/syslog-ng-exporter:v0.0.16
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const (
55
55
syslogngImageRepository = "ghcr.io/axoflow/axosyslog"
56
56
syslogngImageTag = "4.2.0"
57
57
prometheusExporterImageRepository = "ghcr.io/kube-logging/syslog-ng-exporter"
58
- prometheusExporterImageTag = "v0.0.15 "
58
+ prometheusExporterImageTag = "v0.0.16 "
59
59
bufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter"
60
60
bufferVolumeImageTag = "v0.6.1"
61
61
configReloaderImageRepository = "ghcr.io/kube-logging/syslogng-reload"
You can’t perform that action at this time.
0 commit comments