Skip to content

Commit

Permalink
Use new docker repositories (#49)
Browse files Browse the repository at this point in the history
This configures Matterwick to use the new docker respositories
where testing artifacts are pushed.
  • Loading branch information
gabrieljackson authored Apr 13, 2023
1 parent ade8e29 commit b0fdf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/spinwick.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const (
cwsImage = "mattermost/cws-test"
cwsDeploymentName = "cws-test"
cwsSecretName = "customer-web-server-secret"
mattermostEEImage = "mattermost/mm-ee-test"
mattermostTeamImage = "mattermost/mm-te-test"
mattermostEEImage = "mattermostdevelopment/mm-ee-test"
mattermostTeamImage = "mattermostdevelopment/mm-te-test"
mattermostWebAppRepo = "mattermost-webapp"
mattermostServerRepo = "mattermost-server"

Expand Down

0 comments on commit b0fdf4d

Please sign in to comment.