Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image pihole/pihole to v2024.06.0@5c56e9b by renovate #23441

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/pihole/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2024.05.0
appVersion: 2024.06.0
dependencies:
- name: common
version: 24.1.0
Expand Down Expand Up @@ -34,4 +34,4 @@ sources:
- https://hub.docker.com/r/pihole/pihole
- https://pi-hole.net/
type: application
version: 18.1.0
version: 18.2.0
2 changes: 1 addition & 1 deletion charts/stable/pihole/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: pihole/pihole
pullPolicy: IfNotPresent
tag: 2024.05.0@sha256:8b1f31f46d94c3c1b8f509b302f28b4028483009bd27a9cbfd9b80185dd0687d
tag: 2024.06.0@sha256:5c56e9b2fb9715382ebf49f5487aede1ccd933a0807cab2d6dea9136c084c7e0
pihole:
webPassword: somepassword"
dnsServers:
Expand Down
Loading