chore(repo) change stable charts to the upstream images (#14739)

**Description**
Update the stable train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ 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?**
<!--
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:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97TheNoob
2023-11-17 11:22:57 +01:00
committed by GitHub
co-authored by Kjeld Schouten
parent 2a3488cf11
commit 613fd90a4c
757 changed files with 1281 additions and 2438 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/frigate
- https://github.com/blakeblackshear/frigate
type: application
version: 10.1.6
version: 10.1.7
annotations:
truecharts.org/category: nvr
truecharts.org/SCALE-support: "true"
+14 -20
View File
@@ -1,27 +1,25 @@
image:
repository: tccr.io/truecharts/frigate
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: v0.12.1@sha256:71c83d1c5454bfee190b450ab89b2889352688b8cf3f832782a47ed82e2c604d
tag: 0.12.1@sha256:bb7f7e76a13eccef0b12704e5851cc774a12af1f12df387d6a70a796a3e938c3
tensorrtImage:
repository: tccr.io/truecharts/frigate-tensorrt
pullPolicy: IfNotPresent
tag: v0.12.1@sha256:d4896f1ceb70f4b370b714d6cf20e44d7921f33419c296d46ef670364c5eebc7
# When this is defined, the contents will be mounted
# as configmap into the container at /config/config.yml.
frigateConfig:
{}
# -- https://docs.frigate.video/configuration/
# mqtt:
# enabled: False
# cameras:
# dummy:
# enabled: False
# ffmpeg:
# inputs:
# - path: rtsp://127.0.0.1:554/rtsp
# roles:
# - detect
frigateConfig: {}
# -- https://docs.frigate.video/configuration/
# mqtt:
# enabled: False
# cameras:
# dummy:
# enabled: False
# ffmpeg:
# inputs:
# - path: rtsp://127.0.0.1:554/rtsp
# roles:
# - detect
workload:
main:
@@ -41,14 +39,12 @@ workload:
cp /dummy-config/config.yml.dummy /config/config.yml
echo "Config file copied, you can now edit it at /config/config.yml"
fi
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
@@ -82,7 +78,6 @@ service:
port: 8555
protocol: udp
targetPort: 8555
persistence:
media:
enabled: true
@@ -95,7 +90,6 @@ persistence:
main:
main: {}
init-config: {}
portal:
open:
enabled: true