Skip to content

Commit

Permalink
Update Mattermost Operator to v1.22.0 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljackson authored Jul 16, 2024
1 parent aa55da1 commit 7535687
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/mattermost-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: mattermost-operator
description: A Helm chart for Mattermost Operator
type: application
version: 1.0.1
appVersion: 1.21.0
version: 1.0.2
appVersion: 1.22.0
keywords:
- mattermost
- operator
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-operator/values-with-mattermost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mattermostOperator:
requeuOnLimitDelay: 20s
image:
repository: mattermost/mattermost-operator
tag: v1.21.0
tag: v1.22.0
pullPolicy: IfNotPresent
args:
- --enable-leader-election
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mattermostOperator:
requeuOnLimitDelay: 20s
image:
repository: mattermost/mattermost-operator
tag: v1.21.0
tag: v1.22.0
pullPolicy: IfNotPresent
args:
- --enable-leader-election
Expand Down

0 comments on commit 7535687

Please sign in to comment.