Commit f769bdb 1 parent 640f554 commit f769bdb Copy full SHA for f769bdb
File tree 4 files changed +11
-4
lines changed
charts/camptocamp/prometheus-puppetdb-sd
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.11.2] ( https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.2 ) (2019-09-16)
4
+ [ Full Changelog] ( https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.1...0.11.2 )
5
+
6
+ ** Closed issues:**
7
+
8
+ - Dockerfile: fix volume permissions
9
+
3
10
## [ 0.11.1] ( https://github.com/camptocamp/prometheus-puppetdb/tree/0.11.1 ) (2019-09-16)
4
11
[ Full Changelog] ( https://github.com/camptocamp/prometheus-puppetdb/compare/0.11.0...0.11.1 )
5
12
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 0.11.1
2
+ appVersion : 0.11.2
3
3
description : A Helm chart for Prometheus PuppetDB SD
4
4
name : prometheus-puppetdb-sd
5
- version : 2.0.1
5
+ version : 2.0.2
Original file line number Diff line number Diff line change 4
4
5
5
image :
6
6
repository : camptocamp/prometheus-puppetdb-sd
7
- tag : 0.11.1
7
+ tag : 0.11.2
8
8
pullPolicy : IfNotPresent
9
9
10
10
resources : {}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
- ./prometheus.yml:/etc/prometheus/prometheus.yml
12
12
- prometheus-puppetdb-sd-output:/etc/prometheus/puppetdb-sd/puppetdb-sd.yml
13
13
prometheus-puppetdb-sd :
14
- image : camptocamp/prometheus-puppetdb-sd:0.11.1
14
+ image : camptocamp/prometheus-puppetdb-sd:0.11.2
15
15
environment :
16
16
OUTPUT_METHOD : file
17
17
volumes :
You can’t perform that action at this time.
0 commit comments