Skip to content

Commit

Permalink
Merge pull request #1387 from MrAnno/axosyslog-update
Browse files Browse the repository at this point in the history
chore(pkg,e2e): update AxoSyslog image to 4.3.0
  • Loading branch information
pepov authored Jul 24, 2023
2 parents 284e30e + 126d846 commit 912ea0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ annotations:
- name: fluentd
image: ghcr.io/kube-logging/fluentd:v1.15-ruby3
- name: syslog-ng
image: ghcr.io/axoflow/axosyslog:4.2.0
image: ghcr.io/axoflow/axosyslog:4.3.0
- name: logging-operator
image: ghcr.io/kube-logging/logging-operator:4.2.1
- name: config-reloader
Expand Down
2 changes: 1 addition & 1 deletion pkg/resources/syslogng/syslogng.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
ContainerName = "syslog-ng"
defaultBufferVolumeMetricsPort = 9200
syslogngImageRepository = "ghcr.io/axoflow/axosyslog"
syslogngImageTag = "4.2.0"
syslogngImageTag = "4.3.0"
prometheusExporterImageRepository = "ghcr.io/kube-logging/syslog-ng-exporter"
prometheusExporterImageTag = "v0.0.16"
bufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter"
Expand Down

0 comments on commit 912ea0e

Please sign in to comment.