Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-21 13:21:44 +00:00
parent 71b40ee4f3
commit d21c74f91d
11 changed files with 44 additions and 44 deletions

View File

@ -1,9 +0,0 @@
## [photo-stream-2.0.1](https://github.com/truecharts/charts/compare/photo-stream-2.0.0...photo-stream-2.0.1) (2022-11-15)
### Chore
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))

View File

@ -1,10 +1,3 @@
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaServer-Photos
apiVersion: v2
appVersion: "latest"
dependencies:
@ -12,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 11.0.3
deprecated: false
description: "Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos."
description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
home: https://truecharts.org/docs/charts/incubator/photo-stream
icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png
keywords:
@ -32,4 +25,11 @@ sources:
- https://github.com/waschinski/photo-stream
- https://hub.docker.com/r/waschinski/photo-stream
type: application
version: 2.0.1
version: 2.1.0
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |
- Productivity
- Tools-Utilities
- MediaApp-Photos
- MediaServer-Photos

View File

@ -0,0 +1,9 @@
## [photo-stream-2.1.0](https://github.com/truecharts/charts/compare/photo-stream-2.0.1...photo-stream-2.1.0) (2022-11-21)
### Fix
- Fix port + cleanup ([#4656](https://github.com/truecharts/charts/issues/4656))

View File

@ -1,4 +1,4 @@
Photo Stream is a simpler home for your photos initially created by @maxvoltar and now maintained by @waschinski, @boerniee and friends. Easy to use, self hosted, no tracking, just photos.
Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/photo-stream](https://truecharts.org/docs/charts/incubator/photo-stream)

View File

@ -1,8 +1,8 @@
env:
AUTHOR_NAME: unRAID
DESCRIPTION: My unRAID Photo Stream collection.
AUTHOR_NAME: TrueCharts
DESCRIPTION: TrueCharts Photo Stream collection.
SHOW_OFFICIAL_GITHUB: "0"
TITLE: Photo Stream for unRAID
TITLE: Photo Stream for TrueCharts
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/photo-stream
@ -22,7 +22,7 @@ service:
ports:
main:
port: 4000
protocol: TCP
protocol: HTTP
targetPort: 4000
portal:

View File

@ -83,29 +83,29 @@ questions:
schema:
type: string
- variable: env
group: "App Configuration"
label: "Image Environment"
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: TITLE
label: "TITLE"
label: TITLE
schema:
type: string
default: "Photo Stream for TrueNAS"
default: TrueCharts Photo Stream collection.
- variable: AUTHOR_NAME
label: "AUTHOR_NAME"
schema:
type: string
default: "TrueNAS"
default: "TrueCharts"
- variable: DESCRIPTION
label: "DESCRIPTION"
schema:
type: string
default: "My TrueNAS Photo Stream collection."
default: "My TrueCharts Photo Stream collection."
- variable: SHOW_OFFICIAL_GITHUB
label: "SHOW_OFFICIAL_GITHUB"
label: SHOW_OFFICIAL_GITHUB
schema:
type: string
default: "0"
@ -147,7 +147,7 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Service"
label: Main Service
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
@ -192,7 +192,7 @@ questions:
type: dict
attrs:
- variable: port
label: "Port"
label: Port
description: "This port exposes the container port on the service"
schema:
type: int
@ -431,7 +431,7 @@ questions:
type: dict
attrs:
- variable: storageimages
label: "storageimages Storage"
label: "Photo Storage"
description: "Location for original files (photos)."
schema:
additional_attrs: true
@ -597,7 +597,7 @@ questions:
type: dict
attrs:
- variable: main
label: "Main Ingress"
label: Main Ingress
schema:
additional_attrs: true
type: dict
@ -884,22 +884,22 @@ questions:
type: dict
attrs:
- variable: privileged
label: "Privileged mode"
label: Privileged mode
schema:
type: boolean
default: false
- variable: readOnlyRootFilesystem
label: "ReadOnly Root Filesystem"
label: ReadOnly Root Filesystem
schema:
type: boolean
default: false
- variable: allowPrivilegeEscalation
label: "Allow Privilege Escalation"
label: Allow Privilege Escalation
schema:
type: boolean
default: false
- variable: runAsNonRoot
label: "runAsNonRoot"
label: runAsNonRoot
schema:
type: boolean
default: false
@ -911,20 +911,20 @@ questions:
type: dict
attrs:
- variable: runAsUser
label: "runAsUser"
description: "The UserID of the user running the application"
label: runAsUser
description: The UserID of the user running the application
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: The groupID this App of the user running the application"
label: runAsGroup
description: The groupID this App of the user running the application
schema:
type: int
default: 0
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568