From dc0da3125175eb7f8185d90e8dcbc2d3e69547e4 Mon Sep 17 00:00:00 2001 From: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com> Date: Tue, 21 Feb 2023 09:08:48 -0500 Subject: [PATCH] fix(unpoller) unpoller change upstream (#7445) * fix(unifi-poller) unifi-poller change upstream * update tag version --- charts/stable/unpoller/Chart.yaml | 7 +++-- charts/stable/unpoller/questions.yaml | 42 +++++++++++++-------------- charts/stable/unpoller/values.yaml | 2 +- 3 files changed, 26 insertions(+), 25 deletions(-) diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml index cc860b5ef29..f913f18b6d4 100644 --- a/charts/stable/unpoller/Chart.yaml +++ b/charts/stable/unpoller/Chart.yaml @@ -1,11 +1,11 @@ apiVersion: v2 -appVersion: "2.1.3" +appVersion: "2.7.11" dependencies: - name: common repository: https://library-charts.truecharts.org version: 11.1.2 deprecated: false -description: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus +description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png home: https://truecharts.org/charts/stable/unpoller keywords: @@ -21,8 +21,9 @@ name: unpoller sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/unifi-poller/unifi-poller + - https://ghcr.io/unpoller/unpoller type: application -version: 5.0.8 +version: 5.1.0 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/stable/unpoller/questions.yaml b/charts/stable/unpoller/questions.yaml index 99ef66188df..6391c80b977 100644 --- a/charts/stable/unpoller/questions.yaml +++ b/charts/stable/unpoller/questions.yaml @@ -8,36 +8,36 @@ questions: # Include{controllerExpertExtraArgs} # Include{containerConfig} - variable: secretEnv - group: "App Configuration" - label: "Secret Image Environment" + group: App Configuration + label: Secret Image Environment schema: additional_attrs: true type: dict attrs: - variable: UP_UNIFI_DEFAULT_PASS - label: "Unifi Password" - description: "Password for the Unifi user specified below" + label: Unifi Password + description: Password for the Unifi user specified below schema: type: string default: "" required: true - variable: env - group: "App Configuration" - label: "Image Environment" + group: App Configuration + label: Image Environment schema: additional_attrs: true type: dict attrs: - variable: UP_UNIFI_DEFAULT_URL - label: "Unifi URL" - description: "Unifi URL including Port and http(s) prefix" + label: Unifi URL + description: Unifi URL including Port and http(s) prefix schema: type: string - default: "https://127.0.0.1:8443" + default: https://127.0.0.1:8443 required: true - variable: UP_UNIFI_DEFAULT_USER - label: "Unifi User" - description: "User on Unifi with access to the data" + label: Unifi User + description: User on Unifi with access to the data schema: type: string default: "" @@ -50,41 +50,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: true # 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: 568 - 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: 568 - 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/stable/unpoller/values.yaml b/charts/stable/unpoller/values.yaml index 86d84205a06..354857a2099 100644 --- a/charts/stable/unpoller/values.yaml +++ b/charts/stable/unpoller/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/unifi-poller pullPolicy: IfNotPresent - tag: v2.1.3@sha256:b6d3abaa85e7e18d7e4d796b444d3b969f2b8741a335932974f986b4f3b8a19f + tag: v2.7.11@sha256:1189e10773ae7c8843e230ba34840ff119c74bd63e51ad60c53fa8053e3689d8 env: # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"