fix(unpoller) unpoller change upstream (#7445)
* fix(unifi-poller) unifi-poller change upstream * update tag version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user