fix(unpoller) unpoller change upstream (#7445)

* fix(unifi-poller) unifi-poller change upstream

* update tag version
This commit is contained in:
Xstar97TheNoob
2023-02-21 15:08:48 +01:00
committed by GitHub
parent 142997a609
commit dc0da31251
3 changed files with 26 additions and 25 deletions
+4 -3
View File
@@ -1,11 +1,11 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.1.3" appVersion: "2.7.11"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
version: 11.1.2 version: 11.1.2
deprecated: false 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 icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.png
home: https://truecharts.org/charts/stable/unpoller home: https://truecharts.org/charts/stable/unpoller
keywords: keywords:
@@ -21,8 +21,9 @@ name: unpoller
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/unpoller - https://github.com/truecharts/charts/tree/master/charts/stable/unpoller
- https://github.com/unifi-poller/unifi-poller - https://github.com/unifi-poller/unifi-poller
- https://ghcr.io/unpoller/unpoller
type: application type: application
version: 5.0.8 version: 5.1.0
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics
+21 -21
View File
@@ -8,36 +8,36 @@ questions:
# Include{controllerExpertExtraArgs} # Include{controllerExpertExtraArgs}
# Include{containerConfig} # Include{containerConfig}
- variable: secretEnv - variable: secretEnv
group: "App Configuration" group: App Configuration
label: "Secret Image Environment" label: Secret Image Environment
schema: schema:
additional_attrs: true additional_attrs: true
type: dict type: dict
attrs: attrs:
- variable: UP_UNIFI_DEFAULT_PASS - variable: UP_UNIFI_DEFAULT_PASS
label: "Unifi Password" label: Unifi Password
description: "Password for the Unifi user specified below" description: Password for the Unifi user specified below
schema: schema:
type: string type: string
default: "" default: ""
required: true required: true
- 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: UP_UNIFI_DEFAULT_URL - variable: UP_UNIFI_DEFAULT_URL
label: "Unifi URL" label: Unifi URL
description: "Unifi URL including Port and http(s) prefix" description: Unifi URL including Port and http(s) prefix
schema: schema:
type: string type: string
default: "https://127.0.0.1:8443" default: https://127.0.0.1:8443
required: true required: true
- variable: UP_UNIFI_DEFAULT_USER - variable: UP_UNIFI_DEFAULT_USER
label: "Unifi User" label: Unifi User
description: "User on Unifi with access to the data" description: User on Unifi with access to the data
schema: schema:
type: string type: string
default: "" default: ""
@@ -50,41 +50,41 @@ questions:
# Include{security} # Include{security}
# Include{securityContextAdvancedRoot} # Include{securityContextAdvancedRoot}
- 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: true default: true
# Include{podSecurityContextRoot} # Include{podSecurityContextRoot}
- 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: 568 default: 568
- 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: 568 default: 568
- 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
+1 -1
View File
@@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/unifi-poller repository: tccr.io/truecharts/unifi-poller
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.1.3@sha256:b6d3abaa85e7e18d7e4d796b444d3b969f2b8741a335932974f986b4f3b8a19f tag: v2.7.11@sha256:1189e10773ae7c8843e230ba34840ff119c74bd63e51ad60c53fa8053e3689d8
env: env:
# UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443" # UP_UNIFI_DEFAULT_URL: "https://127.0.0.1:8443"