Skip to content

Commit 5bac543

Browse files
committed
test: update image references for test
Signed-off-by: Peter Wilcsinszky <[email protected]>
1 parent 8361e4e commit 5bac543

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

e2e/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,3 @@ require (
8484
)
8585

8686
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

pkg/sdk/extensions/extensionsconfig/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (t TailerWebhookConfig) VersionedFluentBitPathArgs(filePath string) []strin
6767
var 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

pkg/sdk/resourcebuilder/component.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import (
5252
)
5353

5454
const (
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

0 commit comments

Comments
 (0)