Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
|
||||
## [scrypted-1.4.1](https://github.com/truecharts/charts/compare/scrypted-1.4.0...scrypted-1.4.1) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image koush/scrypted to 18-jammy-full-v0.68.0[@c95bd5a](https://github.com/c95bd5a) ([#16180](https://github.com/truecharts/charts/issues/16180))
|
||||
- update container image koush/scrypted to 18-jammy-lite-v0.68.0[@adaed0c](https://github.com/adaed0c) ([#16181](https://github.com/truecharts/charts/issues/16181))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [scrypted-1.5.0](https://github.com/truecharts/charts/compare/scrypted-1.4.1...scrypted-1.5.0) (2023-12-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove deprecated Thin image selection and uses upstream latest (full image) as default ([#16317](https://github.com/truecharts/charts/issues/16317))
|
||||
|
||||
|
||||
|
||||
|
||||
## [scrypted-1.4.1](https://github.com/truecharts/charts/compare/scrypted-1.4.0...scrypted-1.4.1) (2023-12-17)
|
||||
|
||||
### Chore
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: scrypted
|
||||
version: 1.4.1
|
||||
version: 1.5.0
|
||||
appVersion: 0.68.0
|
||||
description:
|
||||
Scrypted is a high performance home video integration and automation
|
||||
9
stable/scrypted/1.5.0/app-changelog.md
Normal file
9
stable/scrypted/1.5.0/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [scrypted-1.5.0](https://github.com/truecharts/charts/compare/scrypted-1.4.1...scrypted-1.5.0) (2023-12-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- Remove deprecated Thin image selection and uses upstream latest (full image) as default ([#16317](https://github.com/truecharts/charts/issues/16317))
|
||||
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
image:
|
||||
repository: koush/scrypted
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 20-jammy-thin-v0.59.0@sha256:067116150b465690ca2792e53139b2b59a4682717599840cb2445a799f1bba90
|
||||
tag: 18-jammy-full-v0.68.0@sha256:c95bd5a65edd8ba132fd9425c7052ea88bd82936afc50391e21d66a671c48329
|
||||
pullPolicy: Always
|
||||
liteImage:
|
||||
repository: koush/scrypted
|
||||
tag: 18-jammy-lite-v0.68.0@sha256:adaed0c9d08f2b4ccfb1369548c65104787e1b8db04a550e6ea7909145d400bc
|
||||
pullPolicy: Always
|
||||
fullImage:
|
||||
repository: koush/scrypted
|
||||
tag: 18-jammy-full-v0.68.0@sha256:c95bd5a65edd8ba132fd9425c7052ea88bd82936afc50391e21d66a671c48329
|
||||
pullPolicy: Always
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
@@ -108,11 +108,9 @@ questions:
|
||||
default: image
|
||||
enum:
|
||||
- value: image
|
||||
description: Thin
|
||||
description: Full (Upstream default)
|
||||
- value: liteImage
|
||||
description: Lite
|
||||
- value: fullImage
|
||||
description: Full
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
Reference in New Issue
Block a user