We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695916a commit 449345eCopy full SHA for 449345e
charts/logging-operator/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "3.0.2"
+appVersion: "3.1.0"
3
description: A Helm chart to install Banzai Cloud logging-operator
4
name: logging-operator
5
version: 3.0.4
charts/logging-operator/values.yaml
@@ -6,7 +6,7 @@ replicaCount: 1
6
7
image:
8
repository: banzaicloud/logging-operator
9
- tag: 3.0.2
+ tag: 3.1.0
10
pullPolicy: IfNotPresent
11
12
imagePullSecrets: []
pkg/sdk/resourcebuilder/component.go
@@ -36,7 +36,7 @@ import (
36
"sigs.k8s.io/controller-runtime/pkg/builder"
37
)
38
39
-const Image = "banzaicloud/logging-operator:3.0.2"
+const Image = "banzaicloud/logging-operator:3.1.0"
40
41
// +kubebuilder:object:generate=true
42
0 commit comments