Skip to content

Commit

Permalink
docs: add example env variables to values
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Jul 24, 2022
1 parent 24f7b47 commit dc9c83d
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/dockerhub-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/dockerhub-exporter
appVersion: 1.0.0
version: 1.0.0
version: 1.0.1

home: https://promhippie.github.io/dockerhub_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/docker.svg
Expand Down
3 changes: 3 additions & 0 deletions charts/dockerhub-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# DOCKERHUB_EXPORTER_ORG: promhippie
# DOCKERHUB_EXPORTER_USER: tboerger
# DOCKERHUB_EXPORTER_REPO: webhippie/*

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/github-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/github-exporter
appVersion: 1.1.1
version: 2.0.0
version: 2.0.1

home: https://promhippie.github.io/github_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/github.svg
Expand Down
2 changes: 2 additions & 0 deletions charts/github-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# GITHUB_EXPORTER_ORGS: promhippie
# GITHUB_EXPORTER_REPOS: promhippie/*

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/hcloud-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/hcloud-exporter
appVersion: 1.2.2
version: 2.0.0
version: 2.0.1

home: https://promhippie.github.io/hcloud_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/hetzner.svg
Expand Down
1 change: 1 addition & 0 deletions charts/hcloud-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# HCLOUD_EXPORTER_COLLECTOR_SERVERS: true

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/hetzner-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/dockerhub-exporter
appVersion: 1.0.0
version: 1.0.0
version: 1.0.1

home: https://promhippie.github.io/dockerhub_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/docker.svg
Expand Down
1 change: 1 addition & 0 deletions charts/hetzner-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# HETZNER_EXPORTER_COLLECTOR_SERVERS: true

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/jenkins-exporter
appVersion: 1.0.0
version: 1.0.0
version: 1.0.1

home: https://promhippie.github.io/jenkins_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/jenkins.svg
Expand Down
1 change: 1 addition & 0 deletions charts/jenkins-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# JENKINS_EXPORTER_COLLECTOR_JOBS: true

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/scw-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application

# renovate: datasource=docker depName=quay.io/promhippie/scw-exporter
appVersion: 0.1.0
version: 1.0.0
version: 1.0.1

home: https://promhippie.github.io/scw_exporter/
icon: https://raw.githubusercontent.com/simple-icons/simple-icons/develop/icons/scaleway.svg
Expand Down
1 change: 1 addition & 0 deletions charts/scw-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ envFromConfigMap: ""

# -- Extra environment variables from mapping
extraEnvVariables: {}
# SCW_EXPORTER_COLLECTOR_SERVERS: true

# -- Extra environment variables from secrets
extraEnvSecrets: {}
Expand Down

0 comments on commit dc9c83d

Please sign in to comment.