diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index 945e444df..ee8c85369 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "3.0.2" +appVersion: "3.1.0" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator version: 3.0.4 diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index ea1f48b8d..c5de57886 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: banzaicloud/logging-operator - tag: 3.0.2 + tag: 3.1.0 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/pkg/sdk/resourcebuilder/component.go b/pkg/sdk/resourcebuilder/component.go index 425fef109..bd7ecfee9 100644 --- a/pkg/sdk/resourcebuilder/component.go +++ b/pkg/sdk/resourcebuilder/component.go @@ -36,7 +36,7 @@ import ( "sigs.k8s.io/controller-runtime/pkg/builder" ) -const Image = "banzaicloud/logging-operator:3.0.2" +const Image = "banzaicloud/logging-operator:3.1.0" // +kubebuilder:object:generate=true