From 66cfa3ec68e0be70f92b1136186e3a0bdf44f519 Mon Sep 17 00:00:00 2001 From: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com> Date: Mon, 21 Nov 2022 08:13:38 -0500 Subject: [PATCH] fix(Photo-Stream): Fix port + cleanup (#4656) * fix(Photo-Stream): Fix port + cleanup * Update charts/incubator/photo-stream/values.yaml Signed-off-by: Kjeld Schouten-Lebbing * Apply suggestions from code review Signed-off-by: Kjeld Schouten-Lebbing * Apply suggestions from code review Signed-off-by: Kjeld Schouten-Lebbing Signed-off-by: Kjeld Schouten-Lebbing Co-authored-by: Kjeld Schouten-Lebbing --- charts/incubator/photo-stream/Chart.yaml | 18 ++++----- charts/incubator/photo-stream/questions.yaml | 42 ++++++++++---------- charts/incubator/photo-stream/values.yaml | 8 ++-- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/charts/incubator/photo-stream/Chart.yaml b/charts/incubator/photo-stream/Chart.yaml index 68e02738128..b76ec52b730 100644 --- a/charts/incubator/photo-stream/Chart.yaml +++ b/charts/incubator/photo-stream/Chart.yaml @@ -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 diff --git a/charts/incubator/photo-stream/questions.yaml b/charts/incubator/photo-stream/questions.yaml index 63660910a2a..fc99c2f3933 100644 --- a/charts/incubator/photo-stream/questions.yaml +++ b/charts/incubator/photo-stream/questions.yaml @@ -9,36 +9,36 @@ questions: # Include{replica1} # Include{controllerExpertExtraArgs} - 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" # Include{containerConfig} # Include{serviceRoot} - variable: main - label: "Main Service" + label: Main Service description: "The Primary service on which the healthcheck runs, often the webUI" schema: additional_attrs: true @@ -53,7 +53,7 @@ questions: type: dict attrs: - variable: port - label: "Port" + label: Port description: "This port exposes the container port on the service" schema: type: int @@ -65,7 +65,7 @@ questions: # Include{serviceList} # Include{persistenceRoot} - variable: storageimages - label: "storageimages Storage" + label: "Photo Storage" description: "Location for original files (photos)." schema: additional_attrs: true @@ -75,7 +75,7 @@ questions: # Include{persistenceList} # Include{ingressRoot} - variable: main - label: "Main Ingress" + label: Main Ingress schema: additional_attrs: true type: dict @@ -87,41 +87,41 @@ questions: # Include{security} # Include{securityContextAdvancedRoot} - 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 # Include{podSecurityContextRoot} - 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 diff --git a/charts/incubator/photo-stream/values.yaml b/charts/incubator/photo-stream/values.yaml index a30a3228bb0..e25e510c3ed 100644 --- a/charts/incubator/photo-stream/values.yaml +++ b/charts/incubator/photo-stream/values.yaml @@ -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: