Skip to content

Commit

Permalink
bump operator version
Browse files Browse the repository at this point in the history
  • Loading branch information
tarokkk committed Apr 3, 2020
1 parent 695916a commit 449345e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: banzaicloud/logging-operator
tag: 3.0.2
tag: 3.1.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/resourcebuilder/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 449345e

Please sign in to comment.