truenas / charts

TrueNAS SCALE Apps Catalogs & Charts
BSD 3-Clause "New" or "Revised" License
290 stars 278 forks source link

Add Frigate Beta #2655

Closed mtthidoteu closed 1 month ago

mtthidoteu commented 1 month ago

Allowed selecting beta frigate images. This is useful because frigate has been completely rebuilt

ElectronicBattle commented 1 month ago

I was just about to make the same request please: 0.14 means a new UI for Frigate and numerous bug fixes, hence an option to choose 0.13 or 0.14 beta would be tremendous.

mtthidoteu commented 1 month ago

I was just about to make the same request please: 0.14 means a new UI for Frigate and numerous bug fixes, hence an option to choose 0.13 or 0.14 beta would be tremendous.

Exactly! The only possible concern would be the port changes, however 0.14 still has support for the legacy ports so for now having only the proposed 5000 port would be fine

ElectronicBattle commented 1 month ago

I note the lines in /mnt/pool/ix-applications/releases/frigate/charts/1.2.6/ix_values.yaml which say

image:
  repository: ghcr.io/blakeblackshear/frigate
  pullPolicy: IfNotPresent
  tag: 0.13.2

and I wonder what would happen if "0.13.2" was changed to "0.14.0" , or is this yet another of my daft ideas which will cause more trouble than it's worth ...

mtthidoteu commented 1 month ago

I note the lines in /mnt/pool/ix-applications/releases/frigate/charts/1.2.6/ix_values.yaml which say

image:
  repository: ghcr.io/blakeblackshear/frigate
  pullPolicy: IfNotPresent
  tag: 0.13.2

and I wonder what would happen if "0.13.2" was changed to "0.14.0" , or is this yet another of my daft ideas which will cause more trouble than it's worth ...

Pretty sure there is no 1.14.0 tag yet, it is only a beta, so it wouldn't be able to pull the image

stavros-k commented 1 month ago

Please fix linting errors and also adjust upgrade_strategy Thanks