From e6a1d3498c7a831788ca4e011d3db6342bd959b1 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:08:03 +0200 Subject: [PATCH] pihole - premig actions (#2155) --- library/ix-dev/charts/pihole/Chart.yaml | 2 +- library/ix-dev/charts/pihole/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ix-dev/charts/pihole/Chart.yaml b/library/ix-dev/charts/pihole/Chart.yaml index 252da8716b..cc6f5f4026 100644 --- a/library/ix-dev/charts/pihole/Chart.yaml +++ b/library/ix-dev/charts/pihole/Chart.yaml @@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network. annotations: title: Pi-hole type: application -version: 1.0.24 +version: 1.0.25 apiVersion: v2 appVersion: 2023.11.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/pihole/templates/deployment.yaml b/library/ix-dev/charts/pihole/templates/deployment.yaml index df45d62475..09635f83d8 100644 --- a/library/ix-dev/charts/pihole/templates/deployment.yaml +++ b/library/ix-dev/charts/pihole/templates/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }} kind: Deployment metadata: - name: {{ template "common.names.fullname" . }} + name: {{ template "common.names.fullname" . }}-pihole labels: app: {{ template "common.names.name" . }} chart: {{ template "common.names.chart" . }}