Skip to content

Commit

Permalink
Revert "chore: update version to 4.3.3"
Browse files Browse the repository at this point in the history
This reverts commit 777495f.
  • Loading branch information
mhdzumair committed Dec 31, 2024
1 parent c1a029a commit 9ab59ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
mediafusion:
image: mhdzumair/mediafusion:4.3.3
image: mhdzumair/mediafusion:4.3.2
ports:
- "8000:8000"
env_file: .env
Expand Down Expand Up @@ -72,7 +72,7 @@ services:
- mediafusion-network

dramatiq-worker:
image: mhdzumair/mediafusion:4.3.3
image: mhdzumair/mediafusion:4.3.2
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "4"]
env_file: .env
depends_on:
Expand Down
4 changes: 2 additions & 2 deletions deployment/k8s/local-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: mediafusion
image: mhdzumair/mediafusion:4.3.3
image: mhdzumair/mediafusion:4.3.2
ports:
- containerPort: 8000
resources:
Expand Down Expand Up @@ -124,7 +124,7 @@ spec:
spec:
containers:
- name: dramatiq-worker
image: mhdzumair/mediafusion:4.3.3
image: mhdzumair/mediafusion:4.3.2
command: ["pipenv", "run", "dramatiq", "api.task", "-p", "1", "-t", "1"]
env:
- name: HOST_URL
Expand Down
2 changes: 1 addition & 1 deletion kodi/plugin.video.mediafusion/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.mediafusion" version="4.3.3" name="MediaFusion" provider-name="Mohamed Zumair">
<addon id="plugin.video.mediafusion" version="4.3.2" name="MediaFusion" provider-name="Mohamed Zumair">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="xbmc.metadata" version="2.1.0"/>
Expand Down
2 changes: 1 addition & 1 deletion kodi/repository.mediafusion/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="repository.mediafusion" version="4.3.3" name="MediaFusion Repository" provider-name="Mohamed Zumair">
<addon id="repository.mediafusion" version="4.3.2" name="MediaFusion Repository" provider-name="Mohamed Zumair">
<extension point="xbmc.addon.repository" name="MediaFusion Repository">
<dir>
<info compressed="false">https://mhdzumair.github.io/MediaFusion/addons.xml</info>
Expand Down

0 comments on commit 9ab59ec

Please sign in to comment.