Skip to content

Commit

Permalink
fix conntrack stats exporter image (#2337)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
monotek committed Aug 3, 2022
1 parent 67759bc commit a48c16e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus-conntrack-stats-exporter/Chart.yaml
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: prometheus-conntrack-stats-exporter
description: A Helm chart for conntrack-stats-exporter
type: application
version: 0.2.0
appVersion: "0.3.0"
version: 0.2.1
appVersion: "v0.3.0"
home: https://github.com/jwkohnen/conntrack-stats-exporter
sources:
- https://github.com/jwkohnen/conntrack-stats-exporter
Expand Down
3 changes: 2 additions & 1 deletion charts/prometheus-conntrack-stats-exporter/values.yaml
Expand Up @@ -3,7 +3,8 @@ fullnameOverride: ""
image:
repository: jwkohnen/conntrack-stats-exporter
pullPolicy: IfNotPresent
tag: "v0.2.2"
# if not set appVersion field from Chart.yaml is used
tag: ""

imagePullSecrets: []

Expand Down

0 comments on commit a48c16e

Please sign in to comment.