chore(deps): update container image ghcr.io/blakeblackshear/frigate to v0.13.2 by renovate (#17936)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/blakeblackshear/frigate | minor | `0.12.1-tensorrt` -> `0.13.2-tensorrt` | | ghcr.io/blakeblackshear/frigate | minor | `0.12.1` -> `0.13.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> --------- Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
parent
ec6615f871
commit
83b9e93448
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.12.1
|
||||
appVersion: 0.13.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 19.0.0
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/frigate
|
||||
- https://ghcr.io/blakeblackshear/frigate
|
||||
type: application
|
||||
version: 13.4.1
|
||||
version: 14.0.0
|
||||
|
|
|
@ -7,7 +7,9 @@
|
|||
{{- $_ := set .Values.configmap "frigate-config" $config -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if not .Values.frigateConfig -}}
|
||||
{{- if .Values.frigateConfig -}}
|
||||
{{- $_ := set .Values.persistence.modelcache "enabled" true -}}
|
||||
{{- else }}
|
||||
{{- $_ := set .Values.persistence.config "enabled" true -}}
|
||||
{{- end -}}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
image:
|
||||
repository: ghcr.io/blakeblackshear/frigate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.12.1@sha256:bb7f7e76a13eccef0b12704e5851cc774a12af1f12df387d6a70a796a3e938c3
|
||||
tag: 0.13.2@sha256:2906991ccad85035b176941f9dedfd35088ff710c39d45ef1baa9a49f2b16734
|
||||
tensorrtImage:
|
||||
repository: ghcr.io/blakeblackshear/frigate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.12.1-tensorrt@sha256:db6e62d94206803011307296242ee6bfcc185bcf4eb6f68a6fdab8fa7f03a3fb
|
||||
tag: 0.13.2-tensorrt@sha256:07cc224cdf2feef0af9c860c044ac7ea0ac4adfca7f68b37dc3958bc3a3ee357
|
||||
# When this is defined, the contents will be mounted
|
||||
# as configmap into the container at /config/config.yml.
|
||||
frigateConfig: {}
|
||||
|
@ -90,6 +90,11 @@ persistence:
|
|||
main:
|
||||
main: {}
|
||||
init-config: {}
|
||||
modelcache:
|
||||
# Only enable when using frigateConfig
|
||||
enabled: false
|
||||
mountPath: /config/model_cache
|
||||
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue