Skip to content

Commit

Permalink
Bump Operator to 1.19.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymongib committed Jul 27, 2022
1 parent 8a6ee73 commit 2a1cb46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.10.4
github.com/mattermost/awat v0.0.0-20210616202500-f0bdd4f43f90
github.com/mattermost/mattermost-operator v1.19.0-rc.0
github.com/mattermost/mattermost-operator v1.19.0-rc.1
github.com/mattermost/rotator v0.2.0
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/olekukonko/tablewriter v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1107,8 +1107,8 @@ github.com/mattermost/ldap v0.0.0-20191128190019-9f62ba4b8d4d/go.mod h1:HLbgMEI5
github.com/mattermost/ldap v3.0.4+incompatible/go.mod h1:b4reDCcGpBxJ4WX0f224KFY+OR0npin7or7EFpeIko4=
github.com/mattermost/mattermost-cloud v0.39.0/go.mod h1:GbWfZajyp+DvdEpoNfFeJ3ZplwTtDV9pl6PhNnp+wq4=
github.com/mattermost/mattermost-operator v1.12.0/go.mod h1:a6pSJI6bDaIfO65M/Hvuqg8kUNYQQYDHLayoT5XZx5o=
github.com/mattermost/mattermost-operator v1.19.0-rc.0 h1:DMfLj9dtsjS5+wMenwI1GRXtG9ev6+KN/MehZ/Zr/M4=
github.com/mattermost/mattermost-operator v1.19.0-rc.0/go.mod h1:427nFmeCyiwJ9N0J7hpYJNYE6a3DjPdwl0Vpel3JHVg=
github.com/mattermost/mattermost-operator v1.19.0-rc.1 h1:1iu2rXTDFO+6g2QTPOVxno5ebz1mpi7GyuedEsT2Hqw=
github.com/mattermost/mattermost-operator v1.19.0-rc.1/go.mod h1:427nFmeCyiwJ9N0J7hpYJNYE6a3DjPdwl0Vpel3JHVg=
github.com/mattermost/mattermost-server/v5 v5.23.0/go.mod h1:nMrt08IvThjybZpXPe/nqe/oJuvJxhqKkGI+m7M0R00=
github.com/mattermost/mmetl v0.0.2-0.20210316151859-38824e5f5efd/go.mod h1:w6GNqrudkzs/GddfgqkgUqsXVQ/4ImK5JJfNj5KJeUQ=
github.com/mattermost/rotator v0.2.0 h1:R3dlMHZjGR7t5T2bk76heDwpypl9rd2sZj4GoAZyuWU=
Expand Down
2 changes: 1 addition & 1 deletion manifests/operator-manifests/mattermost/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
value: 20s
- name: MAX_RECONCILE_CONCURRENCY
value: "10"
image: mattermost/mattermost-operator:v1.19.0-rc.0
image: mattermost/mattermost-operator:v1.19.0-rc.1
imagePullPolicy: IfNotPresent
name: mattermost-operator
ports:
Expand Down

0 comments on commit 2a1cb46

Please sign in to comment.