Skip to content

Commit

Permalink
Bump operator to version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stylianosrigas committed Jan 14, 2021
1 parent ff87532 commit 840e75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/mattermost-operator/mattermost-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4221,7 +4221,7 @@ spec:
value: "20"
- name: REQUEUE_ON_LIMIT_DELAY
value: 20s
image: mattermost/mattermost-operator:latest
image: mattermost/mattermost-operator:v1.12.0
imagePullPolicy: IfNotPresent
name: mattermost-operator
serviceAccountName: mattermost-operator
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
)

var version = "1.11.1"
var version = "1.12.0"
var buildTime string
var buildHash string

Expand Down

0 comments on commit 840e75f

Please sign in to comment.