feat(amule) update amule to a new image and made changes to the values.yaml (#28676)

**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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ 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._
This commit is contained in:
Xstar97TheNoob
2024-11-01 12:12:37 +01:00
committed by GitHub
parent d4f6f4b035
commit 9ac55b4d14
2 changed files with 33 additions and 16 deletions
+4 -4
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: 2.3.3-18
dependencies: dependencies:
- name: common - name: common
version: 25.1.5 version: 25.1.5
@@ -31,8 +31,8 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: amule name: amule
sources: sources:
- https://github.com/t-chab/dockerfiles - https://github.com/ngosang/docker-amule
- https://github.com/truecharts/charts/tree/master/charts/stable/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 type: application
version: 9.2.1 version: 10.0.0
+29 -12
View File
@@ -1,7 +1,7 @@
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: docker.io/tchabaud/amule repository: ghcr.io/ngosang/amule
tag: latest@sha256:66351396337f50b40613222c5c47adfbc8685eb631b38e73f217358f54182d64 tag: 2.3.3-18test@sha256:3ef93d32a37bf73b22330b310112b4db42b78514930e217a3040980c4f36ee80
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
@@ -15,18 +15,29 @@ service:
port: 4711 port: 4711
protocol: http protocol: http
targetPort: 4711 targetPort: 4711
porttcp: remote:
enabled: true enabled: true
ports: ports:
porttcp: gui:
enabled: true
port: 4712
protocol: tcp
targetPort: 4712
ed2k:
enabled: true
ports:
tcp:
enabled: true enabled: true
port: 4662 port: 4662
protocol: tcp protocol: tcp
targetPort: 4662 targetPort: 4662
portudp: # ed2k global search udp (tcp port +3)
enabled: true udp:
ports: enabled: true
portudp: port: 4665
protocol: udp
targetPort: 4665
udp2:
enabled: true enabled: true
port: 4672 port: 4672
protocol: udp protocol: udp
@@ -48,14 +59,20 @@ workload:
path: / path: /
env: env:
WEBUI_PWD: "" 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: persistence:
complete:
enabled: true
mountPath: /incoming
config: config:
enabled: true enabled: true
mountPath: /home/amule/.aMule mountPath: /home/amule/.aMule
complete:
enabled: true
mountPath: /incoming
incomplete: incomplete:
enabled: true enabled: true
mountPath: /temp mountPath: /temp