Skip to content

Commit b4ceaf6

Browse files
committed
Bump operator to version 1.22.1
1 parent 1dffe19 commit b4ceaf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/mattermost-operator/mattermost-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8527,7 +8527,7 @@ spec:
85278527
value: 20s
85288528
- name: MAX_RECONCILE_CONCURRENCY
85298529
value: "10"
8530-
image: mattermost/mattermost-operator:latest
8530+
image: mattermost/mattermost-operator:v1.22.1
85318531
imagePullPolicy: IfNotPresent
85328532
name: mattermost-operator
85338533
ports:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
)
66

7-
var version = "1.22.0"
7+
var version = "1.22.1"
88
var buildTime string
99
var buildHash string
1010

0 commit comments

Comments
 (0)