Files
truecharts/charts/stable/barcodebuddy/values.yaml
T
TheDodger 72eacb45b6 fix(barcodebuddy): Fix docker repository image name (#23722)
**Description**
Image repository name changed to barcodebuddy, according to
https://github.com/Forceu/barcodebuddy-docker/blob/master/README.md:
"Attention! Please note that the image name has changed from
barcodebuddy-docker to barcodebuddy!"

⚒️ Fixes barcodebuddy docker image name

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Verified locally by deployment on TrueNAS Scale

**📃 Notes:**
None

**✔️ 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
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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):`

---------

Signed-off-by: TheDodger <mw@abot.xyz>
2024-06-23 22:51:59 +02:00

24 lines
454 B
YAML

image:
pullPolicy: IfNotPresent
repository: f0rc3/barcodebuddy
tag: latest@sha256:e23a016e98ce5e80ece0523e22a10f5b17712d91091843b98adbe8cda0b0bdb8
persistence:
config:
enabled: true
mountPath: /config
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
port: 8450
protocol: tcp
targetPort: 80