diff --git a/charts/incubator/notifiarr/Chart.yaml b/charts/incubator/notifiarr/Chart.yaml index 7371afde1a7..0ee70cc6f95 100644 --- a/charts/incubator/notifiarr/Chart.yaml +++ b/charts/incubator/notifiarr/Chart.yaml @@ -23,7 +23,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/notifiarr - https://github.com/Notifiarr/notifiarr type: application -version: 0.0.2 +version: 0.0.3 annotations: truecharts.org/catagories: | - MediaApp-Other diff --git a/charts/incubator/notifiarr/questions.yaml b/charts/incubator/notifiarr/questions.yaml index 55c63ea10b1..e551e154d3e 100644 --- a/charts/incubator/notifiarr/questions.yaml +++ b/charts/incubator/notifiarr/questions.yaml @@ -10,58 +10,57 @@ questions: # Include{replicas1} # Include{podSpec} # Include{containerMain} - - variable: notifiarr - group: App Configuration - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: apikey - label: Notifiarr All API Key - description: Notifiarr All Integrations API key from https://notifiarr.com - schema: - type: string - default: "" - required: true - - variable: upstreams - label: Upstreams - description: Controls which IP is written to the web server log file (requestor or x-forwarded-for header). Also allows the x-webauth-user header for proxy authentication. Separate with spaces. The default kubernetes network is pre-filled. - schema: - type: list - default: - - 172.16.0.0/16 - items: - - variable: upstreamEntry - label: Upstream - description: Upstream IP or CIDR - schema: - type: string - default: "" - required: true - - variable: credentials - label: Web UI Credentials - schema: - additional_attrs: true - type: dict - attrs: - - variable: username - label: Web UI Username - description: Default username is admin. Change it here. - schema: - type: string - default: "" - required: true - - variable: password - label: Web UI Password - description: Set a first time login password (minimum 9 characters) & change the password from the Web UI to encrypt it. If you don't set this you will need to check the logs on first start to find the generated password. - schema: - type: string - default: "" - required: true - # Include{containerBasic} # Include{containerAdvanced} + - variable: notifiarr + group: App Configuration + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: apikey + label: Notifiarr All API Key + description: Notifiarr All Integrations API key from https://notifiarr.com + schema: + type: string + default: "" + required: true + - variable: upstreams + label: Upstreams + description: Controls which IP is written to the web server log file (requestor or x-forwarded-for header). Also allows the x-webauth-user header for proxy authentication. Separate with spaces. The default kubernetes network is pre-filled. + schema: + type: list + default: + - 172.16.0.0/16 + items: + - variable: upstreamEntry + label: Upstream + description: Upstream IP or CIDR + schema: + type: string + default: "" + required: true + - variable: credentials + label: Web UI Credentials + schema: + additional_attrs: true + type: dict + attrs: + - variable: username + label: Web UI Username + description: Default username is admin. Change it here. + schema: + type: string + default: "" + required: true + - variable: password + label: Web UI Password + description: Set a first time login password (minimum 9 characters) & change the password from the Web UI to encrypt it. If you don't set this you will need to check the logs on first start to find the generated password. + schema: + type: string + default: "" + required: true # Include{containerConfig} # Include{podOptions} # Include{serviceRoot}