Skip to content

Commit

Permalink
Change version to minor release, add defaults to values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmif committed Nov 15, 2024
1 parent aa862a3 commit 96aa990
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-smartctl-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.11.1
version: 0.12.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
7 changes: 6 additions & 1 deletion charts/prometheus-smartctl-exporter/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
config: {}
# devices:
# - /dev/sda
# device_include:
# - /dev/sd.*
# device_include:
# - /dev/sr.*

extraInstances: []
# - config:
Expand Down Expand Up @@ -38,9 +42,10 @@ prometheusRules:

image:
repository: quay.io/prometheuscommunity/smartctl-exporter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
pullPolicy: IfNotPresent
pullSecrets: []

serviceAccount:
# Specifies whether a service account should be created
Expand Down

0 comments on commit 96aa990

Please sign in to comment.