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 (
84
84
)
85
85
86
86
replace 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
67
67
var Global = GlobalConfig {
68
68
FluentBitPosFilePath : "/var/pos" ,
69
69
FluentBitPosVolumeName : "positions" ,
70
- OperatorImage : "ghcr.io/kube-logging/logging-operator:4.0 .0" ,
70
+ OperatorImage : "ghcr.io/kube-logging/logging-operator:4.2 .0" ,
71
71
}
72
72
73
73
// HostTailer configuration
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import (
52
52
)
53
53
54
54
const (
55
- Image = "ghcr.io/kube-logging/logging-operator:4.0 .0"
55
+ Image = "ghcr.io/kube-logging/logging-operator:4.2 .0"
56
56
defaultNamespace = "logging-system"
57
57
)
58
58
You can’t perform that action at this time.
0 commit comments