Publish new changes in catalog

This commit is contained in:
sonicaj
2024-02-15 08:35:24 +00:00
parent e15f3d17ba
commit be488e5206
20 changed files with 5 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ description: DNS and Ad-filtering for your network.
annotations:
title: Pi-hole
type: application
version: 2.0.0
version: 2.0.1
apiVersion: v2
appVersion: 2023.11.0
kubeVersion: '>=1.16.0-0'

View File

@@ -17,6 +17,8 @@ capabilities:
description: Pi-hole is able to set user ID for it's sub-processes.
- name: SETFCAP
description: Pi-hole is able to set file capabilities.
- name: SETPCAP
description: Pi-hole is able to set process capabilities.
- name: NET_ADMIN
description: Pi-hole is able to perform various network-related operations.
- name: KILL

View File

@@ -16,6 +16,7 @@ workload:
runAsGroup: 0
runAsNonRoot: false
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
capabilities:
add:
- NET_ADMIN
@@ -25,6 +26,7 @@ workload:
- SETGID
- SETUID
- SETFCAP
- SETPCAP
- KILL
env:
WEB_PORT: {{ .Values.piholeNetwork.webPort }}