fix(uptimerobot-prometheus): correct expose api-key in GUI and move to stable
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ sources:
|
|||||||
- https://github.com/lekpamartin/uptimerobot_exporter
|
- https://github.com/lekpamartin/uptimerobot_exporter
|
||||||
- https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
|
- https://github.com/k8s-at-home/charts/tree/master/charts/uptimerobot-prometheus
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.1
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
||||||
+8
@@ -12,6 +12,14 @@ questions:
|
|||||||
attrs:
|
attrs:
|
||||||
# Include{fixedEnv}
|
# Include{fixedEnv}
|
||||||
|
|
||||||
|
- variable: UPTIMEROBOT_API_KEY
|
||||||
|
label: "UptimeRobot API Key"
|
||||||
|
description: "UptimeRobot.com API Key"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
required: true
|
||||||
|
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
|
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
+4
-9
@@ -2,18 +2,19 @@ image:
|
|||||||
# -- image repository
|
# -- image repository
|
||||||
repository: billimek/prometheus-uptimerobot-exporter
|
repository: billimek/prometheus-uptimerobot-exporter
|
||||||
# -- image tag
|
# -- image tag
|
||||||
tag: 0.0.1
|
tag: 0.0.1@sha256:958b40df7c478b32156517e63a1176e517550969265291d7f38bc432dc065d33
|
||||||
# -- image pull policy
|
# -- image pull policy
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- environment variables. See [application docs](https://github.com/lekpamartin/uptimerobot_exporter/blob/master/docker-compose.yml) for more details.
|
# -- environment variables. See [application docs](https://github.com/lekpamartin/uptimerobot_exporter/blob/master/docker-compose.yml) for more details.
|
||||||
# @default -- See below
|
# @default -- See below
|
||||||
env:
|
env:
|
||||||
# -- Set the container timezone
|
|
||||||
TZ: UTC
|
|
||||||
# -- Set the uptimerobot API key
|
# -- Set the uptimerobot API key
|
||||||
UPTIMEROBOT_API_KEY: ""
|
UPTIMEROBOT_API_KEY: ""
|
||||||
|
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: false
|
||||||
|
|
||||||
# -- Configures service settings for the chart.
|
# -- Configures service settings for the chart.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
service:
|
service:
|
||||||
@@ -26,12 +27,6 @@ service:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 9705
|
port: 9705
|
||||||
|
|
||||||
ingress:
|
|
||||||
# -- Enable and configure ingress settings for the chart under this key.
|
|
||||||
# @default -- See values.yaml
|
|
||||||
main:
|
|
||||||
enabled: false
|
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||||
# @default -- See values.yaml
|
# @default -- See values.yaml
|
||||||
Reference in New Issue
Block a user