Skip to content

Commit

Permalink
Merge pull request MoJo2600#89 from northerngit/master
Browse files Browse the repository at this point in the history
Update Pi-Hole to v5.2 and pihole-exporter to v0.0.10
  • Loading branch information
MoJo2600 authored Dec 2, 2020
2 parents 79e37e0 + 34656cb commit e7fb6d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/pihole/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: "5.1.2"
appVersion: "5.2"
description: Installs pihole in kubernetes
home: https://github.com/MoJo2600/pihole-kubernetes/tree/master/charts/pihole
name: pihole
version: 1.7.20
version: 1.7.21
sources:
- https://pi-hole.net/
- https://github.com/pi-hole
Expand Down
4 changes: 2 additions & 2 deletions charts/pihole/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: "pihole/pihole"
tag: v5.1.2
tag: v5.2
pullPolicy: IfNotPresent

serviceTCP:
Expand Down Expand Up @@ -201,7 +201,7 @@ monitoring:
port: 9617
image:
repository: ekofr/pihole-exporter
tag: 0.0.9
tag: 0.0.10
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit e7fb6d0

Please sign in to comment.