From 449345edddd1208b722cde1146cfc40874d69bbb Mon Sep 17 00:00:00 2001 From: tarokkk Date: Thu, 2 Apr 2020 23:59:04 +0200 Subject: [PATCH] bump operator version --- charts/logging-operator/Chart.yaml | 2 +- charts/logging-operator/values.yaml | 2 +- pkg/sdk/resourcebuilder/component.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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