From 9ac55b4d144495a6e736c4b1f2e02bb49d525ac8 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Fri, 1 Nov 2024 07:12:37 -0400 Subject: [PATCH] feat(amule) update amule to a new image and made changes to the values.yaml (#28676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** Updated the image to a semVer image and updated the config to reflect the changes. ⚒️ Fixes #23543 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [X] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [X] 🔃 Refactor of current code **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [X] ⚖️ My code follows the style guidelines of this project - [X] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [X] ⬆️ I increased versions for any altered app according to semantic versioning - [X] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):` or `chore(chart-name):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/stable/amule/Chart.yaml | 8 +++---- charts/stable/amule/values.yaml | 41 +++++++++++++++++++++++---------- 2 files changed, 33 insertions(+), 16 deletions(-) diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml index f0cae49711c..6398418ca7b 100644 --- a/charts/stable/amule/Chart.yaml +++ b/charts/stable/amule/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: latest +appVersion: 2.3.3-18 dependencies: - name: common version: 25.1.5 @@ -31,8 +31,8 @@ maintainers: url: https://truecharts.org name: amule sources: - - https://github.com/t-chab/dockerfiles + - https://github.com/ngosang/docker-amule - https://github.com/truecharts/charts/tree/master/charts/stable/amule - - https://hub.docker.com/r/tchabaud/amule + - https://ghcr.io/ngosang/amule type: application -version: 9.2.1 +version: 10.0.0 diff --git a/charts/stable/amule/values.yaml b/charts/stable/amule/values.yaml index d9a633ba03f..b0e654c45a5 100644 --- a/charts/stable/amule/values.yaml +++ b/charts/stable/amule/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent - repository: docker.io/tchabaud/amule - tag: latest@sha256:66351396337f50b40613222c5c47adfbc8685eb631b38e73f217358f54182d64 + repository: ghcr.io/ngosang/amule + tag: 2.3.3-18test@sha256:3ef93d32a37bf73b22330b310112b4db42b78514930e217a3040980c4f36ee80 securityContext: container: readOnlyRootFilesystem: false @@ -15,18 +15,29 @@ service: port: 4711 protocol: http targetPort: 4711 - porttcp: + remote: enabled: true ports: - porttcp: + gui: + enabled: true + port: 4712 + protocol: tcp + targetPort: 4712 + ed2k: + enabled: true + ports: + tcp: enabled: true port: 4662 protocol: tcp targetPort: 4662 - portudp: - enabled: true - ports: - portudp: + # ed2k global search udp (tcp port +3) + udp: + enabled: true + port: 4665 + protocol: udp + targetPort: 4665 + udp2: enabled: true port: 4672 protocol: udp @@ -48,14 +59,20 @@ workload: path: / env: WEBUI_PWD: "" - WEBUI_TEMPLATE: default + GUI_PWD: "" + MOD_AUTO_RESTART_ENABLED: true + MOD_AUTO_RESTART_CRON: "0 6 * * *" + # MOD_AUTO_SHARE_ENABLED: false + # MOD_AUTO_SHARE_DIRECTORIES=/incoming;/my_movies + # MOD_FIX_KAD_GRAPH_ENABLED=true + # MOD_FIX_KAD_BOOTSTRAP_ENABLED=true persistence: - complete: - enabled: true - mountPath: /incoming config: enabled: true mountPath: /home/amule/.aMule + complete: + enabled: true + mountPath: /incoming incomplete: enabled: true mountPath: /temp