fiy(frigate): BREAKING update container image ghcr.io/blakeblackshear/frigate to v0.15.0 (#32950)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/blakeblackshear/frigate | minor | `0.14.1-tensorrt` ->
`0.15.0-tensorrt` |
| ghcr.io/blakeblackshear/frigate | minor | `0.14.1` -> `0.15.0` |

**Description**

Updates frigate to `0.15.0` and fixes the spelling for CI yaml files
(`figrate` -> `frigate`).

**⚙️ 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
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**

N/A

**📃 Notes:**

`frigate` [considers `0.15.0` a breaking
change](https://github.com/blakeblackshear/frigate/releases/tag/v0.15.0)
since the migrated config files and databases are not backwards
compatible. Config file and database migration happens automatically on
first launch.

**✔️ 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 changes to the documentation
- [ ] 🧪 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):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** 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: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
Dion Larson
2025-03-07 05:18:00 -05:00
committed by GitHub
parent 4293caff7d
commit 149fcdf7aa
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.14.1
appVersion: 0.15.0
dependencies:
- name: common
version: 25.4.10
@@ -35,4 +35,4 @@ sources:
- https://github.com/blakeblackshear/frigate
- https://github.com/truecharts/charts/tree/master/charts/stable/frigate
type: application
version: 16.6.1
version: 17.0.0
+2 -2
View File
@@ -1,11 +1,11 @@
image:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.14.1@sha256:22e3d0b486df52c3d669682254c2b1bf4205fa6ad8bd8f8c9f7fe76b1517005d
tag: 0.15.0@sha256:dc77295ccc5a7258510ab6b1d9d5b7a339027305e2d29224338534febc4d1e89
tensorrtImage:
repository: ghcr.io/blakeblackshear/frigate
pullPolicy: IfNotPresent
tag: 0.14.1-tensorrt@sha256:a4d5b57972d3bc2480217b00f38e77f0532fb9ad2ff8c8244f65e6ec3f2814e4
tag: 0.15.0-tensorrt@sha256:c254c4114ebd46543c4d691cb07e8c0dfeba7ee04d2274f5d9f05b0652a07fe2
# When this is defined, the contents will be mounted
# as configmap into the container at /config/config.yml.