Files
truecharts/charts/stable/scrypted/values.yaml
T
Cristian Torres 99ab6e503d chore(scrypted): update container image to 20-jammy-lite-v0.97.0 (#20122)
**Description**
<!--
Updated image version values to the latest Scrypted lite version.
Appears after version 0.85.0 that Scrypted now uses 20-jammy instead of
18-jammy for the lite container images.
-->
⚒️ Fixes  #19856 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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?**
<!--
-->

**📃 Notes:**
I believe this should solve the issue with the version number change
that newer versions of scrypted use. I would imagine this being the best
option instead of using the lite tag as that can be updated at anytime.
Not sure if the bot can track this type of change.

**✔️ 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._

---------

Signed-off-by: Cristian Torres <18661121+PrototypeActual@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-04-01 22:50:25 -04:00

46 lines
1.0 KiB
YAML

image:
repository: koush/scrypted
tag: 20-jammy-full-v0.97.0@sha256:c72e4f4877afc8dbe1da51d4ef5578e0172886cf6c6d34a4c497ad693c0a2364
pullPolicy: Always
liteImage:
repository: koush/scrypted
tag: 20-jammy-lite-v0.97.0@sha256:d8f331b4532c446ef287ffd44d66f7e7a81feed96d6c37b8307d9b5bbca3ea6e
pullPolicy: Always
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10611
workload:
main:
podSpec:
containers:
main:
imageSelector: image
env:
SCRYPTED_INSECURE_PORT: "{{ .Values.service.main.ports.main.port }}"
# SCRYPTED_WEBHOOK_UPDATE_AUTHORIZATION: Bearer SET_THIS_TO_SOME_RANDOM_TEXT
# SCRYPTED_WEBHOOK_UPDATE: http://localhost:10444/v1/update
persistence:
server:
enabled: true
mountPath: /server/volume
media:
enabled: true
mountPath: /media/external
portal:
open:
enabled: true