Skip to content

Commit

Permalink
Release 3.2.0 rc1 (#448)
Browse files Browse the repository at this point in the history
* add executable flag to healthcheck
* bump fluent image version
* update resourcebuilder version
  • Loading branch information
tarokkk authored Apr 18, 2020
1 parent 7631cfe commit 7bf7e71
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file modified fluentd-image/v1.9/healthy.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion pkg/sdk/api/v1beta1/logging_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (l *Logging) SetDefaults() (*Logging, error) {
copy.Spec.FluentdSpec.Image.Repository = "banzaicloud/fluentd"
}
if copy.Spec.FluentdSpec.Image.Tag == "" {
copy.Spec.FluentdSpec.Image.Tag = "v1.9.2-alpine-8"
copy.Spec.FluentdSpec.Image.Tag = "v1.9.2-alpine-10"
}
if copy.Spec.FluentdSpec.Image.PullPolicy == "" {
copy.Spec.FluentdSpec.Image.PullPolicy = "IfNotPresent"
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.1.0"
const Image = "banzaicloud/logging-operator:3.2.0-rc1"

// +kubebuilder:object:generate=true

Expand Down

0 comments on commit 7bf7e71

Please sign in to comment.