diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 3441e05529a..339553473f5 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -47,6 +47,8 @@ excluded-charts: - charts/dev/csgo - charts/dev/cstrike1-6 - charts/dev/cstrikeconditionzero + - charts/stable/plex-meta-manager + - charts/incubator/plex-meta-manager chart-repos: - truecharts=https://charts.truecharts.org - truecharts-library=https://library-charts.truecharts.org diff --git a/charts/incubator/plex-meta-manager/Chart.yaml b/charts/incubator/plex-meta-manager/Chart.yaml index bc8bb67b716..338f497b98a 100644 --- a/charts/incubator/plex-meta-manager/Chart.yaml +++ b/charts/incubator/plex-meta-manager/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: plex-meta-manager -version: 0.0.25 +version: 0.0.26 appVersion: "1.17.3" description: Python script to update metadata and automatically build collections. type: application @@ -12,7 +12,7 @@ keywords: - plex-meta-manager sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/plex-meta-manager - - https://hub.docker.com/r/meisnate12/Plex-Meta-Manager + - https://hub.docker.com/r/meisnate12/plex-meta-manager - https://github.com/meisnate12/Plex-Meta-Manager dependencies: - name: common diff --git a/charts/incubator/plex-meta-manager/questions.yaml b/charts/incubator/plex-meta-manager/questions.yaml index 63eb83a5fd4..77266851bda 100644 --- a/charts/incubator/plex-meta-manager/questions.yaml +++ b/charts/incubator/plex-meta-manager/questions.yaml @@ -38,36 +38,6 @@ questions: type: boolean default: true # Include{containerConfig} -# Include{serviceRoot} - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelectorLoadBalancer} -# Include{serviceSelectorExtras} - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 10281 - required: true -# Include{advancedPortHTTP} - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 10281 # Include{serviceExpertRoot} default: false # Include{serviceExpert} @@ -83,17 +53,6 @@ questions: # Include{persistenceBasic} # Include{persistenceAdvanced} # Include{persistenceList} -# Include{ingressRoot} - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} -# Include{ingressTLS} -# Include{ingressTraefik} -# Include{ingressExpert} # Include{ingressList} # Include{security} # Include{securityContextAdvancedRoot} diff --git a/charts/incubator/plex-meta-manager/values.yaml b/charts/incubator/plex-meta-manager/values.yaml index 3d2f1861c86..d9f76a57ebc 100644 --- a/charts/incubator/plex-meta-manager/values.yaml +++ b/charts/incubator/plex-meta-manager/values.yaml @@ -19,11 +19,10 @@ env: service: main: + enabled: false ports: main: - port: 10281 - targetPort: 10281 - protocol: HTTP + enabled: false probes: liveness: @@ -36,7 +35,7 @@ probes: persistence: config: enabled: true - mountPath: "/config" + mountPath: /config initContainers: 1-create-init-config-file: