Skip to content

Commit

Permalink
Bump images
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jan 7, 2025
1 parent c231835 commit a02cf33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ jobs:
CONTAINER_RTCD: playwright_tests_rtcd
CONTAINER_OFFLOADER: playwright_tests_offloader
IMAGE_CALLS_OFFLOADER: mattermost/calls-offloader:v0.8.0
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.8.0-dev1
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.6.0-dev2
IMAGE_CALLS_RECORDER: mattermost/calls-recorder:v0.8.0
IMAGE_CALLS_TRANSCRIBER: mattermost/calls-transcriber:v0.6.0
IMAGE_SERVER: mattermostdevelopment/mattermost-enterprise-edition:master
IMAGE_CURL: curlimages/curl:8.7.1
CI_NODE_INDEX: ${{ matrix.run_id }}
Expand Down
8 changes: 4 additions & 4 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
}
],
"settings": [
{
{
"key": "DefaultEnabled",
"display_name": "Test mode",
"type": "custom",
Expand Down Expand Up @@ -695,8 +695,8 @@
},
"props": {
"min_rtcd_version": "v0.17.0",
"min_offloader_version": "v0.8.0",
"calls_recorder_version": "v0.7.7",
"calls_transcriber_version": "v0.5.0"
"min_offloader_version": "v0.9.0",
"calls_recorder_version": "v0.8.0",
"calls_transcriber_version": "v0.6.0"
}
}

0 comments on commit a02cf33

Please sign in to comment.