Skip to content

Commit 449345e

Browse files
committed
bump operator version
1 parent 695916a commit 449345e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/logging-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "3.0.2"
2+
appVersion: "3.1.0"
33
description: A Helm chart to install Banzai Cloud logging-operator
44
name: logging-operator
55
version: 3.0.4

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: banzaicloud/logging-operator
9-
tag: 3.0.2
9+
tag: 3.1.0
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

pkg/sdk/resourcebuilder/component.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
"sigs.k8s.io/controller-runtime/pkg/builder"
3737
)
3838

39-
const Image = "banzaicloud/logging-operator:3.0.2"
39+
const Image = "banzaicloud/logging-operator:3.1.0"
4040

4141
// +kubebuilder:object:generate=true
4242

0 commit comments

Comments
 (0)