File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
extensions/extensionsconfig Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -84,5 +84,3 @@ require (
8484)
8585
8686replace github.com/kube-logging/logging-operator/pkg/sdk => ../pkg/sdk
87-
88- replace github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config => ../pkg/sdk/logging/model/syslogng/config
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ func (t TailerWebhookConfig) VersionedFluentBitPathArgs(filePath string) []strin
6767var Global = GlobalConfig {
6868 FluentBitPosFilePath : "/var/pos" ,
6969 FluentBitPosVolumeName : "positions" ,
70- OperatorImage : "ghcr.io/kube-logging/logging-operator:4.0 .0" ,
70+ OperatorImage : "ghcr.io/kube-logging/logging-operator:4.2 .0" ,
7171}
7272
7373// HostTailer configuration
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import (
5252)
5353
5454const (
55- Image = "ghcr.io/kube-logging/logging-operator:4.0 .0"
55+ Image = "ghcr.io/kube-logging/logging-operator:4.2 .0"
5656 defaultNamespace = "logging-system"
5757)
5858
You can’t perform that action at this time.
0 commit comments