Skip to content

Commit

Permalink
bump chart to 0.8.0-alpha.4 (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Aylei <[email protected]>
  • Loading branch information
aylei authored May 18, 2023
1 parent ef0e13b commit 11065bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/matrixone-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: matrixone-operator
description: Matrixone Kubernetes Operator
type: application
version: 0.8.0-alpha.3
version: 0.8.0-alpha.4
appVersion: 0.1.0
kubeVersion: ">=1.19.0-0"
icon: https://raw.githubusercontent.com/matrixorigin/artwork/main/docs/overview/logo.png
Expand Down
2 changes: 1 addition & 1 deletion charts/matrixone-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 1

image:
repository: matrixorigin/matrixone-operator
tag: "0.8.0-alpha.3"
tag: "0.8.0-alpha.4"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion pkg/controllers/logset/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (r *WithResources) Repair(ctx *recon.Context[*v1alpha1.LogSet]) error {
return nil
}
if len(r.sts.Spec.ReserveOrdinals) >= minorityLimit {
ctx.Log.Info("failover limit %d has reached, only minority failover can be safely automated", minorityLimit)
ctx.Log.Info("failover limit has reached, only minority failover can be safely automated", "limit", minorityLimit)
return nil
}
toRepair := ctx.Obj.Status.StoresFailedFor(ctx.Obj.Spec.GetStoreFailureTimeout().Duration)
Expand Down

0 comments on commit 11065bb

Please sign in to comment.