Skip to content

Commit

Permalink
chore(chart): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed May 28, 2024
1 parent ef2d94d commit 8647414
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: prompage-helm
description: A Helm chart for PromPage
type: application
version: 0.1.17
appVersion: "v1.4.2"
version: 0.1.18
appVersion: "v1.5.0"
13 changes: 11 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ image:
tag: ""

configuration:
# The url of the prometheus query api
prometheus: ""
# The datasources to use for queries
datasources:
- name: prometheus
type: prometheus
url: ""
# - name: datadog
# type: datadog
# url: datadoghq.eu
# extras:
# apiKey: ""
# appKey: ""

# How often the pod queries prometheus for metrics
refresh: 30s
Expand Down

0 comments on commit 8647414

Please sign in to comment.