Skip to content

Commit

Permalink
Bump operator to version 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis committed Oct 2, 2024
1 parent 1dffe19 commit b4ceaf6
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 @@ -8527,7 +8527,7 @@ spec:
value: 20s
- name: MAX_RECONCILE_CONCURRENCY
value: "10"
image: mattermost/mattermost-operator:latest
image: mattermost/mattermost-operator:v1.22.1
imagePullPolicy: IfNotPresent
name: mattermost-operator
ports:
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.22.0"
var version = "1.22.1"
var buildTime string
var buildHash string

Expand Down

0 comments on commit b4ceaf6

Please sign in to comment.