소스 검색

pihole - premig actions (#2155)

Stavros Kois 1 년 전
부모
커밋
e6a1d3498c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      library/ix-dev/charts/pihole/Chart.yaml
  2. 1 1
      library/ix-dev/charts/pihole/templates/deployment.yaml

+ 1 - 1
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'

+ 1 - 1
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" . }}