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 apiVersion: v2
appVersion: "latest" appVersion: "latest"
dependencies: dependencies:
@ -12,7 +5,7 @@ dependencies:
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.0.3 version: 11.0.3
deprecated: false 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 home: https://truecharts.org/docs/charts/incubator/photo-stream
icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.png
keywords: keywords:
@ -32,4 +25,11 @@ sources:
- https://github.com/waschinski/photo-stream - https://github.com/waschinski/photo-stream
- https://hub.docker.com/r/waschinski/photo-stream - https://hub.docker.com/r/waschinski/photo-stream
type: application 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) 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: env:
AUTHOR_NAME: unRAID AUTHOR_NAME: TrueCharts
DESCRIPTION: My unRAID Photo Stream collection. DESCRIPTION: TrueCharts Photo Stream collection.
SHOW_OFFICIAL_GITHUB: "0" SHOW_OFFICIAL_GITHUB: "0"
TITLE: Photo Stream for unRAID TITLE: Photo Stream for TrueCharts
image: image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
repository: tccr.io/truecharts/photo-stream repository: tccr.io/truecharts/photo-stream
@ -22,7 +22,7 @@ service:
ports: ports:
main: main:
port: 4000 port: 4000
protocol: TCP protocol: HTTP
targetPort: 4000 targetPort: 4000
portal: portal:

View File

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